forked from pytorch/executorch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
48 lines (48 loc) · 2.05 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[submodule "third-party/prelude"]
path = third-party/prelude
url = https://github.com/facebook/buck2-prelude.git
[submodule "third-party/flatbuffers"]
path = third-party/flatbuffers
url = https://github.com/google/flatbuffers.git
[submodule "third-party/pytorch"]
path = third-party/pytorch
url = https://github.com/pytorch/pytorch.git
[submodule "third-party/gflags"]
path = third-party/gflags
url = https://github.com/gflags/gflags.git
[submodule "third-party/googletest"]
path = third-party/googletest
url = https://github.com/google/googletest.git
[submodule "third-party/pybind11"]
path = third-party/pybind11
url = https://github.com/pybind/pybind11.git
[submodule "backends/xnnpack/third-party/pthreadpool"]
path = backends/xnnpack/third-party/pthreadpool
url = https://github.com/Maratyszcza/pthreadpool.git
[submodule "backends/xnnpack/third-party/cpuinfo"]
path = backends/xnnpack/third-party/cpuinfo
url = https://github.com/pytorch/cpuinfo.git
[submodule "backends/xnnpack/third-party/FP16"]
path = backends/xnnpack/third-party/FP16
url = https://github.com/Maratyszcza/FP16.git
[submodule "backends/xnnpack/third-party/FXdiv"]
path = backends/xnnpack/third-party/FXdiv
url = https://github.com/Maratyszcza/FXdiv.git
[submodule "backends/xnnpack/third-party/XNNPACK"]
path = backends/xnnpack/third-party/XNNPACK
url = https://github.com/google/XNNPACK.git
[submodule "backends/arm/third-party/serialization_lib"]
path = backends/arm/third-party/serialization_lib
url = https://review.mlplatform.org/tosa/serialization_lib
[submodule "third-party/flatcc"]
path = third-party/flatcc
url = https://github.com/dvidelabs/flatcc.git
[submodule "examples/third-party/llama"]
path = examples/third-party/llama
url = https://github.com/facebookresearch/llama.git
[submodule "examples/third-party/fbjni"]
path = examples/third-party/fbjni
url = https://github.com/facebookincubator/fbjni.git
[submodule "backends/arm/third-party/ethos-u-core-driver"]
path = backends/arm/third-party/ethos-u-core-driver
url = https://review.mlplatform.org/ml/ethos-u/ethos-u-core-driver