Ben Vanik | 4d9a704 | 2019-09-19 14:33:06 -0700 | [diff] [blame] | 1 | [submodule "third_party/abseil-cpp"] |
| 2 | path = third_party/abseil-cpp |
| 3 | url = https://github.com/abseil/abseil-cpp.git |
Ben Vanik | 19f96e9 | 2019-09-19 14:39:07 -0700 | [diff] [blame] | 4 | [submodule "third_party/googletest"] |
| 5 | path = third_party/googletest |
| 6 | url = https://github.com/google/googletest.git |
Ben Vanik | 85d4774 | 2019-09-19 17:33:27 -0700 | [diff] [blame] | 7 | [submodule "third_party/llvm-project"] |
| 8 | path = third_party/llvm-project |
| 9 | url = https://github.com/llvm/llvm-project.git |
Ben Vanik | 85d4774 | 2019-09-19 17:33:27 -0700 | [diff] [blame] | 10 | [submodule "third_party/tensorflow"] |
| 11 | path = third_party/tensorflow |
| 12 | url = https://github.com/tensorflow/tensorflow.git |
Ben Vanik | 8dabda7 | 2019-09-20 12:50:05 -0700 | [diff] [blame] | 13 | [submodule "third_party/vulkan_headers"] |
| 14 | path = third_party/vulkan_headers |
Ben Vanik | c5e6cab | 2019-09-19 23:12:12 -0700 | [diff] [blame] | 15 | url = https://github.com/KhronosGroup/Vulkan-Headers.git |
Ben Vanik | 8dabda7 | 2019-09-20 12:50:05 -0700 | [diff] [blame] | 16 | [submodule "third_party/vulkan_memory_allocator"] |
| 17 | path = third_party/vulkan_memory_allocator |
| 18 | url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git |
Stella Laurenzo | 8afc3c8 | 2019-10-10 15:17:18 -0700 | [diff] [blame] | 19 | [submodule "third_party/spirv_headers"] |
| 20 | path = third_party/spirv_headers |
| 21 | url = https://github.com/KhronosGroup/SPIRV-Headers.git |
Stella Laurenzo | 7a4366d | 2019-10-16 15:09:29 -0700 | [diff] [blame] | 22 | [submodule "third_party/pybind11"] |
| 23 | path = third_party/pybind11 |
| 24 | url = https://github.com/pybind/pybind11.git |
| 25 | branch = stable |
Geoffrey Martin-Noble | 5ec0bcb | 2019-10-22 15:02:10 +0200 | [diff] [blame] | 26 | [submodule "third_party/benchmark"] |
| 27 | path = third_party/benchmark |
| 28 | url = https://github.com/google/benchmark.git |
Geoffrey Martin-Noble | c617a51 | 2020-03-20 16:32:33 -0700 | [diff] [blame] | 29 | [submodule "third_party/ruy"] |
| 30 | path = third_party/ruy |
Geoffrey Martin-Noble | c6cc887 | 2020-03-31 13:25:49 -0700 | [diff] [blame] | 31 | url = https://github.com/google/ruy |
Ben Vanik | 56d44bf | 2020-05-15 13:20:50 -0700 | [diff] [blame] | 32 | [submodule "third_party/tracy"] |
| 33 | path = third_party/tracy |
| 34 | url = https://github.com/wolfpld/tracy.git |
Marius Brehler | 4e45a77 | 2020-06-02 14:04:18 -0700 | [diff] [blame] | 35 | [submodule "third_party/mlir-emitc"] |
| 36 | path = third_party/mlir-emitc |
| 37 | url = https://github.com/iml130/mlir-emitc.git |
Ben Vanik | 2064a2c | 2020-07-17 11:48:12 -0700 | [diff] [blame] | 38 | [submodule "third_party/flatcc"] |
| 39 | path = third_party/flatcc |
| 40 | url = https://github.com/dvidelabs/flatcc.git |
Lei Zhang | 3cbb28e | 2020-09-22 15:30:27 -0400 | [diff] [blame] | 41 | [submodule "third_party/spirv_cross"] |
| 42 | path = third_party/spirv_cross |
| 43 | url = https://github.com/KhronosGroup/SPIRV-Cross.git |
Ben Vanik | da79d9b | 2020-10-01 09:52:54 -0700 | [diff] [blame] | 44 | [submodule "third_party/cpuinfo"] |
| 45 | path = third_party/cpuinfo |
| 46 | url = https://github.com/pytorch/cpuinfo.git |
NatashaKnk | 0d7e00f | 2020-11-10 19:16:31 -0800 | [diff] [blame] | 47 | [submodule "third_party/pffft"] |
| 48 | path = third_party/pffft |
| 49 | url = https://bitbucket.org/jpommier/pffft.git |
Geoffrey Martin-Noble | 10b3e1e | 2020-10-27 10:04:35 -0700 | [diff] [blame] | 50 | [submodule "third_party/llvm-bazel"] |
| 51 | path = third_party/llvm-bazel |
| 52 | url = https://github.com/google/llvm-bazel.git |
Stella Laurenzo | 0f005e5 | 2020-12-27 11:54:33 -0800 | [diff] [blame] | 53 | [submodule "third_party/liburing"] |
| 54 | path = third_party/liburing |
| 55 | url = https://github.com/axboe/liburing.git |
Phoenix Meadowlark | f0007f2 | 2020-12-29 13:57:35 -0800 | [diff] [blame] | 56 | [submodule "third_party/mlir-hlo"] |
| 57 | path = third_party/mlir-hlo |
| 58 | url = https://github.com/tensorflow/mlir-hlo.git |