Skip to content

Commit f57633b

Browse files
authored
Dummy CPU iDMA copy and wait operators.
Differential Revision: D77176106 Pull Request resolved: #12596
1 parent 28f0b3f commit f57633b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backends/cadence/aot/TARGETS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,8 +539,10 @@ python_unittest(
539539
],
540540
typing = True,
541541
deps = [
542+
":program_builder",
542543
"//executorch/backends/cadence/aot:graph_builder",
543544
"//executorch/backends/cadence/aot:ops_registrations",
545+
"//executorch/runtime:runtime",
544546
"//later:lib",
545547
],
546548
)

0 commit comments

Comments
 (0)