Skip to content

Commit 135fe70

Browse files
committed
Update on "[ET-VK][ez] Allow Vulkan operator tests to run on devserver and Mac"
## Context #11547 was landed recently which restricted vulkan operator tests to the `ANDROID` platform. Simply update to use the utility function `get_platforms()` so that the tests can run everywhere the vulkan delegate can be built. Differential Revision: [D76620647](https://our.internmc.facebook.com/intern/diff/D76620647/) cc manuelcandales cbilgin [ghstack-poisoned]
1 parent fdb297c commit 135fe70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/vulkan/test/op_tests/targets.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
load("@fbsource//tools/build_defs:platform_defs.bzl", "ANDROID", "CXX")
1+
load("@fbsource//tools/build_defs:platform_defs.bzl", "ANDROID")
22
load("@fbsource//xplat/caffe2:pt_defs.bzl", "get_pt_ops_deps")
33
load("@fbsource//xplat/caffe2:pt_ops.bzl", "pt_operator_library")
44
load("@fbsource//xplat/executorch/build:runtime_wrapper.bzl", "runtime")

0 commit comments

Comments
 (0)