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 | 85d4774 | 2019-09-19 17:33:27 -0700 | [diff] [blame] | 4 | shallow = true |
Ben Vanik | 19f96e9 | 2019-09-19 14:39:07 -0700 | [diff] [blame] | 5 | [submodule "third_party/googletest"] |
| 6 | path = third_party/googletest |
| 7 | url = https://github.com/google/googletest.git |
Ben Vanik | 85d4774 | 2019-09-19 17:33:27 -0700 | [diff] [blame] | 8 | shallow = true |
| 9 | [submodule "third_party/llvm-project"] |
| 10 | path = third_party/llvm-project |
| 11 | url = https://github.com/llvm/llvm-project.git |
| 12 | shallow = true |
| 13 | [submodule "third_party/mlir"] |
| 14 | path = third_party/mlir |
| 15 | url = https://github.com/tensorflow/mlir.git |
| 16 | shallow = true |
| 17 | [submodule "third_party/tensorflow"] |
| 18 | path = third_party/tensorflow |
| 19 | url = https://github.com/tensorflow/tensorflow.git |
| 20 | shallow = true |
Ben Vanik | 48dd0db | 2019-09-19 21:04:55 -0700 | [diff] [blame] | 21 | [submodule "third_party/flatbuffers"] |
| 22 | path = third_party/flatbuffers |
| 23 | url = https://github.com/google/flatbuffers.git |
| 24 | shallow = true |
Ben Vanik | 8dabda7 | 2019-09-20 12:50:05 -0700 | [diff] [blame] | 25 | [submodule "third_party/vulkan_headers"] |
| 26 | path = third_party/vulkan_headers |
Ben Vanik | c5e6cab | 2019-09-19 23:12:12 -0700 | [diff] [blame] | 27 | url = https://github.com/KhronosGroup/Vulkan-Headers.git |
| 28 | shallow = true |
Ben Vanik | 8dabda7 | 2019-09-20 12:50:05 -0700 | [diff] [blame] | 29 | [submodule "third_party/vulkan_memory_allocator"] |
| 30 | path = third_party/vulkan_memory_allocator |
| 31 | url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git |
| 32 | shallow = true |
| 33 | [submodule "third_party/gemmlowp"] |
| 34 | path = third_party/gemmlowp |
| 35 | url = https://github.com/google/gemmlowp.git |
| 36 | shallow = true |
Stella Laurenzo | c06d20f | 2019-10-08 18:52:45 -0700 | [diff] [blame^] | 37 | [submodule "third_party/google_tracing_framework"] |
| 38 | path = third_party/google_tracing_framework |
| 39 | url = https://github.com/google/tracing-framework.git |