forked from InfiniTensor/InfiniCore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
34 lines (34 loc) · 1.06 KB
/
Copy path.gitmodules
File metadata and controls
34 lines (34 loc) · 1.06 KB
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
29
30
31
32
33
34
[submodule "third_party/spdlog"]
path = third_party/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "third_party/nlohmann_json"]
path = third_party/nlohmann_json
url = https://github.com/nlohmann/json.git
branch = master
[submodule "third_party/flash-attention"]
path = third_party/flash-attention
url = https://github.com/Dao-AILab/flash-attention.git
ignore = untracked
update = none
[submodule "third_party/cutlass"]
path = third_party/cutlass
url = https://github.com/NVIDIA/cutlass.git
ignore = untracked
update = none
[submodule "submodules/InfiniRT"]
path = submodules/InfiniRT
url = https://github.com/InfiniTensor/InfiniRT.git
branch = master
[submodule "submodules/InfiniOps"]
path = submodules/InfiniOps
url = https://github.com/InfiniTensor/InfiniOps.git
[submodule "submodules/InfiniCCL"]
path = submodules/InfiniCCL
url = https://github.com/InfiniTensor/InfiniCCL.git
branch = master
[submodule "third_party/mate"]
path = third_party/mate
url = https://github.com/MooreThreads/mate
branch = v0.1.3
ignore = untracked
update = none