Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backends/vulkan/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ if(TARGET vulkan_backend)
)
target_include_directories(vulkan_compute_api_test PRIVATE ${COMMON_INCLUDES})
target_link_libraries(
vulkan_compute_api_test PRIVATE GTest::gtest_main vulkan_backend executorch
vulkan_compute_api_test PRIVATE GTest::gtest_main vulkan_backend executorch_core
test_shaderlib
)
target_compile_options(vulkan_compute_api_test PRIVATE ${VULKAN_CXX_FLAGS})
Expand Down
2 changes: 1 addition & 1 deletion backends/vulkan/test/op_tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function(vulkan_op_test test_name test_src)
${test_name}
PRIVATE GTest::gtest_main
vulkan_backend
executorch
executorch_core
${LIB_TORCH}
${LIB_TORCH_CPU}
${LIB_C10}
Expand Down
Loading