-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
Add CUDA 11.3 + PyTorch 1.11.0 and 1.12.1 #4205
Closed
thiagocrepaldi
wants to merge
21
commits into
facebookresearch:main
from
thiagocrepaldi:thiagofc/update-build-cuda
Closed
Add CUDA 11.3 + PyTorch 1.11.0 and 1.12.1 #4205
thiagocrepaldi
wants to merge
21
commits into
facebookresearch:main
from
thiagocrepaldi:thiagofc/update-build-cuda
Conversation
This file contains 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
facebook-github-bot
added
the
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
label
May 2, 2022
thiagocrepaldi
force-pushed
the
thiagofc/update-build-cuda
branch
29 times, most recently
from
May 3, 2022 22:08
9a76428
to
538226c
Compare
thiagocrepaldi
force-pushed
the
thiagofc/update-build-cuda
branch
from
March 20, 2023 18:24
556bd03
to
360b367
Compare
All non pytorch master pipelines are unchanged 3 new pileines are introduced. * 1) Windows CPU and 2) Linux CPU with pytorch/torchvision nightly builds * 2) Linux with CUDA 11.3, python 3.9 and nightly pytorch/torchvision CUDA 11.3 is needed because PyTorch does not distribute wheels for nightly 11.1 Python 3.9 was needed for the same reason; no torch wheels for 3.6
Signed-off-by: Thiago Crepaldi <[email protected]>
thiagocrepaldi
force-pushed
the
thiagofc/update-build-cuda
branch
from
April 5, 2023 19:09
360b367
to
c408649
Compare
Is this still relevant or should we close it? |
kaustubh-xinthe
approved these changes
Apr 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
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.
Currently CI supports only CUDA 11.1, which is sufficient for PyTorch versions up to 1.10.
For PyTorch 1.11+ and nightly builds, the minimum CUDA version is 11.3.
This PR adds 3 new pipelines:
The new pipelines are important to test end-to-end ONNX export tests, in which PyTorch inference results are numerically compared with the ONNX Runtime's . A second benefit is help identifying ONNX export issues earlier in the development cycle.
ps: Nightly builds are only installed in the new pipelines (aka
windows_cpu_build_pytorch_master
,linux_cuda113_tests_pytorch_master_python39
,linux_cpu_tests_pytorch_master
. All existing pipelines are intact.