[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:
cyy
2024-06-02 04:40:21 +00:00
committed by PyTorch MergeBot
parent 2129903aa3
commit 4e7f497bb3
3 changed files with 2 additions and 10 deletions

4
.gitmodules vendored
View File

@ -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

View File

@ -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

Submodule third_party/ios-cmake deleted from 8abaed637d