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
fbcf4300
Unverified
Commit
fbcf4300
authored
Jun 23, 2025
by
fzyzcjy
Committed by
GitHub
Jun 23, 2025
Browse files
Update internode_ll.cu (#246)
parent
c95997f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
csrc/kernels/internode_ll.cu
csrc/kernels/internode_ll.cu
+1
-1
No files found.
csrc/kernels/internode_ll.cu
View file @
fbcf4300
...
...
@@ -498,7 +498,7 @@ combine(void* combined_x,
}
cg
::
this_grid
().
sync
();
// Reduce tokens
with FP8 cast
// Reduce tokens
EP_DEVICE_ASSERT
(
num_topk
<=
32
and
hidden_bf16_int4
<=
num_threads
);
EP_STATIC_ASSERT
(
kHidden
%
(
32
*
kNumElemsPerInt4
)
==
0
,
"Invalid vectorization"
);
if
(
thread_id
<
hidden_bf16_int4
)
{
...
...
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