-
Notifications
You must be signed in to change notification settings - Fork 34
Add support for Torch 2.10 RC3 #334
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
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
d9d961c
Improve Torch binary wheel download tooling
danieldk ef0f9d7
torch_versions.json: add Torch 2.10.0 RC2
danieldk 0032115
python3Packages.cuda-bindings: use binary wheel
danieldk b65996a
python3Packages.torch_2_10: init at 2.10.0-rc2
danieldk ad8ae6e
rocmPackages_7_0: 7.0.1 -> 7.0.2
danieldk 43f7590
aotrition_0_11_1: init
danieldk 20be089
rocmPackages_7_1: init at 7.1.1
danieldk 9000c94
pythonPackages.torch_2_10: add ROCm versions
danieldk 8f4fde1
xpu-packages_2025_3: init
danieldk f2bff2e
Enable XPU Torch build
danieldk 79ba09e
Enable CPU builds
danieldk 586ff84
Enable macOS Metal
danieldk f0043d9
Update build variants
danieldk f4e5a88
Update nixpkgs revision
danieldk 8fa7352
python3Packages.torch-bin_2_10: rc2 -> rc3
danieldk 8d35e72
Fix CUDA `backendStdenv` use
danieldk 28ab364
Merge remote-tracking branch 'origin/main' into torch-2.10
danieldk 4f57f11
xpuPackages_20253.cutlass-sycl: init at 0.6-dev
danieldk 97cee5d
build2cmake: pass extra dep-cutlass-sycl link flags on oneDNN 2025.3
danieldk b96ebf6
Merge remote-tracking branch 'origin/main' into torch-2.10
danieldk 918cc21
Add Torch 2.10 RC warning
danieldk 5a1bb4d
Metal does not use Python-safe op name
danieldk 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
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.
backendStdenvitself is not overridable anymore in upstream nixpkgs (.overrideis on the actualstdenvand not what used to be the wrapper). So I decided the easiest is to vendor this functionality until I come up with a better idea :).