From c0866e45c7160882fdcf15cbfee2c31b5b1788ac Mon Sep 17 00:00:00 2001 From: Jerry Zhang Date: Fri, 23 Feb 2018 18:09:05 -0800 Subject: Caffe2 ARM ComputeLibrary integration (#2015) Caffe2 ARM Compute Library Integration --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index fc59f440f7..17e76faa63 100644 --- a/.gitmodules +++ b/.gitmodules @@ -61,6 +61,9 @@ [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 -- cgit v1.2.3