Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
apex
Commits
51b402df
Commit
51b402df
authored
Aug 20, 2021
by
X Wang
Committed by
Hubert Lu
Nov 29, 2021
Browse files
include iostream (#1144)
parent
abb6e5ba
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
apex/contrib/csrc/groupbn/batch_norm.h
apex/contrib/csrc/groupbn/batch_norm.h
+1
-0
apex/contrib/csrc/groupbn/batch_norm_add_relu.h
apex/contrib/csrc/groupbn/batch_norm_add_relu.h
+1
-0
No files found.
apex/contrib/csrc/groupbn/batch_norm.h
View file @
51b402df
...
@@ -31,6 +31,7 @@
...
@@ -31,6 +31,7 @@
#include <algorithm>
#include <algorithm>
#include <vector>
#include <vector>
#include <string>
#include <string>
#include <iostream>
#include "nhwc_batch_norm_kernel.h"
#include "nhwc_batch_norm_kernel.h"
#include "cuda_utils.h"
#include "cuda_utils.h"
...
...
apex/contrib/csrc/groupbn/batch_norm_add_relu.h
View file @
51b402df
...
@@ -31,6 +31,7 @@
...
@@ -31,6 +31,7 @@
#include <algorithm>
#include <algorithm>
#include <vector>
#include <vector>
#include <string>
#include <string>
#include <iostream>
#include "nhwc_batch_norm_kernel.h"
#include "nhwc_batch_norm_kernel.h"
#include "cuda_utils.h"
#include "cuda_utils.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment