Skip to content

Commit

Permalink
Remove ComputeLibrary submodule
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: pytorch#18052

Reviewed By: ezyang

Differential Revision: D14477355

fbshipit-source-id: c56b802f6d69701596c327cf9af6782f30e335fa
  • Loading branch information
bddppq authored and facebook-github-bot committed Mar 16, 2019
1 parent c7448aa commit 0fe6e8c
Show file tree
Hide file tree
Showing 51 changed files with 0 additions and 3,318 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@
[submodule "third_party/python-six"]
path = third_party/python-six
url = https://github.com/benjaminp/six.git
[submodule "third_party/ComputeLibrary"]
path = third_party/ComputeLibrary
url = https://github.com/ARM-software/ComputeLibrary.git
[submodule "third_party/onnx"]
path = third_party/onnx
url = https://github.com/onnx/onnx.git
Expand Down
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ option(BUILD_TEST "Build C++ test binaries (need gtest and gbenchmark)" OFF)
cmake_dependent_option(
INSTALL_TEST "Install test binaries if BUILD_TEST is on" ON
"BUILD_TEST" OFF)
option(USE_ACL "Use ARM Compute Library" OFF)
option(USE_ASAN "Use Address Sanitizer" OFF)
option(USE_CUDA "Use CUDA" ON)
option(USE_ROCM "Use ROCm" ON)
Expand Down
4 changes: 0 additions & 4 deletions caffe2/mobile/contrib/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
add_subdirectory(ios)
if (USE_ACL)
# add_subdirectory(arm-compute)
endif()
# Finally pass the src lists back to the parent

if (USE_NNAPI)
add_subdirectory(nnapi)
Expand Down
6 changes: 0 additions & 6 deletions caffe2/mobile/contrib/arm-compute/CMakeLists.txt

This file was deleted.

64 changes: 0 additions & 64 deletions caffe2/mobile/contrib/arm-compute/README.md

This file was deleted.

2 changes: 0 additions & 2 deletions caffe2/mobile/contrib/arm-compute/core/CMakeLists.txt

This file was deleted.

39 changes: 0 additions & 39 deletions caffe2/mobile/contrib/arm-compute/core/context.cc

This file was deleted.

Loading

0 comments on commit 0fe6e8c

Please sign in to comment.