Enable periodic builds for CUDA 11.7#81688
Conversation
🔗 Helpful links
❌ 7 New Failures, 2 Base FailuresAs of commit 059452d (more details on the Dr. CI page): Expand to see more
🕵️ 7 new failures recognized by patternsThe following CI failures do not appear to be due to upstream breakages
|
) ### Description CUDA 11.7 Requires Driver update : https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html This is only Linux update, will require followup PR for Windows update. This should resolve this error: https://github.com/pytorch/pytorch/runs/7478454141?check_suite_focus=true On this PR: #81688 ``` nvidia-container-cli: requirement error: unsatisfied condition: cuda>=11.7, please update your driver to a newer version, or use an earlier cuda container: unknown. ``` ### Testing IN CI Pull Request resolved: #82472 Approved by: https://github.com/DanilBaibak, https://github.com/malfet
) ### Description CUDA 11.7 Requires Driver update : https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html This is only Linux update, will require followup PR for Windows update. This should resolve this error: https://github.com/pytorch/pytorch/runs/7478454141?check_suite_focus=true On this PR: #81688 ``` nvidia-container-cli: requirement error: unsatisfied condition: cuda>=11.7, please update your driver to a newer version, or use an earlier cuda container: unknown. ``` ### Testing IN CI Pull Request resolved: #82472 Approved by: https://github.com/DanilBaibak, https://github.com/malfet
|
@pytorchmergebot rebase |
|
@pytorchbot successfully started a rebase job. Check the current status here |
|
Successfully rebased |
d8cc2bd to
9252821
Compare
| "102", | ||
| "113", | ||
| "116", | ||
| "117", |
There was a problem hiding this comment.
This file doesn't seem like it's used anymore.
There was a problem hiding this comment.
I think you are right, we should generally clean .circleci folder to remove all unused files. Multiple files are still used there. Perhaps we should create a bootcamper task to perform this cleanup
| "102", | ||
| "113", | ||
| "116", | ||
| "117", |
There was a problem hiding this comment.
I think you are right, we should generally clean .circleci folder to remove all unused files. Multiple files are still used there. Perhaps we should create a bootcamper task to perform this cleanup
) (#82472) Summary: ### Description CUDA 11.7 Requires Driver update : https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html This is only Linux update, will require followup PR for Windows update. This should resolve this error: https://github.com/pytorch/pytorch/runs/7478454141?check_suite_focus=true On this PR: #81688 ``` nvidia-container-cli: requirement error: unsatisfied condition: cuda>=11.7, please update your driver to a newer version, or use an earlier cuda container: unknown. ``` ### Testing IN CI Pull Request resolved: #82472 Approved by: https://github.com/DanilBaibak, https://github.com/malfet Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/5aef03513f2ebcc56bd0687d99da04cc073af15c Reviewed By: kit1980 Differential Revision: D38359595 Pulled By: atalman fbshipit-source-id: 60eaf00f4dbe9ab456beef3cc14274d7845b71e2
|
|
||
| DISTRIBUTION=$(. /etc/os-release;echo $ID$VERSION_ID) \ | ||
| DRIVER_FN="NVIDIA-Linux-x86_64-510.60.02.run" | ||
| DRIVER_FN="NVIDIA-Linux-x86_64-515.57.run" |
There was a problem hiding this comment.
Why are we updating driver here? Aren't forward compatibility guarantee for CUDA-11.x applies for 11.7?
|
@pytorchmergebot rebase |
|
@pytorchbot successfully started a rebase job. Check the current status here |
|
Successfully rebased |
1bb375a to
4cbff60
Compare
|
@pytorchmergebot rebase |
|
@pytorchbot successfully started a rebase job. Check the current status here |
|
Successfully rebased |
3813363 to
059452d
Compare
|
@pytorchmergebot merge |
|
@pytorchbot successfully started a merge and created land time checks. See merge status here and land check progress here. |
|
Merge failed due to 2 additional jobs have failed, first few of them are: periodic ,periodic / ios-12-5-1-arm64-metal / build |
CC @atalman Pull Request resolved: #81688 Approved by: https://github.com/atalman
|
@pytorchmergebot rebase |
|
@pytorchbot successfully started a rebase job. Check the current status here |
|
Successfully rebased |
059452d to
f384939
Compare
|
@pytorchmergebot merge |
|
@pytorchbot successfully started a merge job. Check the current status here |
|
Hey @ptrblck. |
Summary: CC atalman Pull Request resolved: #81688 Approved by: https://github.com/atalman Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/b4f7e2264014d8e6010bad15952ff632607709c7 Reviewed By: seemethere Differential Revision: D38585742 fbshipit-source-id: 6dd7f38a3ac78d12194a1dc4a53841c9ee495d38
CC @atalman