mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
chore: Integrate concrete-compiler to the mono-repo
This commit is contained in:
10
.gitmodules
vendored
10
.gitmodules
vendored
@@ -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
Reference in New Issue
Block a user