pytorch

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

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.