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
251cddaf
Unverified
Commit
251cddaf
authored
Jun 22, 2018
by
mcarilli
Committed by
GitHub
Jun 22, 2018
Browse files
Merge pull request #15 from syed-ahmed/master
Adding changes due to
https://github.com/pytorch/pytorch/pull/8660
parents
06d035e3
bddbbdcb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
csrc/scale_cuda.cu
csrc/scale_cuda.cu
+1
-1
csrc/weight_norm_bwd_cuda.cu
csrc/weight_norm_bwd_cuda.cu
+1
-1
csrc/weight_norm_fwd_cuda.cu
csrc/weight_norm_fwd_cuda.cu
+1
-1
No files found.
csrc/scale_cuda.cu
View file @
251cddaf
#include <ATen/ATen.h>
#include <ATen/ATen.h>
// #include "ATen/AccumulateType.h"
// #include "ATen/AccumulateType.h"
#include "ATen/cuda/CUDATensorMethods.cuh"
#include "ATen/cuda/CUDATensorMethods.cuh"
#include "ATen/cuda/CUDATypeConversion.cuh"
//
#include "ATen/cuda/CUDATypeConversion.cuh"
// #include <THC/THCTensorMathReduce.cuh>
// #include <THC/THCTensorMathReduce.cuh>
#include <THC/THCGeneral.h>
#include <THC/THCGeneral.h>
...
...
csrc/weight_norm_bwd_cuda.cu
View file @
251cddaf
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
#endif
#endif
#include "ATen/cuda/CUDATensorMethods.cuh"
#include "ATen/cuda/CUDATensorMethods.cuh"
#include "ATen/cuda/CUDATypeConversion.cuh"
//
#include "ATen/cuda/CUDATypeConversion.cuh"
// #include <THC/THCTensorMathReduce.cuh>
// #include <THC/THCTensorMathReduce.cuh>
template
template
...
...
csrc/weight_norm_fwd_cuda.cu
View file @
251cddaf
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
#endif
#endif
#include "ATen/cuda/CUDATensorMethods.cuh"
#include "ATen/cuda/CUDATensorMethods.cuh"
#include "ATen/cuda/CUDATypeConversion.cuh"
//
#include "ATen/cuda/CUDATypeConversion.cuh"
// #include <THC/THCTensorMathReduce.cuh>
// #include <THC/THCTensorMathReduce.cuh>
template
template
...
...
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