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
vllm_cscc
Commits
006477e6
Unverified
Commit
006477e6
authored
Aug 28, 2025
by
Charlie Fu
Committed by
GitHub
Aug 28, 2025
Browse files
[ROCm][Fix] Fix rocm build caused by #23791 (#23847)
Signed-off-by:
charlifu
<
charlifu@amd.com
>
parent
de533ab2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
csrc/cache_kernels.cu
csrc/cache_kernels.cu
+0
-1
No files found.
csrc/cache_kernels.cu
View file @
006477e6
...
...
@@ -913,7 +913,6 @@ __global__ void cp_gather_cache(
const
int32_t
split_end
=
min
((
split
+
1
)
*
split_slots
,
tot_slots
);
const
bool
is_active_split
=
(
split_start
<
tot_slots
);
const
bool
is_last_split
=
(
split_end
==
tot_slots
);
if
(
!
is_active_split
)
return
;
...
...
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