mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 20:25:34 -05:00
74671794e30747748457eab3eb5ba50a6f8f6fe5
Use a more idiomatic approach for I/O using `llvm::SourceManager` to manage input files and `mlir::openOutputFile` to write to the output. This commit prepares management of diagnostics in subsequent changes.
Homomorphizer
The homomorphizer is a compiler that takes a high level computation model and produces a programs that evaluate the model in an homomorphic way.
Description
Languages
C++
34.3%
Python
23.1%
MLIR
22.9%
Rust
14.6%
C
2.2%
Other
2.8%