diff options
author | Jerry Zhang <jerryzh168@gmail.com> | 2018-02-23 18:09:05 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-23 18:09:05 -0800 |
commit | c0866e45c7160882fdcf15cbfee2c31b5b1788ac (patch) | |
tree | 4a2e06cf68d75cf4b43cffb309bf3ddbacf66710 /.gitmodules | |
parent | e3aae398ce8555c45fc1b574ad2e0d24e3883c15 (diff) | |
download | pytorch-c0866e45c7160882fdcf15cbfee2c31b5b1788ac.tar.gz pytorch-c0866e45c7160882fdcf15cbfee2c31b5b1788ac.tar.bz2 pytorch-c0866e45c7160882fdcf15cbfee2c31b5b1788ac.zip |
Caffe2 ARM ComputeLibrary integration (#2015)
Caffe2 ARM Compute Library Integration
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
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 |