/
.gitmodules
139 строк · 4.9 Кб
1[submodule "third_party/pybind11"]
2ignore = dirty
3path = third_party/pybind11
4url = https://github.com/pybind/pybind11.git
5[submodule "third_party/eigen"]
6ignore = dirty
7path = third_party/eigen
8url = https://gitlab.com/libeigen/eigen.git
9[submodule "third_party/googletest"]
10ignore = dirty
11path = third_party/googletest
12url = https://github.com/google/googletest.git
13[submodule "third_party/benchmark"]
14ignore = dirty
15path = third_party/benchmark
16url = https://github.com/google/benchmark.git
17[submodule "third_party/protobuf"]
18ignore = dirty
19path = third_party/protobuf
20url = https://github.com/protocolbuffers/protobuf.git
21[submodule "third_party/NNPACK"]
22ignore = dirty
23path = third_party/NNPACK
24url = https://github.com/Maratyszcza/NNPACK.git
25[submodule "third_party/gloo"]
26ignore = dirty
27path = third_party/gloo
28url = https://github.com/facebookincubator/gloo
29[submodule "third_party/NNPACK_deps/pthreadpool"]
30ignore = dirty
31path = third_party/pthreadpool
32url = https://github.com/Maratyszcza/pthreadpool.git
33[submodule "third_party/NNPACK_deps/FXdiv"]
34ignore = dirty
35path = third_party/FXdiv
36url = https://github.com/Maratyszcza/FXdiv.git
37[submodule "third_party/NNPACK_deps/FP16"]
38ignore = dirty
39path = third_party/FP16
40url = https://github.com/Maratyszcza/FP16.git
41[submodule "third_party/NNPACK_deps/psimd"]
42ignore = dirty
43path = third_party/psimd
44url = https://github.com/Maratyszcza/psimd.git
45[submodule "third_party/cpuinfo"]
46ignore = dirty
47path = third_party/cpuinfo
48url = https://github.com/pytorch/cpuinfo.git
49[submodule "third_party/python-peachpy"]
50ignore = dirty
51path = third_party/python-peachpy
52url = https://github.com/malfet/PeachPy.git
53[submodule "third_party/onnx"]
54ignore = dirty
55path = third_party/onnx
56url = https://github.com/onnx/onnx.git
57[submodule "third_party/sleef"]
58ignore = dirty
59path = third_party/sleef
60url = https://github.com/shibatch/sleef
61[submodule "third_party/ideep"]
62ignore = dirty
63path = third_party/ideep
64url = https://github.com/intel/ideep
65[submodule "third_party/nccl/nccl"]
66ignore = dirty
67path = third_party/nccl/nccl
68url = https://github.com/NVIDIA/nccl
69[submodule "third_party/gemmlowp/gemmlowp"]
70ignore = dirty
71path = third_party/gemmlowp/gemmlowp
72url = https://github.com/google/gemmlowp.git
73[submodule "third_party/fbgemm"]
74ignore = dirty
75path = third_party/fbgemm
76url = https://github.com/pytorch/fbgemm
77[submodule "android/libs/fbjni"]
78ignore = dirty
79path = android/libs/fbjni
80url = https://github.com/facebookincubator/fbjni.git
81[submodule "third_party/XNNPACK"]
82ignore = dirty
83path = third_party/XNNPACK
84url = https://github.com/google/XNNPACK.git
85[submodule "third_party/fmt"]
86ignore = dirty
87path = third_party/fmt
88url = https://github.com/fmtlib/fmt.git
89[submodule "third_party/tensorpipe"]
90ignore = dirty
91path = third_party/tensorpipe
92url = https://github.com/pytorch/tensorpipe.git
93[submodule "third_party/cudnn_frontend"]
94path = third_party/cudnn_frontend
95url = https://github.com/NVIDIA/cudnn-frontend.git
96[submodule "third_party/kineto"]
97path = third_party/kineto
98url = https://github.com/pytorch/kineto
99[submodule "third_party/pocketfft"]
100path = third_party/pocketfft
101url = https://github.com/mreineck/pocketfft
102[submodule "third_party/ittapi"]
103path = third_party/ittapi
104url = https://github.com/intel/ittapi.git
105[submodule "third_party/flatbuffers"]
106path = third_party/flatbuffers
107url = https://github.com/google/flatbuffers.git
108[submodule "third_party/nlohmann"]
109path = third_party/nlohmann
110url = https://github.com/nlohmann/json.git
111[submodule "third_party/VulkanMemoryAllocator"]
112path = third_party/VulkanMemoryAllocator
113url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
114[submodule "third_party/cutlass"]
115path = third_party/cutlass
116url = https://github.com/NVIDIA/cutlass.git
117[submodule "third_party/mimalloc"]
118path = third_party/mimalloc
119url = https://github.com/microsoft/mimalloc.git
120[submodule "third_party/opentelemetry-cpp"]
121path = third_party/opentelemetry-cpp
122url = https://github.com/open-telemetry/opentelemetry-cpp.git
123[submodule "third_party/cpp-httplib"]
124path = third_party/cpp-httplib
125url = https://github.com/yhirose/cpp-httplib.git
126branch = v0.15.3
127[submodule "third_party/NVTX"]
128path = third_party/NVTX
129url = https://github.com/NVIDIA/NVTX.git
130[submodule "third_party/composable_kernel"]
131path = third_party/composable_kernel
132url = https://github.com/ROCm/composable_kernel.git
133branch = develop
134[submodule "third_party/kleidiai"]
135path = third_party/kleidiai
136url = https://github.com/ARM-software/kleidiai.git
137[submodule "third_party/flash-attention"]
138path = third_party/flash-attention
139url = https://github.com/Dao-AILab/flash-attention.git
140