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-19 00:44:22 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c655856b1cdd43cdee080becbbb84e8e113324da
concrete
/
compilers
/
concrete-compiler
/
compiler
/
lib
/
Dialect
/
RT
/
Analysis
History
Antoniu Pop
e16487e2c9
fix(compiler): create a copy of return memref for task work functions where the return is not allocated within the function. This is necessary to ensure deallocation cannot occur before the use.
2024-04-12 09:56:30 +02:00
..
BufferizeDataflowTaskOps.cpp
feat(compiler): Add support for various memref operations for RT task bufferization
2024-04-08 15:50:48 +02:00
BuildDataflowTaskGraph.cpp
docs(compiler): adding API doc
2024-03-13 17:10:00 +01:00
CMakeLists.txt
chore: Integrate concrete-compiler to the mono-repo
2023-03-03 09:20:01 +01:00
LowerDataflowTasksToRT.cpp
fix(compiler): create a copy of return memref for task work functions where the return is not allocated within the function. This is necessary to ensure deallocation cannot occur before the use.
2024-04-12 09:56:30 +02:00
LowerRTToLLVMDFRCallsConversionPatterns.cpp
docs(compiler): adding API doc
2024-03-13 17:10:00 +01:00