Skip to content

Commit d5963af

Browse files
author
morelos
committed
Update base for Update on "[ET-VK][Ops] quantize ops skeleton test framework"
Skeleton framework that is needed to build out the quantize_per_tensor and quantize_per_token operators based on cpu implementation Differential Revision: [D75959066](https://our.internmc.facebook.com/intern/diff/D75959066/) [ghstack-poisoned]
2 parents 5de590c + c4c4763 commit d5963af

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)