mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[Submodule] Remove ios-cmake (#127694)
It has not been updated for a long time and CI iOS builds don't rely on it. Pull Request resolved: https://github.com/pytorch/pytorch/pull/127694 Approved by: https://github.com/ezyang
This commit is contained in:
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -18,10 +18,6 @@
|
||||
ignore = dirty
|
||||
path = third_party/protobuf
|
||||
url = https://github.com/protocolbuffers/protobuf.git
|
||||
[submodule "third_party/ios-cmake"]
|
||||
ignore = dirty
|
||||
path = third_party/ios-cmake
|
||||
url = https://github.com/Yangqing/ios-cmake.git
|
||||
[submodule "third_party/NNPACK"]
|
||||
ignore = dirty
|
||||
path = third_party/NNPACK
|
||||
|
@ -144,14 +144,14 @@ endif()
|
||||
# ---[ BLAS
|
||||
|
||||
set(AT_MKLDNN_ACL_ENABLED 0)
|
||||
set(AT_MKLDNN_ENABLED 0)
|
||||
set(AT_MKL_ENABLED 0)
|
||||
# setting default preferred BLAS options if not already present.
|
||||
if(NOT DEFINED BLAS)
|
||||
if(NOT INTERN_BUILD_MOBILE)
|
||||
set(BLAS "MKL" CACHE STRING "Selected BLAS library")
|
||||
else()
|
||||
set(BLAS "Eigen" CACHE STRING "Selected BLAS library")
|
||||
set(AT_MKLDNN_ENABLED 0)
|
||||
set(AT_MKL_ENABLED 0)
|
||||
endif()
|
||||
elseif(NOT BLAS STREQUAL "MKL")
|
||||
if(USE_MKLDNN)
|
||||
@ -245,7 +245,6 @@ else()
|
||||
endif()
|
||||
|
||||
if(NOT INTERN_BUILD_MOBILE)
|
||||
set(AT_MKL_ENABLED 0)
|
||||
set(AT_MKL_SEQUENTIAL 0)
|
||||
set(USE_BLAS 1)
|
||||
if(NOT (ATLAS_FOUND OR BLIS_FOUND OR GENERIC_BLAS_FOUND OR MKL_FOUND OR OpenBLAS_FOUND OR VECLIB_FOUND OR FlexiBLAS_FOUND OR NVPL_BLAS_FOUND))
|
||||
@ -1473,8 +1472,6 @@ if(NOT INTERN_BUILD_MOBILE)
|
||||
set(AT_ROCM_ENABLED 1)
|
||||
endif()
|
||||
|
||||
set(AT_MKLDNN_ENABLED 0)
|
||||
set(AT_MKLDNN_ACL_ENABLED 0)
|
||||
if(USE_MKLDNN)
|
||||
if(NOT CMAKE_SIZEOF_VOID_P EQUAL 8)
|
||||
message(WARNING
|
||||
|
1
third_party/ios-cmake
vendored
1
third_party/ios-cmake
vendored
Submodule third_party/ios-cmake deleted from 8abaed637d
Reference in New Issue
Block a user