This repository was archived by the owner on Apr 6, 2026. It is now read-only.
Use binary wheels for Torch#252
Merged
Merged
Conversation
7ced41b to
f9906cb
Compare
MekkCyber
reviewed
Oct 14, 2025
| else | ||
| # sm_101 has been renamed to sm_110 in CUDA 13. | ||
| "7.5;8.0;8.6;8.9;9.0;10.0;11.0;12.0"; | ||
| TORCH_CUDA_ARCH_LIST = lib.concatStringsSep ";" torch.cudaCapabilities; |
Contributor
There was a problem hiding this comment.
much cleaner ! very nice
58b1dca to
b8314d3
Compare
Member
Author
|
Temporarily put into draft, let's wait until Torch 2.9 is out and we can also immediately get 2.9 from wheels. |
We were pulling in cutlass-sycl for CUDA builds because the dependendies were not filtered by backend/framework.
MekkCyber
reviewed
Oct 16, 2025
Contributor
MekkCyber
left a comment
There was a problem hiding this comment.
Very cool! only few very small nits
Comment on lines
188
to
+189
| # PyTorch 2.6 and CUDA 12.6 | ||
| export PYTHONPATH="result/torch26-cxx11-cu126-x86_64-linux" | ||
| export PYTHONPATH="result/torch29-cxx11-cu126-x86_64-linux" |
Contributor
There was a problem hiding this comment.
Small nit : the torch version in the comment
Member
Author
There was a problem hiding this comment.
👍 I'll update the comments in a separate PR
Comment on lines
47
to
+50
| "12.4") CUDA_TAG="cu124" ;; \ | ||
| "12.6") CUDA_TAG="cu126" ;; \ | ||
| "12.8") CUDA_TAG="cu128" ;; \ | ||
| "13.0") CUDA_TAG="cu130" ;; \ |
Contributor
There was a problem hiding this comment.
we also have 12.9 for torch 2.8 I think
Member
Author
There was a problem hiding this comment.
But we are only testing with 2.9.
Comment on lines
3
to
+6
| # Ideally we'd test with 11.8, but the GELU kernel is subtly off. | ||
| ARG CUDA_VERSION=12.1.0 | ||
| ARG UBUNTU_VERSION=18.04 | ||
| ARG TORCH_VERSION=2.5.0 | ||
| ARG CUDA_VERSION=12.6.0 | ||
| ARG UBI_VERSION=8 | ||
| ARG TORCH_VERSION=2.9.0 |
Contributor
There was a problem hiding this comment.
nit : the comment needs to be updated too I think
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.