Skip to content

Commit 22a85eb

Browse files
charlifueicherseiji
authored andcommitted
[ROCm][Fix] Fix rocm build caused by vllm-project#23791 (vllm-project#23847)
Signed-off-by: charlifu <charlifu@amd.com>
1 parent cbd6b2b commit 22a85eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

csrc/cache_kernels.cu

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,6 @@ __global__ void cp_gather_cache(
913913
const int32_t split_end = min((split + 1) * split_slots, tot_slots);
914914

915915
const bool is_active_split = (split_start < tot_slots);
916-
const bool is_last_split = (split_end == tot_slots);
917916

918917
if (!is_active_split) return;
919918

0 commit comments

Comments
 (0)