-
Notifications
You must be signed in to change notification settings - Fork 608
update to latest Vulkan SDK #7258
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/pytorch/executorch/7258
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 bc9214e with merge base 29f5cac ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@pytorchbot label "topic: not user facing" |
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: #142424 Approved by: https://github.com/huydhn
LGTM, thanks for the fix! The change should be tested automatically by the CI. The |
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
Summary
In pytorch/pytorch tests, 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 )
Test plan
Looking for some advice how this should be tested