Skip to content

Commit eae0b04

Browse files
authored
add fuse ops passes in oss
Differential Revision: D65910592 Pull Request resolved: #6876
1 parent 86cb5d7 commit eae0b04

File tree

2 files changed

+1055
-0
lines changed

2 files changed

+1055
-0
lines changed

backends/cadence/aot/TARGETS

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,22 @@ python_library(
131131
"//executorch/exir/dialects:lib",
132132
],
133133
)
134+
135+
python_library(
136+
name = "fuse_ops",
137+
srcs = [
138+
"fuse_ops.py",
139+
],
140+
typing = True,
141+
deps = [
142+
"//caffe2:torch",
143+
":compiler_utils",
144+
"//executorch/backends/cadence/aot:pass_utils",
145+
"//executorch/backends/cadence/aot:utils",
146+
"//executorch/exir:pass_base",
147+
"//executorch/exir/dialects:lib",
148+
"//executorch/exir/dialects/edge:lib",
149+
"//executorch/exir/passes:lib",
150+
"//executorch/exir/passes:spec_prop_pass",
151+
],
152+
)

0 commit comments

Comments
 (0)