blob: cefbeb6645cdc82b5b99f76d46958cd9fe37b585 [file] [log] [blame]
Ben Vanik19f96e92019-09-19 14:39:07 -07001[submodule "third_party/googletest"]
2 path = third_party/googletest
3 url = https://github.com/google/googletest.git
Ben Vanik85d47742019-09-19 17:33:27 -07004[submodule "third_party/llvm-project"]
5 path = third_party/llvm-project
Scott Todd59fbf3a2024-06-07 14:13:25 -07006 url = https://github.com/iree-org/llvm-project.git
Ben Vanik8dabda72019-09-20 12:50:05 -07007[submodule "third_party/vulkan_headers"]
8 path = third_party/vulkan_headers
Ben Vanikc5e6cab2019-09-19 23:12:12 -07009 url = https://github.com/KhronosGroup/Vulkan-Headers.git
Stella Laurenzo7a4366d2019-10-16 15:09:29 -070010[submodule "third_party/pybind11"]
11 path = third_party/pybind11
12 url = https://github.com/pybind/pybind11.git
13 branch = stable
Geoffrey Martin-Noble5ec0bcb2019-10-22 15:02:10 +020014[submodule "third_party/benchmark"]
15 path = third_party/benchmark
16 url = https://github.com/google/benchmark.git
Ben Vanik56d44bf2020-05-15 13:20:50 -070017[submodule "third_party/tracy"]
18 path = third_party/tracy
19 url = https://github.com/wolfpld/tracy.git
Ben Vanik2064a2c2020-07-17 11:48:12 -070020[submodule "third_party/flatcc"]
21 path = third_party/flatcc
22 url = https://github.com/dvidelabs/flatcc.git
Lei Zhang3cbb28e2020-09-22 15:30:27 -040023[submodule "third_party/spirv_cross"]
24 path = third_party/spirv_cross
25 url = https://github.com/KhronosGroup/SPIRV-Cross.git
Ben Vanikda79d9b2020-10-01 09:52:54 -070026[submodule "third_party/cpuinfo"]
27 path = third_party/cpuinfo
28 url = https://github.com/pytorch/cpuinfo.git
Ben Vanik77a00772021-07-19 15:13:32 -070029[submodule "third_party/webgpu-headers"]
30 path = third_party/webgpu-headers
31 url = https://github.com/webgpu-native/webgpu-headers.git
MaheshRavishankard59128a2021-08-12 15:08:53 -070032[submodule "third_party/musl"]
33 path = third_party/musl
powderluv08d1e252021-08-27 15:31:24 -070034 url = https://github.com/powderluv/musl.git
Jakub Kuderski3546f2a2023-06-14 13:18:44 -040035[submodule "third_party/stablehlo"]
36 path = third_party/stablehlo
Scott Todd59fbf3a2024-06-07 14:13:25 -070037 url = https://github.com/iree-org/stablehlo.git
Stella Laurenzo265d41f2023-09-05 21:17:24 -070038[submodule "third_party/torch-mlir"]
39 path = third_party/torch-mlir
Scott Todd59fbf3a2024-06-07 14:13:25 -070040 url = https://github.com/iree-org/torch-mlir.git
Stella Laurenzoe023ea72023-10-13 17:53:34 -070041[submodule "third_party/hip-build-deps"]
42 path = third_party/hip-build-deps
Scott Todd59fbf3a2024-06-07 14:13:25 -070043 url = https://github.com/iree-org/hip-build-deps.git