forked from pytorch/FBGEMM
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
25 lines (25 loc) · 920 Bytes
/
.gitmodules
File metadata and controls
25 lines (25 loc) · 920 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
[submodule "external/asmjit"]
path = external/asmjit
url = https://github.com/asmjit/asmjit.git
[submodule "external/cpuinfo"]
path = external/cpuinfo
url = https://github.com/pytorch/cpuinfo
[submodule "external/googletest"]
path = external/googletest
url = https://github.com/google/googletest
[submodule "external/hipify_torch"]
path = external/hipify_torch
url = https://github.com/ROCmSoftwarePlatform/hipify_torch.git
# TODO Using a private copy of cutlass is a temporary mitigation to enable grouped gemm.
# Go back to main cutlass when possible.
[submodule "external/cutlass"]
path = external/cutlass
url = https://github.com/jwfromm/cutlass
branch = FBGEMM
[submodule "external/composable_kernel"]
path = external/composable_kernel
url = https://github.com/jwfromm/composable_kernel.git
branch = FBGEMM
[submodule "external/json"]
path = external/json
url = https://github.com/nlohmann/json.git