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

Investigate "https://github.com/ant-research/ace-compiler/" #1218

Open
ZenithalHourlyRate opened this issue Dec 20, 2024 · 1 comment
Open
Labels
research synthesis Reading papers to figure out which ideas can be incorporated

Comments

@ZenithalHourlyRate
Copy link
Collaborator

ANT-ACE is a Fully Homomorphic Encryption (FHE) Compiler Framework designed for automating Neural Network (NN) Inference. ANT-ACE accepts a pre-trained ONNX model as input and directly generates C/C++ programs to perform NN inference on encrypted data.

@ZenithalHourlyRate ZenithalHourlyRate added the research synthesis Reading papers to figure out which ideas can be incorporated label Dec 20, 2024
@AlexanderViand-Intel
Copy link
Collaborator

Interesting! It looks like they partially re-invented the Multi-Level-IR wheel for this:
Image
(This is written from scratch in C++ as far as I can see, no LLVM/MLIR in sight)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
research synthesis Reading papers to figure out which ideas can be incorporated
Projects
None yet
Development

No branches or pull requests

2 participants