Skip to content

Commit a228ae7

Browse files
committed
Add Concrete compiler to 'Users of MLIR'
1 parent 72e1b4d commit a228ae7

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

website/content/users/_index.md

+16
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,22 @@ constantly evolving, aiming to deliver execution on heterogenous architectures w
4646
The CIRCT project is an (experimental!) effort looking to apply MLIR and the LLVM
4747
development methodology to the domain of hardware design tools.
4848

49+
## [Concrete](https://github.com/zama-ai/concrete): TFHE Compiler that converts python programs into FHE equivalent
50+
51+
Concrete is an open-source framework that simplifies the use of
52+
[Fully Homomorphic Encryption](https://fhe.org) (FHE) and makes writing FHE
53+
programs easy for developers
54+
55+
FHE is a powerful technology that enables computations on encrypted data without
56+
needing to decrypt it. This capability ensures user privacy and provides robust
57+
protection against data breaches.
58+
59+
Concrete enables developers to efficiently develop privacy-preserving
60+
applications for various use cases. For instance,
61+
[Concrete ML](https://github.com/zama-ai/concrete-ml) is built on top of
62+
Concrete to integrate privacy-preserving features of FHE into machine learning
63+
use cases.
64+
4965
## [Enzyme](https://enzyme.mit.edu): General Automatic Differentiation of MLIR
5066
Enzyme (specifically EnzymeMLIR) is a first-class automatic differentiation
5167
sytem for MLIR. Operations and types implement or inheret general interfaces

0 commit comments

Comments
 (0)