Skip to content

Commit 2ad34b2

Browse files
authored
Remove old CMSIS Add op related tests as the new refactor for Add / Linear ops fundamentally changes the way we decompose the Ops and match them (#15665)
Summary: ^^^ Note that there are new dedicated CortexM tests to rely on for the new flow Differential Revision: D86469035
1 parent 9a7882e commit 2ad34b2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

backends/cortex_m/test/TARGETS

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,11 @@ load("@fbcode_macros//build_defs:python_unittest.bzl", "python_unittest")
88
load("targets.bzl", "define_common_targets")
99

1010
oncall("executorch")
11-
1211
python_unittest(
1312
name="test_replace_quant_nodes",
1413
srcs=[
1514
"test_helpers_passes_utils.py",
1615
"test_replace_quant_nodes.py",
17-
"test_quantize_op_fusion_pass.py",
1816
],
1917
deps=[
2018
"//pytorch/ao:torchao", # @manual

0 commit comments

Comments
 (0)