We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f370e78 commit 1166bfcCopy full SHA for 1166bfc
backends/cadence/aot/TARGETS
@@ -409,3 +409,22 @@ python_library(
409
"//executorch/exir:tensor",
410
],
411
)
412
+
413
414
+python_unittest(
415
+ name = "test_memory_passes",
416
+ srcs = [
417
+ "tests/test_memory_passes.py",
418
+ ],
419
+ typing = True,
420
+ deps = [
421
+ ":compiler",
422
+ ":memory_planning",
423
+ ":ops_registrations",
424
+ ":pass_utils",
425
+ "//caffe2:torch",
426
+ "//executorch/exir:memory",
427
+ "//executorch/exir/dialects:lib",
428
+ "//executorch/exir/tests:models",
429
430
+)
0 commit comments