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
2228f1bf
Commit
2228f1bf
authored
Dec 02, 2021
by
Hubert Lu
Browse files
Merge remote-tracking branch 'origin/master' into dev/hubertlu/unit_tests
parents
3f3da214
08e88b1b
Changes
2
Show 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 @
2228f1bf
...
@@ -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 @
2228f1bf
...
@@ -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