Skip to content

Commit ec67249

Browse files
authored
NXP Backend: Buck fixes for the PassManager
Differential Revision: D80279733 Pull Request resolved: #13430
1 parent 7ad6f35 commit ec67249

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

backends/nxp/TARGETS

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,19 @@ python_library(
1919
],
2020
)
2121

22+
python_library(
23+
name = "edge_passes",
24+
srcs = glob([
25+
"edge_passes/*.py",
26+
]),
27+
deps = [
28+
":neutron_backend",
29+
"//caffe2:torch",
30+
"//executorch/exir:lib",
31+
"//executorch/exir:pass_manager",
32+
],
33+
)
34+
2235
python_library(
2336
name = "quantizer",
2437
srcs = [

backends/nxp/tests/TARGETS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ python_library(
2121
],
2222
deps = [
2323
"//executorch/exir:lib",
24+
"//executorch/extension/export_util:export_util",
2425
"//pytorch/ao:torchao",
2526
"//executorch/backends/nxp:quantizer",
2627
"//executorch/backends/nxp:neutron_backend",
28+
"//executorch/backends/nxp:edge_passes",
2729
]
2830
)
2931

0 commit comments

Comments
 (0)