This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
concrete
Watch
1
Star
1
Fork
0
You've already forked concrete
mirror of
https://github.com/zama-ai/concrete.git
synced
2026-02-16 23:51:36 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
33cf26196ece764b8f548b0422ffa0dde8eb6975
concrete
/
compilers
/
concrete-compiler
/
compiler
/
lib
/
Transforms
History
Antoniu Pop
904cbae70a
fix(compiler): [GPU backend] Restrict SDFG generation and batching to bootstrapping subgraphs to limit overhead. Restricts loop parallelism in loop nests where SDFG put/get operations occur as they have side effects.
2024-05-03 11:58:56 +01:00
..
Batching.cpp
fix(compiler): [GPU backend] Restrict SDFG generation and batching to bootstrapping subgraphs to limit overhead. Restricts loop parallelism in loop nests where SDFG put/get operations occur as they have side effects.
2024-05-03 11:58:56 +01:00
CMakeLists.txt
feat(compiler): Add pass replacing linalg.fill with linalg.generic
2024-03-14 06:32:19 +01:00
CollapseParallelLoops.cpp
feat(compiler): [GPU backend] enable parallel loop collapsing for GPU backend using batching and fix loop coalescing infrastructure in MLIR to allow operation before bufferization.
2024-05-03 11:58:56 +01:00
ForLoopToParallel.cpp
docs(compiler): adding API doc
2024-03-13 17:10:00 +01:00
LinalgFillToLinalgGeneric.cpp
feat(compiler): Add pass replacing linalg.fill with linalg.generic
2024-03-14 06:32:19 +01:00
SCFForallToSCFFor.cpp
feat(compiler): Add pass converting scf.forall loops to nested scf.for operations
2024-03-14 06:32:19 +01:00