-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitmodules
82 lines (82 loc) · 2.84 KB
/
.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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
[submodule "stylegan3"]
path = stylegan3
url = https://github.com/NVlabs/stylegan3
[submodule "kaldi"]
path = third_party/kaldi/submodule
url = https://github.com/kaldi-asr/kaldi
ignore = dirty
[submodule "third_party/kenlm/submodule"]
path = third_party/kenlm/kenlm
url = https://github.com/kpu/kenlm
[submodule "flashlight-text"]
path = third_party/flashlight-text/submodule
url = https://github.com/flashlight/text
[submodule "3rdparty/cutlass"]
path = 3rdparty/cutlass
url = https://github.com/NVIDIA/cutlass.git
[submodule "3rdparty/cub"]
path = 3rdparty/cub
url = https://github.com/NVIDIA/cub.git
[submodule "3rdparty/composable_kernel"]
path = 3rdparty/composable_kernel
url = https://github.com/ROCmSoftwarePlatform/composable_kernel.git
branch = develop
[submodule "gitignore"]
path = gitignore
url = https://github.com/toptal/gitignore.git
[submodule "ConfigurationViews/StaticDataTableViewController"]
path = Platform/iOS/Legacy/StaticDataTableViewController
url = https://github.com/peterpaulis/StaticDataTableViewController.git
[submodule "Platform/Shared/HTerm/libapps"]
path = Platform/Shared/HTerm/libapps
url = https://chromium.googlesource.com/apps/libapps
[submodule "3rdparty/cutlass"]
path = 3rdparty/cutlass
url = https://github.com/NVIDIA/cutlass.git
[submodule "3rdparty/cub"]
path = 3rdparty/cub
url = https://github.com/NVIDIA/cub.git
[submodule "3rdparty/composable_kernel"]
path = 3rdparty/composable_kernel
url = https://github.com/ROCmSoftwarePlatform/composable_kernel.git
branch = develop
[submodule "src/utils"]
path = src/utils
url = [email protected]:mlspec/mlspeclib-action-utils.git
[submodule "mlspeclib-action-samples-schemas"]
path = mlspeclib-action-samples-schemas
url = [email protected]:mlspec/mlspeclib-action-samples-schemas
[submodule "utils"]
path = utils
url = https://github.com/mlspec/mlspeclib-action-utils.git
[submodule "helpers"]
path = helpers
url = https://github.com/actions/versions-package-tools
branch = main
[submodule "tests/googletest"]
path = tests/googletest
url = https://github.com/google/googletest.git
[submodule "thirdparty/onnx"]
path = thirdparty/onnx
url = https://github.com/onnx/onnx.git
[submodule "thirdparty/fp16"]
path = thirdparty/fp16
url = https://github.com/Maratyszcza/FP16.git
[submodule "tests/OutputCheck"]
path = tests/OutputCheck
url = https://github.com/stp/OutputCheck.git
[submodule "thirdparty/foxi"]
path = thirdparty/foxi
url = https://github.com/houseroad/foxi.git
[submodule "googlebenchmark"]
path = tests/googlebenchmark
url = https://github.com/google/benchmark
[submodule "thirdparty/pybind11"]
path = thirdparty/pybind11
url = https://github.com/pybind/pybind11.git
[submodule "thirdparty/folly"]
path = thirdparty/folly
url = https://github.com/facebook/folly.git
[submodule "gitignore"]
path = gitignore
url = https://github.com/toptal/gitignore.git