Skip to content

Commit 815e6d9

Browse files
h-friederichmergennachin
authored andcommitted
Back out "use ovrsource libtorch in executorch"
Differential Revision: D66570005 Pull Request resolved: #7122
1 parent c085ab4 commit 815e6d9

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

extension/pytree/aten_util/targets.bzl

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,13 @@ def define_common_targets():
2020
"//executorch/runtime/platform:platform",
2121
],
2222
compiler_flags = ["-Wno-missing-prototypes"],
23-
external_deps = [
24-
"torch-core-cpp",
23+
fbcode_deps = [
24+
"//caffe2:ATen-core",
25+
"//caffe2:ATen-cpu",
26+
"//caffe2/c10:c10",
27+
],
28+
xplat_deps = [
29+
"//xplat/caffe2:torch_mobile_core",
30+
"//xplat/caffe2/c10:c10",
2531
],
2632
)

0 commit comments

Comments
 (0)