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