mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-29 20:14:01 +00:00
add gemmlowp as submodule. (#206)
This commit is contained in:
parent
c0ec7d56c4
commit
37b74c771a
2 changed files with 4 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -16,3 +16,6 @@
|
|||
[submodule "cmake/external/gsl"]
|
||||
path = cmake/external/gsl
|
||||
url = https://github.com/Microsoft/GSL.git
|
||||
[submodule "cmake/external/gemmlowp"]
|
||||
path = cmake/external/gemmlowp
|
||||
url = https://github.com/google/gemmlowp.git
|
||||
|
|
|
|||
1
cmake/external/gemmlowp
vendored
Submodule
1
cmake/external/gemmlowp
vendored
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit a3df028932a6b00e6ef9c4b6f1c6109f696c915d
|
||||
Loading…
Reference in a new issue