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
fairscale
Commits
51e43b61
Unverified
Commit
51e43b61
authored
Oct 19, 2021
by
anj-s
Committed by
GitHub
Oct 19, 2021
Browse files
remove deprecated func (#818)
parent
fb7b6a93
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
fairscale/clib/fused_adam_cuda/fused_adam_cuda_kernel.cu
fairscale/clib/fused_adam_cuda/fused_adam_cuda_kernel.cu
+1
-2
No files found.
fairscale/clib/fused_adam_cuda/fused_adam_cuda_kernel.cu
View file @
51e43b61
...
...
@@ -8,7 +8,6 @@
#include <cmath>
#include "ATen/TensorUtils.h"
#include "ATen/AccumulateType.h"
#include <THC/THCGeneral.h>
#include "multi_tensor_apply.cuh"
#define BLOCK_SIZE 512
...
...
@@ -262,5 +261,5 @@ void fused_adam_cuda(
throw
"Parameters must be of type float or half"
;
}
}
THCudaCheck
(
cudaGetLastError
());
C10_CUDA_CHECK
(
cudaGetLastError
());
}
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