blob: e835212960fe7309e8adec6ef99ec0f06201f450 [file] [log] [blame]
Ben Vanik4d9a7042019-09-19 14:33:06 -07001[submodule "third_party/abseil-cpp"]
2 path = third_party/abseil-cpp
3 url = https://github.com/abseil/abseil-cpp.git
Ben Vanik85d47742019-09-19 17:33:27 -07004 shallow = true
Ben Vanik19f96e92019-09-19 14:39:07 -07005[submodule "third_party/googletest"]
6 path = third_party/googletest
7 url = https://github.com/google/googletest.git
Ben Vanik85d47742019-09-19 17:33:27 -07008 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 Vanik48dd0db2019-09-19 21:04:55 -070021[submodule "third_party/flatbuffers"]
22 path = third_party/flatbuffers
23 url = https://github.com/google/flatbuffers.git
24 shallow = true
Ben Vanik8dabda72019-09-20 12:50:05 -070025[submodule "third_party/vulkan_headers"]
26 path = third_party/vulkan_headers
Ben Vanikc5e6cab2019-09-19 23:12:12 -070027 url = https://github.com/KhronosGroup/Vulkan-Headers.git
28 shallow = true
Ben Vanik8dabda72019-09-20 12:50:05 -070029[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 Laurenzoc06d20f2019-10-08 18:52:45 -070037[submodule "third_party/google_tracing_framework"]
38 path = third_party/google_tracing_framework
39 url = https://github.com/google/tracing-framework.git