Skip to content

Commit

Permalink
use ovrsource libtorch in executorch
Browse files Browse the repository at this point in the history
Differential Revision: D66526578

Pull Request resolved: pytorch#7101
  • Loading branch information
lg-zhang authored Nov 28, 2024
1 parent 3a0e527 commit 651af12
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions extension/pytree/aten_util/targets.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,7 @@ def define_common_targets():
"//executorch/runtime/platform:platform",
],
compiler_flags = ["-Wno-missing-prototypes"],
fbcode_deps = [
"//caffe2:ATen-core",
"//caffe2:ATen-cpu",
"//caffe2/c10:c10",
],
xplat_deps = [
"//xplat/caffe2:torch_mobile_core",
"//xplat/caffe2/c10:c10",
external_deps = [
"torch-core-cpp",
],
)

0 comments on commit 651af12

Please sign in to comment.