-
Notifications
You must be signed in to change notification settings - Fork 24.2k
[CI] add missing matrix cases for pytorch-linux-focal-py{3.12,3.13}-clang10
#147882
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: gh/XuehaiPan/247/base
Are you sure you want to change the base?
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/147882
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 78b1246 with merge base f59064f ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
VISION=yes | ||
VULKAN_SDK_VERSION=1.2.162.1 | ||
SWIFTSHADER=yes | ||
CONDA_CMAKE=yes |
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.
The cmake
version on Ubuntu 20.04 (focal) is 3.16.3 which is lower than the lowest cmake
version we support (3.18). We need to set CONDA_CMAKE=yes
.
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.
Wait, can't we just upgrade cmake using the pip version of cmake?
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.
It is safer to have a binary executable cmake
in PATH
rather than a Python wrapper.
The cmake
package from PyPI will install a Python script cmake
wraps on the true cmake
binary in the wheel. This may have bugs in some situations.
Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as |
Stack from ghstack (oldest at bottom):
pytorch-linux-focal-py{3.12,3.13}-clang10
#147882These two images are referenced here:
pytorch/.github/workflows/docker-builds.yml
Lines 57 to 60 in adf0f4f
pytorch/.github/workflows/pull.yml
Line 517 in adf0f4f
pytorch/.github/workflows/pull.yml
Line 224 in adf0f4f