We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41fdf13 commit 6c74651Copy full SHA for 6c74651
examples/devtools/CMakeLists.txt
@@ -65,6 +65,10 @@ target_link_libraries(
65
portable_kernels
66
)
67
68
+if(EXECUTORCH_BUILD_VULKAN)
69
+ target_link_libraries(example_runner vulkan_backend)
70
+endif()
71
+
72
if(EXECUTORCH_BUILD_COREML)
73
find_library(ACCELERATE_FRAMEWORK Accelerate)
74
find_library(COREML_FRAMEWORK CoreML)
0 commit comments