Skip to content

Commit 3df3ed7

Browse files
authored
Merge branch 'pytorch:main' into Arm-Backend-Update-Ethos-U-compiler-Vela-to-4.1.0
2 parents 02f9f99 + d243ffe commit 3df3ed7

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)