Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/18723
Note: Links to docs will display an error until the docs builds have been completed. ❌ 3 New Failures, 1 Cancelled Job, 3 Unrelated FailuresAs of commit d036931 with merge base 3d2c853 ( NEW FAILURES - The following jobs have failed:
CANCELLED JOB - The following job was cancelled. Please retry:
FLAKY - The following jobs failed but were likely due to flakiness present on trunk:
BROKEN TRUNK - The following job failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
Summary: Add a `test-vulkan-models-macos` job to the pull CI workflow that tests the Vulkan backend on macOS Apple Silicon using MoltenVK. This mirrors the existing `test-vulkan-models-linux` job (which uses SwiftShader) but runs on a macOS M1 runner with the LunarG Vulkan SDK providing MoltenVK as the Vulkan ICD. The new `setup-vulkan-macos-deps.sh` script downloads the macOS Vulkan SDK and configures `VK_ICD_FILENAMES` to point at MoltenVK. Generated with Claude.
|
@claude analyse the failing |
|
Claude finished @SS-JIA's task in 7m 58s —— View job Analysis of failing
|
Summary:
Add a
test-vulkan-models-macosjob to the pull CI workflow that teststhe Vulkan backend on macOS Apple Silicon using MoltenVK. This mirrors
the existing
test-vulkan-models-linuxjob (which uses SwiftShader) butruns on a macOS M1 runner with the LunarG Vulkan SDK providing MoltenVK
as the Vulkan ICD.
The new
setup-vulkan-macos-deps.shscript downloads the macOS VulkanSDK and configures
VK_ICD_FILENAMESto point at MoltenVK.Generated with Claude.