vllm
[Frontend][torch.compile] CompilationConfig Overhaul (#20283): name change compilation level to compilation mode, deprecation compilation level
#26355
Merged

[Frontend][torch.compile] CompilationConfig Overhaul (#20283): name change compilation level to compilation mode, deprecation compilation level #26355

morrison-turnansky
mergify mergify added documentation
mergify mergify added llama
mergify mergify added speculative-decoding
mergify mergify added v1
mergify mergify added tpu
mergify
mergify mergify added needs-rebase
morrison-turnansky morrison-turnansky force pushed 299 days ago
mergify mergify removed needs-rebase
morrison-turnansky morrison-turnansky marked this pull request as ready for review 299 days ago
morrison-turnansky morrison-turnansky requested a review from NickLucche NickLucche 299 days ago
morrison-turnansky morrison-turnansky requested a review from jikunshang jikunshang 299 days ago
morrison-turnansky morrison-turnansky requested a review from bigPYJ1151 bigPYJ1151 299 days ago
morrison-turnansky morrison-turnansky requested a review from benchislett benchislett 299 days ago
morrison-turnansky morrison-turnansky requested a review from luccafong luccafong 299 days ago
morrison-turnansky morrison-turnansky requested a review from WoosukKwon WoosukKwon 299 days ago
morrison-turnansky morrison-turnansky requested a review from robertgshaw2-redhat robertgshaw2-redhat 299 days ago
morrison-turnansky morrison-turnansky requested a review from njhill njhill 299 days ago
morrison-turnansky morrison-turnansky requested a review from ywang96 ywang96 299 days ago
morrison-turnansky morrison-turnansky requested a review from comaniac comaniac 299 days ago
morrison-turnansky morrison-turnansky requested a review from alexm-redhat alexm-redhat 299 days ago
morrison-turnansky morrison-turnansky requested a review from simon-mo simon-mo 299 days ago
morrison-turnansky morrison-turnansky requested a review from youkaichao youkaichao 299 days ago
morrison-turnansky morrison-turnansky requested a review from mgoin mgoin 299 days ago
morrison-turnansky morrison-turnansky requested a review from tlrmchlsmth tlrmchlsmth 299 days ago
morrison-turnansky morrison-turnansky requested a review from houseroad houseroad 299 days ago
morrison-turnansky morrison-turnansky requested a review from hmellor hmellor 299 days ago
morrison-turnansky morrison-turnansky requested a review from yewentao256 yewentao256 299 days ago
morrison-turnansky morrison-turnansky requested a review from ProExpertProg ProExpertProg 299 days ago
morrison-turnansky morrison-turnansky requested a review from zou3519 zou3519 299 days ago
hmellor
hmellor commented on 2025-10-07
morrison-turnansky morrison-turnansky changed the title Issue 20283 level [Frontend] CompilationConfig Overhaul (#20283): name change compilation level to compilation mode, deprecation compilation level 299 days ago
hmellor
ProExpertProg ProExpertProg changed the title [Frontend] CompilationConfig Overhaul (#20283): name change compilation level to compilation mode, deprecation compilation level [Frontend][torch.compile] CompilationConfig Overhaul (#20283): name change compilation level to compilation mode, deprecation compilation level 299 days ago
ProExpertProg
ProExpertProg commented on 2025-10-07
mergify
mergify mergify added needs-rebase
mergify
morrison-turnansky morrison-turnansky force pushed 298 days ago
mergify mergify removed needs-rebase
morrison-turnansky morrison-turnansky force pushed 298 days ago
morrison-turnansky morrison-turnansky requested a review from ProExpertProg ProExpertProg 298 days ago
ProExpertProg
ProExpertProg commented on 2025-10-08
morrison-turnansky morrison-turnansky requested a review from aarnphm aarnphm 298 days ago
morrison-turnansky morrison-turnansky requested a review from chaunceyjiang chaunceyjiang 298 days ago
mergify mergify added frontend
morrison-turnansky morrison-turnansky force pushed 298 days ago
mergify
mergify mergify added needs-rebase
morrison-turnansky morrison-turnansky force pushed 297 days ago
mergify mergify removed needs-rebase
morrison-turnansky
morrison-turnansky morrison-turnansky requested a review from ProExpertProg ProExpertProg 297 days ago
mergify
mergify mergify added needs-rebase
morrison-turnansky morrison-turnansky force pushed 293 days ago
mergify mergify removed needs-rebase
morrison-turnansky morrison-turnansky force pushed 293 days ago
ProExpertProg
ProExpertProg commented on 2025-10-13
ProExpertProg
ProExpertProg commented on 2025-10-13
ProExpertProg
ProExpertProg commented on 2025-10-13
morrison-turnansky morrison-turnansky force pushed 293 days ago
mergify
mergify mergify added needs-rebase
morrison-turnansky morrison-turnansky force pushed 293 days ago
mergify mergify removed needs-rebase
ProExpertProg ProExpertProg added this to the vllm==v0.12.0/torch==2.9.0 compilation improvements milestone 293 days ago
ProExpertProg
ProExpertProg commented on 2025-10-14
ProExpertProg
ProExpertProg commented on 2025-10-14
morrison-turnansky morrison-turnansky force pushed 292 days ago
ProExpertProg
ProExpertProg approved these changes on 2025-10-14
ProExpertProg ProExpertProg added ready
ProExpertProg
ProExpertProg commented on 2025-10-14
ProExpertProg
ProExpertProg approved these changes on 2025-10-14
morrison-turnansky name change CompilationLevel to CompilationMode
77cdf1a1
morrison-turnansky replaced dynamo_as_is with stock_torch_compile
1b9757d2
morrison-turnansky repalced dynamo once with dynamo trace once
5dac5d6c
morrison-turnansky replaced CompilationMode.PIECEWISE with CompilationMode.VLLM_COMPILE
009eec3b
morrison-turnansky added mode field for compilation config, deprecation warning for level
1bc8bff4
morrison-turnansky resolved comments
e84ff13e
morrison-turnansky added version numbers for deprecation notes
309747d0
morrison-turnansky merge cleanup
23d277a3
morrison-turnansky update compilation_config.level to compilation_config.mode
05399e99
morrison-turnansky updated descriptions of compilation mode
36df9740
morrison-turnansky changed level to mode
ee02319b
morrison-turnansky cleanup
9237b673
morrison-turnansky removed comment about v0 compilation
de233a47
morrison-turnansky linting
3961df75
morrison-turnansky fixed after rebase
cca5a018
morrison-turnansky linting
386a569e
morrison-turnansky Update tests/v1/cudagraph/test_cudagraph_mode.py
257b092f
morrison-turnansky updated reviewer comments
9ffa460e
morrison-turnansky Update tests/compile/test_async_tp.py
99329c36
morrison-turnansky Update tests/distributed/test_sequence_parallel.py
f74d8dc8
morrison-turnansky Update tests/v1/cudagraph/test_cudagraph_mode.py
4f32d3ba
morrison-turnansky Update vllm/config/compilation.py
747869c2
morrison-turnansky Update vllm/config/compilation.py
a9a03451
morrison-turnansky Update vllm/config/vllm.py
966f0c42
morrison-turnansky Update vllm/config/compilation.py
83fe7676
morrison-turnansky Update vllm/config/compilation.py
17b1330f
morrison-turnansky removed comment about v0 compilation
de233a47
morrison-turnansky linting
3961df75
morrison-turnansky fixed after rebase
cca5a018
morrison-turnansky linting
386a569e
morrison-turnansky Update tests/v1/cudagraph/test_cudagraph_mode.py
257b092f
morrison-turnansky updated reviewer comments
9ffa460e
morrison-turnansky Update tests/compile/test_async_tp.py
99329c36
morrison-turnansky Update tests/distributed/test_sequence_parallel.py
f74d8dc8
morrison-turnansky Update tests/v1/cudagraph/test_cudagraph_mode.py
4f32d3ba
morrison-turnansky Update vllm/config/compilation.py
747869c2
morrison-turnansky Update vllm/config/compilation.py
a9a03451
morrison-turnansky Update vllm/config/vllm.py
966f0c42
morrison-turnansky Update vllm/config/compilation.py
83fe7676
morrison-turnansky reviewer comments
690cf886
morrison-turnansky reviewer comments
6f1385f9
morrison-turnansky fixed tests/model_executor/test_enabled_custom_ops.py::test_enabled_…
79708c16
morrison-turnansky reviewer commemnts
e138bdf7
morrison-turnansky updated after merge
4a53a649
morrison-turnansky morrison-turnansky force pushed to 4a53a649 292 days ago
ProExpertProg
ProExpertProg approved these changes on 2025-10-15
zou3519
zou3519 commented on 2025-10-15
zou3519
zou3519 commented on 2025-10-15
ProExpertProg
ProExpertProg ProExpertProg enabled auto-merge (squash) 292 days ago
ProExpertProg ProExpertProg merged 96b9aa5a into main 292 days ago
morrison-turnansky

Login to write a write a comment.

Login via GitHub