File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 11load ("@fbsource//xplat/executorch/build:runtime_wrapper.bzl" , "runtime" )
22
33def define_common_targets ():
4+ runtime .python_library (
5+ name = "aoti_partitioner" ,
6+ srcs = [
7+ "aoti_partitioner.py" ,
8+ ],
9+ visibility = [
10+ "//executorch/..." ,
11+ ],
12+ deps = [
13+ "//caffe2:torch" ,
14+ "//executorch/exir/backend:partitioner" ,
15+ "//executorch/exir/backend:utils" ,
16+ ],
17+ )
18+
419 # AOTI common shims functionality
520 runtime .cxx_library (
621 name = "common_shims" ,
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ runtime.python_library(
2929 ],
3030 deps = [
3131 "//caffe2:torch",
32- "//executorch/exir/backend:partitioner",
33- "//executorch/exir/backend:utils",
32+ "//executorch/backends/aoti:aoti_partitioner",
3433 ],
3534)
You can’t perform that action at this time.
0 commit comments