Skip to content

Commit 006477e

Browse files
authored
[ROCm][Fix] Fix rocm build caused by #23791 (#23847)
Signed-off-by: charlifu <[email protected]>
1 parent de533ab commit 006477e

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)