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 c085ab4 commit 815e6d9Copy full SHA for 815e6d9
extension/pytree/aten_util/targets.bzl
@@ -20,7 +20,13 @@ def define_common_targets():
20
"//executorch/runtime/platform:platform",
21
],
22
compiler_flags = ["-Wno-missing-prototypes"],
23
- external_deps = [
24
- "torch-core-cpp",
+ fbcode_deps = [
+ "//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",
31
32
)
0 commit comments