-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path.gitmodules
22 lines (22 loc) · 859 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[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/composable_kernel"]
path = 3rdparty/composable_kernel
url = https://github.com/ROCm/composable_kernel.git
[submodule "examples/pytorch/nanogpt"]
path = examples/pytorch/nanogpt
url = https://github.com/floraamd/nanoGPTwTE.git