Skip to content

Commit 51c4a5a

Browse files
authored
Vulkan tests use executorch_core
Differential Revision: D74365586 Pull Request resolved: #10765
1 parent 90488bc commit 51c4a5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backends/vulkan/test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ if(TARGET vulkan_backend)
8282
)
8383
target_include_directories(vulkan_compute_api_test PRIVATE ${COMMON_INCLUDES})
8484
target_link_libraries(
85-
vulkan_compute_api_test PRIVATE GTest::gtest_main vulkan_backend executorch
85+
vulkan_compute_api_test PRIVATE GTest::gtest_main vulkan_backend executorch_core
8686
test_shaderlib
8787
)
8888
target_compile_options(vulkan_compute_api_test PRIVATE ${VULKAN_CXX_FLAGS})

backends/vulkan/test/op_tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function(vulkan_op_test test_name test_src)
8181
${test_name}
8282
PRIVATE GTest::gtest_main
8383
vulkan_backend
84-
executorch
84+
executorch_core
8585
${LIB_TORCH}
8686
${LIB_TORCH_CPU}
8787
${LIB_C10}

0 commit comments

Comments
 (0)