forked from google/heir
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
openfhe emitter: add support for CKKS scheme emission
* Adds an end to end 16x16 matrix multiplication - Halevi-Shoup kernels haven't been implemented yet, so this is a naive implementation (one element of a vector per ciphertext, so not even packing the input at all) - it takes about 3 sec to run with OpenFHE * Adds option --openfhe-scheme={bgv,ckks} to heir-translate to indicate which API to use * Adds tensor operations in heir-translate PiperOrigin-RevId: 683254954
- Loading branch information
1 parent
9d3391f
commit ad8e981
Showing
24 changed files
with
626 additions
and
154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.