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
3b8f0fe5
Unverified
Commit
3b8f0fe5
authored
Jan 26, 2026
by
Richard Zou
Committed by
GitHub
Jan 27, 2026
Browse files
[torch.compile] Stop assuming 32 bit indexing (#33113)
Signed-off-by:
Richard Zou
<
zou3519@gmail.com
>
parent
c831911b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
vllm/config/compilation.py
vllm/config/compilation.py
+2
-1
No files found.
vllm/config/compilation.py
View file @
3b8f0fe5
...
@@ -280,9 +280,10 @@ class DynamicShapesConfig:
...
@@ -280,9 +280,10 @@ class DynamicShapesConfig:
until this change picked up https://github.com/pytorch/pytorch/pull/169239.
until this change picked up https://github.com/pytorch/pytorch/pull/169239.
"""
"""
assume_32_bit_indexing
:
bool
=
Tru
e
assume_32_bit_indexing
:
bool
=
Fals
e
"""
"""
whether all tensor sizes can use 32 bit indexing.
whether all tensor sizes can use 32 bit indexing.
`True` requires PyTorch 2.10+
"""
"""
def
compute_hash
(
self
)
->
str
:
def
compute_hash
(
self
)
->
str
:
...
...
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