mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-11 16:15:01 +08:00
Signed-off-by: charlifu <charlifu@amd.com>
This commit is contained in:
parent
de533ab2a1
commit
006477e60b
@ -913,7 +913,6 @@ __global__ void cp_gather_cache(
|
|||||||
const int32_t split_end = min((split + 1) * split_slots, tot_slots);
|
const int32_t split_end = min((split + 1) * split_slots, tot_slots);
|
||||||
|
|
||||||
const bool is_active_split = (split_start < 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;
|
if (!is_active_split) return;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user