We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de533ab commit 006477eCopy full SHA for 006477e
csrc/cache_kernels.cu
@@ -913,7 +913,6 @@ __global__ void cp_gather_cache(
913
const int32_t split_end = min((split + 1) * split_slots, tot_slots);
914
915
const bool is_active_split = (split_start < tot_slots);
916
- const bool is_last_split = (split_end == tot_slots);
917
918
if (!is_active_split) return;
919
0 commit comments