-
-
Notifications
You must be signed in to change notification settings - Fork 17.8k
[6/n] Migrate activation kernels, gptq, gguf, non cutlass w8a8 to libtorch stable ABI (continued) #42663
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
ywang96
merged 24 commits into
vllm-project:main
from
cleonard530:new-stable-abi-phase6
May 20, 2026
Merged
[6/n] Migrate activation kernels, gptq, gguf, non cutlass w8a8 to libtorch stable ABI (continued) #42663
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
439f075
Enable _C_stable_libtorch for ROCm (HIP)
mikaylagawarecki b16f160
Move activation kernel file from csrc to csrc/libtorch_stable
mikaylagawarecki 131e5e0
[f/n] Migrate activation kernels to torch stable ABI
mikaylagawarecki 60aeafa
Move INT8 quant kernel file from csrc to csrc/libtorch_stable
mikaylagawarecki 52a9bd6
[g/n] Migrate INT8 quant kernels to torch stable ABI
mikaylagawarecki 3621698
Move FP8 quant kernel file from csrc to csrc/libtorch_stable
mikaylagawarecki f4d32b2
[h/n] Migrate FP8 quant kernels to torch stable ABI
mikaylagawarecki 4234544
Move GPTQ kernel files from csrc to csrc/libtorch_stable
mikaylagawarecki 502918e
[i/n] Migrate GPTQ kernels to torch stable ABI
mikaylagawarecki 0592ba2
Move GGML/GGUF kernel files from csrc to csrc/libtorch_stable
mikaylagawarecki 170c9d5
[j/n] Migrate GGML kernels to torch stable ABI
mikaylagawarecki 47a8804
Missed converting torch::Tensor to orch::stable::Tensor in one locati…
cleonard530 e88fd9e
Add forward declarations in ops.h for silu_and_mul_clamp and silu_and…
cleonard530 fb33cd3
Move fused_silu_mul_block_quant from the legacy _C extension to the s…
cleonard530 796daf0
use TORCH_CHECK in dtype_fp8 when STD_TORCH_CHECK is undefined
cleonard530 71a471f
updated to use hip.hip_runtime.h header instead of cuda_runtime.h hea…
cleonard530 328a3ca
moved fused_silu_mul_block_quant.cu back to unstable libtorch for now…
cleonard530 f394c4d
Update torch_bindings.cpp
cleonard530 b7d1630
moved definition for TORCH_UTILS_CHECK to it's own header file csrc/t…
cleonard530 da74a3b
renamed csrc/torch_utils_check.h to the more general csrc/torch_utils.h
cleonard530 c511edf
Updated comments in torch_utils.h to make intention clearer.
cleonard530 a414194
forgot to change include header name from torch_utils_check.h to torc…
cleonard530 25caed6
fixed pre-commit linting errors
cleonard530 95c566f
Merge branch 'main' into new-stable-abi-phase6
Harry-Chen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merge conflict around the "csrc/quantization/gguf/gguf_kernel.cu" line because "csrc/quantization/fused_kernels/fused_silu_mul_block_quant.cu" was newly added.