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
TransformerEngine
Commits
73f3ac47
Commit
73f3ac47
authored
Apr 22, 2025
by
yuguo
Browse files
[DCU] little fix
parent
456a96c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
transformer_engine/common/comm_gemm_overlap/userbuffers/userbuffers.cu
...ngine/common/comm_gemm_overlap/userbuffers/userbuffers.cu
+1
-1
No files found.
transformer_engine/common/comm_gemm_overlap/userbuffers/userbuffers.cu
View file @
73f3ac47
...
...
@@ -2157,7 +2157,7 @@ __global__ void __launch_bounds__(MAX_THREADS)
atomicAdd_system
(
flagptr
,
1
);
// otherwise need local SM sync before sending flag
}
else
{
// 0 bytes and 1 SM only
#if
def
defined(__gfx928__) || defined(__gfx926__) || defined(__gfx906__)
#if defined(__gfx928__) || defined(__gfx926__) || defined(__gfx906__)
*
flagptr
=
*
flagptr
+
1
;
#else
atomicAdd_system
(
flagptr
,
1
);
...
...
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