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
OpenFold
Commits
aada2a46
Commit
aada2a46
authored
Apr 26, 2022
by
Gustaf Ahdritz
Browse files
Remove stray comment
parent
41c3b0bc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
openfold/utils/kernel/csrc/softmax_cuda_kernel.cu
openfold/utils/kernel/csrc/softmax_cuda_kernel.cu
+0
-1
No files found.
openfold/utils/kernel/csrc/softmax_cuda_kernel.cu
View file @
aada2a46
...
@@ -131,7 +131,6 @@ void attn_softmax_inplace_forward_(
...
@@ -131,7 +131,6 @@ void attn_softmax_inplace_forward_(
template
<
typename
T
>
template
<
typename
T
>
__global__
void
attn_softmax_inplace_grad_
(
__global__
void
attn_softmax_inplace_grad_
(
//__global__ void attn_softmax_inplace_grad_bf16_(
T
*
output
,
T
*
output
,
T
*
d_ov
,
T
*
d_ov
,
T
*
values
,
T
*
values
,
...
...
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