Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
e80cfe57
Unverified
Commit
e80cfe57
authored
Mar 20, 2026
by
Woosuk Kwon
Committed by
GitHub
Mar 20, 2026
Browse files
[MRV2] Avoid recompilation of _gather_block_tables_kernel (#37645)
Signed-off-by:
Woosuk Kwon
<
woosuk@inferact.ai
>
parent
d0532bf3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/v1/worker/gpu/block_table.py
vllm/v1/worker/gpu/block_table.py
+1
-1
No files found.
vllm/v1/worker/gpu/block_table.py
View file @
e80cfe57
...
...
@@ -169,7 +169,7 @@ class BlockTables:
return
self
.
slot_mappings
[:,
:
num_tokens
]
@
triton
.
jit
@
triton
.
jit
(
do_not_specialize
=
[
"num_reqs"
])
def
_gather_block_tables_kernel
(
batch_idx_to_req_idx
,
# [batch_size]
src_block_table_ptrs
,
# [num_kv_cache_groups]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment