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-08 11:35:02 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
cce0cd882facb53930d36d2aac8b0edca4e98201
concrete
/
compilers
/
concrete-compiler
/
compiler
/
lib
/
Runtime
History
youben11
ad13602bf3
refactor(compiler/clientlib): add ValueExporter Interface
2023-06-27 14:21:42 +01:00
..
CMakeLists.txt
feat(compiler): add simulation runtime
2023-06-27 14:21:42 +01:00
context.cpp
feat(GPU-runtime): add per device cache of BS and KS keys.
2023-03-09 17:47:16 +01:00
DFRuntime.cpp
fix(compiler): fix key serialization for distributed computing in DFR.
2023-06-19 09:54:21 +01:00
GPUDFG.cpp
feat(compiler): add multi-gpu scheduler for batched ops. Scheduler splits op batches in chunks to fit GPU memory and balance load across GPUs.
2023-06-12 22:51:30 +01:00
simulation.cpp
refactor(compiler/clientlib): add ValueExporter Interface
2023-06-27 14:21:42 +01:00
StreamEmulator.cpp
feat(compiler): add runtime support for batched operations in SDFG/GPU.
2023-06-12 22:51:30 +01:00
wrappers.cpp
feat(compiler): add lowering of batched mapped bootstrap operations to wrappers and SDFG, with support in the runtime.
2023-06-12 22:51:30 +01:00