Add upstream repos as git submodules (shallow clones)

llama.cpp, ipex-llm, intel-extension-for-pytorch, compute-runtime,
intel-graphics-compiler, oneDNN, vllm, vllm-xpu-kernels, level-zero,
llvm (sycl branch), openvino, sycl-tla
This commit is contained in:
2026-04-15 13:19:15 +02:00
parent 8c6d377f74
commit ef614682bc
14 changed files with 49 additions and 1 deletions
-1
View File
@@ -1,2 +1 @@
repos/
.DS_Store .DS_Store
+37
View File
@@ -0,0 +1,37 @@
[submodule "repos/llama.cpp"]
path = repos/llama.cpp
url = https://github.com/ggml-org/llama.cpp.git
[submodule "repos/ipex-llm"]
path = repos/ipex-llm
url = https://github.com/intel/ipex-llm.git
[submodule "repos/intel-extension-for-pytorch"]
path = repos/intel-extension-for-pytorch
url = https://github.com/intel/intel-extension-for-pytorch.git
[submodule "repos/compute-runtime"]
path = repos/compute-runtime
url = https://github.com/intel/compute-runtime.git
[submodule "repos/intel-graphics-compiler"]
path = repos/intel-graphics-compiler
url = https://github.com/intel/intel-graphics-compiler.git
[submodule "repos/oneDNN"]
path = repos/oneDNN
url = https://github.com/oneapi-src/oneDNN.git
[submodule "repos/vllm"]
path = repos/vllm
url = https://github.com/vllm-project/vllm.git
[submodule "repos/vllm-xpu-kernels"]
path = repos/vllm-xpu-kernels
url = https://github.com/vllm-project/vllm-xpu-kernels.git
[submodule "repos/level-zero"]
path = repos/level-zero
url = https://github.com/oneapi-src/level-zero.git
[submodule "repos/llvm"]
path = repos/llvm
url = https://github.com/intel/llvm.git
branch = sycl
[submodule "repos/openvino"]
path = repos/openvino
url = https://github.com/openvinotoolkit/openvino.git
[submodule "repos/sycl-tla"]
path = repos/sycl-tla
url = https://github.com/intel/sycl-tla.git
+1
Submodule repos/ipex-llm added at de6bce2713
+1
Submodule repos/level-zero added at f06734a8b4
+1
Submodule repos/llama.cpp added at 8dc530b86d
Submodule
+1
Submodule repos/llvm added at 39112a0c8d
Submodule
+1
Submodule repos/oneDNN added at 1547636549
+1
Submodule repos/openvino added at decbf238fb
+1
Submodule repos/sycl-tla added at ca39a06696
Submodule
+1
Submodule repos/vllm added at 60995c05b4