Conversation
Summary: Title says it all. The `glslc` binary distributed with the Android NDK can no longer be used to build the Vulkan delegate since it doesn't support the GL_EXT_integer_dot_product extension. This PR updates the CMakeLists.txt to look for the `glslc` installed on the system instead by default.
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/14593
Note: Links to docs will display an error until the docs builds have been completed. ❌ 5 New Failures, 5 Unrelated FailuresAs of commit e95646a with merge base 042e087 ( NEW FAILURES - The following jobs have failed:
FLAKY - The following job failed but was likely due to flakiness present on trunk:
BROKEN TRUNK - The following jobs failed but was 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
|
|
Merged #14596 instead |
Summary:
Title says it all. The
glslcbinary distributed with the Android NDK can no longer be used to build the Vulkan delegate since it doesn't support the GL_EXT_integer_dot_product extension.This PR updates the CMakeLists.txt to look for the
glslcinstalled on the system instead by default.