-
Notifications
You must be signed in to change notification settings - Fork 24.6k
remove vulkan sdk installation on executorch build #142424
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/142424
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ✅ No FailuresAs of commit c1d4cfb with merge base beeffe7 ( 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.
The jobs looks good now https://github.com/pytorch/pytorch/actions/runs/12246036693/job/34161201162
@pytorchbot merge -f 'Lint and executorch jobs have passed' |
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 |
pytorch-linux-jammy-py3-clang12-executorch [started to fail](https://github.com/pytorch/pytorch/actions/runs/12244909721/job/34157668780) today due to a 404 on the Vulkan SDK we use/download (1.2.198.1, 3 years old, URL: https://sdk.lunarg.com/sdk/download/1.2.198.1/linux/vulkansdk-linux-x86_64-1.2.198.1.tar.gz ) The Vulkan SDK is probably no longer needed for building Executorch, and is not used down the line for testing. This PR tests removing the installation of the SDK pytorch/executorch#7258 Pull Request resolved: pytorch#142424 Approved by: https://github.com/huydhn
pytorch-linux-jammy-py3-clang12-executorch [started to fail](https://github.com/pytorch/pytorch/actions/runs/12244909721/job/34157668780) today due to a 404 on the Vulkan SDK we use/download (1.2.198.1, 3 years old, URL: https://sdk.lunarg.com/sdk/download/1.2.198.1/linux/vulkansdk-linux-x86_64-1.2.198.1.tar.gz ) The Vulkan SDK is probably no longer needed for building Executorch, and is not used down the line for testing. This PR tests removing the installation of the SDK pytorch/executorch#7258 Pull Request resolved: pytorch#142424 Approved by: https://github.com/huydhn
pytorch-linux-jammy-py3-clang12-executorch started to fail today due to a 404 on the Vulkan SDK we use/download (1.2.198.1, 3 years old, URL: https://sdk.lunarg.com/sdk/download/1.2.198.1/linux/vulkansdk-linux-x86_64-1.2.198.1.tar.gz )
The Vulkan SDK is probably no longer needed for building Executorch, and is not used down the line for testing.
This PR tests removing the installation of the SDK
pytorch/executorch#7258