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
d6b5ae5d
"git@developer.sourcefind.cn:OpenDAS/ktransformers.git" did not exist on "57cf449a97097045b560001d1dcb9ce5754be42f"
Unverified
Commit
d6b5ae5d
authored
Aug 20, 2021
by
X Wang
Committed by
GitHub
Aug 20, 2021
Browse files
include iostream (#1144)
parent
0c2c6eea
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 @
d6b5ae5d
...
@@ -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 @
d6b5ae5d
...
@@ -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