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
FastFold
Commits
76ee6412
"vscode:/vscode.git/clone" did not exist on "610e2a6fd98126b5a2fc9bf223eae2cd7de5b032"
Commit
76ee6412
authored
Nov 16, 2022
by
zhuww
Browse files
modify include <cooperative_groups.h>
parent
8e85aa97
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
fastfold/model/fastnn/kernel/cuda_native/csrc/layer_norm_cuda_kernel.cu
.../fastnn/kernel/cuda_native/csrc/layer_norm_cuda_kernel.cu
+2
-1
No files found.
fastfold/model/fastnn/kernel/cuda_native/csrc/layer_norm_cuda_kernel.cu
View file @
76ee6412
// part of code modified from https://github.com/NVIDIA/apex
#include <cooperative_groups.h>
//#include <cooperative_groups.h>
#include <hip/hsa_detail/hip_cooperative_groups.h>
#include <cuda.h>
#include <cuda_runtime.h>
#include <torch/extension.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