mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[caffe2] Add build configuration for linux-arm64 (#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: https://github.com/pytorch/pytorch/pull/124618 Approved by: https://github.com/izaitsevfb
This commit is contained in:
committed by
PyTorch MergeBot
parent
84fb96130f
commit
8c515a14fd
@ -8,6 +8,7 @@ cpu_supported_platforms = [
|
||||
"ovr_config//os:macos",
|
||||
"ovr_config//os:windows-x86_64",
|
||||
"ovr_config//runtime:arm64-linux-ubuntu-neon",
|
||||
"ovr_config//os:linux-arm64",
|
||||
]
|
||||
|
||||
cuda_supported_platforms = [
|
||||
|
Reference in New Issue
Block a user