Skip to content

Commit 8bf2b0f

Browse files
author
morelos
committed
Update on "[ET-VK][Ops] common test utils for converting aten types to vulkan types"
most custom ops utilize some aten to executorch scalartype conversion. this test file standardized that across those files Differential Revision: [D76464550](https://our.internmc.facebook.com/intern/diff/D76464550/) cc SS-JIA manuelcandales cbilgin [ghstack-poisoned]
1 parent 7ce9385 commit 8bf2b0f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

backends/vulkan/test/op_tests/targets.bzl

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -171,15 +171,6 @@ def define_common_targets(is_fbcode = False):
171171
"//executorch/extension/tensor:tensor",
172172
]
173173
)
174-
define_test_targets(
175-
"quantize_test",
176-
extra_deps = [
177-
":test_utils",
178-
"//executorch/kernels/quantized/cpu:op_quantize",
179-
"//executorch/extension/tensor:tensor",
180-
"//executorch/extension/aten_util:aten_bridge",
181-
]
182-
)
183174
define_test_targets(
184175
"linear_weight_int4_test",
185176
extra_deps = [

0 commit comments

Comments
 (0)