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-17 16:11:26 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a431c9d4ef77457fe72b1a10af737a626657b651
concrete
/
compilers
/
concrete-compiler
/
compiler
/
lib
/
Transforms
History
Antoniu Pop
a431c9d4ef
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
..
Batching.cpp
fix typos
2024-04-11 14:50:16 +02: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