-
Notifications
You must be signed in to change notification settings - Fork 24.2k
[CI][CUDA] Move away from cuda12.4, Add cuda12.6 eager CI tests #148602
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
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/148602
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New Failures, 14 PendingAs of commit 69d5251 with merge base 98458e5 ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
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.
Thanks Andrey for skipping the test, waiting for the green signal from the test to merge. |
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.
lgtm
If you are modifying slow and periodic workflows, you should tests those as well |
ANACONDA_PYTHON_VERSION=3.12 | ||
GCC_VERSION=11 | ||
CONDA_CMAKE=yes | ||
HALIDE=yes | ||
TRITON=yes | ||
;; | ||
pytorch-linux-jammy-py3.12-triton-cpu) | ||
CUDA_VERSION=12.4 | ||
CUDA_VERSION=12.6 |
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.
This sounds like an oxymoron: why CPU builds needs CUDA (and what this config is for to begin with)
@@ -326,15 +326,15 @@ case "$image" in | |||
EXECUTORCH=yes | |||
;; | |||
pytorch-linux-jammy-py3.12-halide) | |||
CUDA_VERSION=12.4 | |||
CUDA_VERSION=12.6 |
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.
Halide is part of inductor, so not sure why you are modifying it here.
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.
Let's test it in prod
@pytorchbot merge -f "Spartaa aa aa!" |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
#145570
breaking #140793 into eager and inductor benchmarks to unblock
cc @atalman @malfet @nWEIdia @ptrblck