chore: Integrate concrete-compiler to the mono-repo

This commit is contained in:
Quentin Bourgerie
2023-03-03 09:20:01 +01:00
parent a62b3b1d74
commit f975415e86
648 changed files with 5 additions and 5 deletions

10
.gitmodules vendored
View File

@@ -1,20 +1,20 @@
[submodule "llvm-project"]
path = llvm-project
path = compilers/concrete-compiler/llvm-project
url = git@github.com:zama-ai/concrete-compiler-internal-llvm-project.git
shallow = true
[submodule "compiler/concrete-optimizer"]
path = compiler/concrete-optimizer
path = compilers/concrete-compiler/compiler/concrete-optimizer
url = git@github.com:zama-ai/concrete-optimizer.git
shallow = false
[submodule "compiler/concrete-core"]
path = compiler/concrete-core
path = compilers/concrete-compiler/compiler/concrete-core
url = git@github.com:zama-ai/concrete-core.git
shallow = true
[submodule "compiler/parameter-curves"]
path = compiler/parameter-curves
path = compilers/concrete-compiler/compiler/parameter-curves
url = git@github.com:zama-ai/parameter-curves.git
shallow = true
[submodule "compiler/concrete-cpu"]
path = compiler/concrete-cpu
path = compilers/concrete-compiler/compiler/concrete-cpu
url = git@github.com:zama-ai/concrete-cpu.git
shallow = true

Some files were not shown because too many files have changed in this diff Show More