Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
DeepEP
Commits
ea152b57
Commit
ea152b57
authored
Jul 14, 2025
by
Chenggang Zhao
Browse files
Minor fix
parent
c874cb7a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
csrc/kernels/utils.cuh
csrc/kernels/utils.cuh
+0
-4
No files found.
csrc/kernels/utils.cuh
View file @
ea152b57
...
...
@@ -295,7 +295,6 @@ __device__ __forceinline__ float exp2f_approx(const float &x) {
#ifndef DISABLE_SM90_FEATURES
__device__
__forceinline__
uint32_t
elect_one_sync
(
int
lane_id
)
{
#ifndef DISABLE_SM90_FEATURES
uint32_t
pred
=
0
;
asm
volatile
(
"{
\n
"
...
...
@@ -308,9 +307,6 @@ __device__ __forceinline__ uint32_t elect_one_sync(int lane_id) {
:
"+r"
(
lane_id
),
"+r"
(
pred
)
:
"r"
(
0xffffffff
));
return
pred
;
#else
return
lane_id
==
0
;
#endif
}
__device__
__forceinline__
void
fence_view_async_shared
()
{
...
...
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