-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy path.gitmodules
More file actions
28 lines (28 loc) · 1018 Bytes
/
.gitmodules
File metadata and controls
28 lines (28 loc) · 1018 Bytes
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
[submodule "3rdparty/googletest"]
path = 3rdparty/googletest
url = https://github.com/google/googletest.git
[submodule "3rdparty/hipify_torch"]
path = 3rdparty/hipify_torch
url = https://github.com/ROCmSoftwarePlatform/hipify_torch.git
[submodule "examples/pytorch/minGPT"]
path = examples/pytorch/minGPT
url = https://github.com/HaiShaw/minGPT.git
branch = transformer-engine
[submodule "3rdparty/cudnn-frontend"]
path = 3rdparty/cudnn-frontend
url = https://github.com/NVIDIA/cudnn-frontend.git
[submodule "3rdparty/aotriton"]
path = 3rdparty/aotriton
url = https://github.com/ROCm/aotriton.git
[submodule "3rdparty/aiter"]
path = 3rdparty/aiter
url = https://github.com/ROCm/aiter.git
[submodule "examples/pytorch/nanogpt"]
path = examples/pytorch/nanogpt
url = https://github.com/floraamd/nanoGPTwTE.git
[submodule "3rdparty/cutlass"]
path = 3rdparty/cutlass
url = https://github.com/NVIDIA/cutlass.git
[submodule "3rdparty/QoLA"]
path = 3rdparty/QoLA
url = https://github.com/Micky774/QoLA.git