Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add HEIR in users of MLIR #218

Merged
merged 2 commits into from
Mar 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions website/content/users/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,19 @@ and address its various deficiencies. F18 was subsequently accepted into the LLV
project and rechristened as Flang. The high level IR of the Fortran compiler is modeled
using MLIR.

## [HEIR](https://github.com/google/heir)

HEIR (Homomorphic Encryption Intermediate Representation) is an MLIR-based
toolchain developed by Google for compiling programs that utilize homomorphic
encryption. Homomorphic encryption allows computations to be performed directly
on encrypted data without needing to decrypt it first, thereby preserving data
privacy throughout the computational process.

Building upon the foundation of MLIR (Multi-Level Intermediate Representation),
HEIR provides a flexible and extensible framework for developing compilers
targeting homomorphic encryption. This approach facilitates the optimization and
transformation of code in a manner that is both modular and scalable.

## [IREE](https://github.com/google/iree)

IREE (pronounced "eerie") is a compiler and minimal runtime system for
Expand Down