Unverified Commit 006477e6 authored by Charlie Fu's avatar Charlie Fu Committed by GitHub
Browse files

[ROCm][Fix] Fix rocm build caused by #23791 (#23847)


Signed-off-by: default avatarcharlifu <charlifu@amd.com>
parent de533ab2
......@@ -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;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment