forked from iree-org/iree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
46 lines (46 loc) · 1.76 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
[submodule "third_party/googletest"]
path = third_party/googletest
url = https://github.com/google/googletest.git
[submodule "third_party/llvm-project"]
path = third_party/llvm-project
url = https://github.com/iree-org/llvm-project.git
[submodule "third_party/vulkan_headers"]
path = third_party/vulkan_headers
url = https://github.com/KhronosGroup/Vulkan-Headers.git
[submodule "third_party/pybind11"]
path = third_party/pybind11
url = https://github.com/pybind/pybind11.git
branch = stable
[submodule "third_party/benchmark"]
path = third_party/benchmark
url = https://github.com/google/benchmark.git
[submodule "third_party/tracy"]
path = third_party/tracy
url = https://github.com/wolfpld/tracy.git
[submodule "third_party/flatcc"]
path = third_party/flatcc
url = https://github.com/dvidelabs/flatcc.git
[submodule "third_party/spirv_cross"]
path = third_party/spirv_cross
url = https://github.com/KhronosGroup/SPIRV-Cross.git
[submodule "third_party/cpuinfo"]
path = third_party/cpuinfo
url = https://github.com/pytorch/cpuinfo.git
[submodule "third_party/webgpu-headers"]
path = third_party/webgpu-headers
url = https://github.com/webgpu-native/webgpu-headers.git
[submodule "third_party/musl"]
path = third_party/musl
url = https://github.com/powderluv/musl.git
[submodule "third_party/stablehlo"]
path = third_party/stablehlo
url = https://github.com/iree-org/stablehlo.git
[submodule "third_party/torch-mlir"]
path = third_party/torch-mlir
url = https://github.com/iree-org/torch-mlir.git
[submodule "third_party/hip-build-deps"]
path = third_party/hip-build-deps
url = https://github.com/iree-org/hip-build-deps.git
[submodule "third_party/hsa-runtime-headers"]
path = third_party/hsa-runtime-headers
url = https://github.com/iree-org/hsa-runtime-headers.git