-
Notifications
You must be signed in to change notification settings - Fork 24.9k
[NVIDIA] Refactor Family Blackwell Support codegen #156176
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
base: main
Are you sure you want to change the base?
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/156176
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit d2d2970 with merge base f990490 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@pytorchbot label "topic: not user facing" |
I see the need to extend select_compute_arch.cmake even after the forked CUDA modules have been removed. Can you wait until I have fixed all build failures and merged #154595, then we can discuss how to extend? |
@johnnynunez Could you try modifying |
I think that i have to wait, right? |
@tinglvv @malfet @atalman could you merge it? 10.1 not exists anymore in cuda 13. Thor is 11.0 it’s building for me https://pypi.jetson-ai-lab.io/sbsa/cu130/torch/2.9.0 |
With the legacy driver (nvgpu) used for CUDA 12.9, Thor was operating with SM 10.1.
This changes to SM 11.0 when the newer driver model (OpenRM), which is intended for CUDA 13.0, is introduced.
Thor 10.1 --> 11.0
Spark 12.1