Skip to content

Commit

Permalink
Arm backend: add passes buck dep for #8593 (#8625)
Browse files Browse the repository at this point in the history
Summary:

#8593 (D69921367) adds new imports to tosa_supported_operators.py. Add the necessary buck deps for it.

Reviewed By: JacobSzwejbka, kirklandsign

Differential Revision: D70003345
  • Loading branch information
dbort authored and facebook-github-bot committed Feb 21, 2025
1 parent ad4675a commit 86be79e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backends/arm/operator_support/TARGETS
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ python_library(
srcs = glob(["*.py"]),
typing = True,
deps = [
"//executorch/backends/arm/_passes:passes",
"//executorch/backends/arm:tosa_specification",
"//executorch/backends/xnnpack/_passes:xnnpack_passes",
"//executorch/exir:lib",
"//executorch/backends/arm:tosa_specification"
],
)

0 comments on commit 86be79e

Please sign in to comment.