Skip to content

Commit 0fe6e8c

Browse files
bddppqfacebook-github-bot
authored andcommitted
Remove ComputeLibrary submodule
Summary: Pull Request resolved: pytorch#18052 Reviewed By: ezyang Differential Revision: D14477355 fbshipit-source-id: c56b802f6d69701596c327cf9af6782f30e335fa
1 parent c7448aa commit 0fe6e8c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+0
-3318
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@
5252
[submodule "third_party/python-six"]
5353
path = third_party/python-six
5454
url = https://github.com/benjaminp/six.git
55-
[submodule "third_party/ComputeLibrary"]
56-
path = third_party/ComputeLibrary
57-
url = https://github.com/ARM-software/ComputeLibrary.git
5855
[submodule "third_party/onnx"]
5956
path = third_party/onnx
6057
url = https://github.com/onnx/onnx.git

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ option(BUILD_TEST "Build C++ test binaries (need gtest and gbenchmark)" OFF)
101101
cmake_dependent_option(
102102
INSTALL_TEST "Install test binaries if BUILD_TEST is on" ON
103103
"BUILD_TEST" OFF)
104-
option(USE_ACL "Use ARM Compute Library" OFF)
105104
option(USE_ASAN "Use Address Sanitizer" OFF)
106105
option(USE_CUDA "Use CUDA" ON)
107106
option(USE_ROCM "Use ROCm" ON)

caffe2/mobile/contrib/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
add_subdirectory(ios)
2-
if (USE_ACL)
3-
# add_subdirectory(arm-compute)
4-
endif()
5-
# Finally pass the src lists back to the parent
62

73
if (USE_NNAPI)
84
add_subdirectory(nnapi)

caffe2/mobile/contrib/arm-compute/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
This file was deleted.

caffe2/mobile/contrib/arm-compute/README.md

Lines changed: 0 additions & 64 deletions
This file was deleted.

caffe2/mobile/contrib/arm-compute/core/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

caffe2/mobile/contrib/arm-compute/core/context.cc

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)