We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5d0f98 commit c225a25Copy full SHA for c225a25
1 file changed
backends/arm/_passes/TARGETS
@@ -51,6 +51,7 @@ runtime.python_library(
51
deps = [
52
":core",
53
":arm_pass_manager_base" if runtime.is_oss else ":arm_pass_manager_fb",
54
+ "//executorch/backends/transforms:aten_to_dialect_pass",
55
"//executorch/backends/arm/tosa:utils",
56
"//executorch/backends/arm/tosa/dialect:lib",
57
"//executorch/backends/transforms:fuse_view_copy",
0 commit comments