-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy path.gitmodules
More file actions
33 lines (32 loc) · 1.18 KB
/
.gitmodules
File metadata and controls
33 lines (32 loc) · 1.18 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
[submodule "deps/3rd_party/CLI11"]
path = deps/3rd_party/CLI11
url = https://github.com/CLIUtils/CLI11.git
branch = v2.4.2
[submodule "deps/3rd_party/fmt"]
path = deps/3rd_party/fmt
url = https://github.com/fmtlib/fmt.git
branch = 11.1.1
[submodule "deps/3rd_party/json"]
path = deps/3rd_party/json
url = https://github.com/nlohmann/json.git
branch = v3.11.3
[submodule "deps/3rd_party/spdlog"]
path = deps/3rd_party/spdlog
url = https://github.com/gabime/spdlog
branch = v1.15.0
[submodule "deps/3rd_party/jthread/jthread"]
path = deps/3rd_party/jthread/jthread
url = https://github.com/josuttis/jthread
branch = master
[submodule "deps/external/TransferBench"]
path = deps/external/TransferBench
url = https://github.com/ROCm/TransferBench.git
branch = v1.61.00
[submodule "deps/3rd_party/Catch2"]
path = deps/3rd_party/Catch2
url = https://github.com/catchorg/Catch2.git
branch = v3.7.1
[submodule "deps/3rd_party/boost"]
path = deps/3rd_party/boost
url = https://github.com/boostorg/boost.git
branch = boost-1.88.0