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
4f2954f7
Unverified
Commit
4f2954f7
authored
Sep 23, 2025
by
Michael Goin
Committed by
GitHub
Sep 23, 2025
Browse files
Fix triton_reshape_and_cache_flash.py triton import (#25522)
Signed-off-by:
mgoin
<
mgoin64@gmail.com
>
parent
eca7be90
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
vllm/attention/ops/triton_reshape_and_cache_flash.py
vllm/attention/ops/triton_reshape_and_cache_flash.py
+1
-2
No files found.
vllm/attention/ops/triton_reshape_and_cache_flash.py
View file @
4f2954f7
...
...
@@ -2,10 +2,9 @@
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
import
torch
import
triton
import
triton.language
as
tl
from
vllm.platforms
import
current_platform
from
vllm.triton_utils
import
tl
,
triton
@
triton
.
jit
...
...
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