Skip to content

Commit 0104d86

Browse files
authored
Revert "Add new dependency library for vulkan tests" (#10273)
Reverts #10136 cc @manuelcandales @cbilgin
1 parent e42d013 commit 0104d86

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backends/vulkan/test/op_tests/targets.bzl

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ def define_test_targets(test_name, extra_deps = [], src_file = None, is_fbcode =
88
"//third-party/googletest:gtest_main",
99
"//executorch/backends/vulkan:vulkan_graph_runtime",
1010
runtime.external_dep_location("libtorch"),
11-
runtime.external_dep_location("libtorch_cpu"),
1211
] + extra_deps
1312

1413
src_file_str = src_file if src_file else "{}.cpp".format(test_name)

0 commit comments

Comments
 (0)