Skip to content

Commit 8c515a1

Browse files
lucasgadanipytorchmergebot
authored andcommitted
[caffe2] Add build configuration for linux-arm64 (pytorch#124618)
Summary: This diff adds a new build configuration that works on linux-arm64. Test Plan: Before: ``` $ buck2 build @//arvr/mode/linux/jetson/opt :c10_ovrsource BUILD FAILED fbsource//xplat/caffe2/c10:c10_ovrsource is incompatible with cfg:linux-arm64-fbcode-platform010-aarch64-no-san#d47c4385e5d19fe0 (ovr_config//os:android unsatisfied), check the target's compatibility attributes ``` After: ``` $ buck2 build @//arvr/mode/linux/jetson/opt :c10_ovrsource BUILD SUCCEEDED ``` Differential Revision: D56088211 Pull Request resolved: pytorch#124618 Approved by: https://github.com/izaitsevfb
1 parent 84fb961 commit 8c515a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

c10/ovrsource_defs.bzl

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ cpu_supported_platforms = [
88
"ovr_config//os:macos",
99
"ovr_config//os:windows-x86_64",
1010
"ovr_config//runtime:arm64-linux-ubuntu-neon",
11+
"ovr_config//os:linux-arm64",
1112
]
1213

1314
cuda_supported_platforms = [

0 commit comments

Comments
 (0)