Skip to content

Commit d500444

Browse files
committed
[ExecuTorch] Arm Ethos: Add ArmTester TARGET
Pull Request resolved: #8560 As title. ghstack-source-id: 268178174 @exported-using-ghexport @bypass-github-export-checks @bypass-github-pytorch-ci-checks @bypass-github-executorch-ci-checks Differential Revision: [D69714022](https://our.internmc.facebook.com/intern/diff/D69714022/)
1 parent 2fb1d46 commit d500444

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

backends/arm/test/TARGETS

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,17 @@ python_library(
3232
"fbsource//third-party/pypi/pytest:pytest",
3333
]
3434
)
35+
36+
python_library(
37+
name = "arm_tester",
38+
srcs = glob(["tester/*.py"]),
39+
deps = [
40+
":runner_utils",
41+
":common",
42+
"//executorch/backends/arm:tosa_mapping",
43+
"//executorch/backends/arm:tosa_specification",
44+
"//executorch/backends/arm/quantizer:arm_quantizer",
45+
"//executorch/devtools/backend_debug:delegation_info",
46+
"fbsource//third-party/pypi/tabulate:tabulate",
47+
]
48+
)

0 commit comments

Comments
 (0)