-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitmodules
24 lines (24 loc) · 1000 Bytes
/
.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
[submodule "submodules/FBGEMM"]
path = submodules/FBGEMM
url = https://github.com/pytorch/FBGEMM.git
[submodule "submodules/cutlass-kernels"]
path = submodules/cutlass-kernels
url = https://github.com/ColfaxResearch/cutlass-kernels.git
[submodule "submodules/flash-attention"]
path = submodules/flash-attention
url = https://github.com/Dao-AILab/flash-attention.git
[submodule "submodules/generative-recommenders"]
path = submodules/generative-recommenders
url = https://github.com/facebookresearch/generative-recommenders.git
[submodule "submodules/kernels"]
path = submodules/kernels
url = https://github.com/triton-lang/kernels.git
[submodule "submodules/ThunderKittens"]
path = submodules/ThunderKittens
url = https://github.com/HazyResearch/ThunderKittens.git
[submodule "submodules/xformers"]
path = submodules/xformers
url = https://github.com/facebookresearch/xformers.git
[submodule "submodules/cutlass"]
path = submodules/cutlass
url = https://github.com/NVIDIA/cutlass.git