IntelLabs / IntelLabs/encrypted-computing-sdk
[kerngen]: support ctxt-ptxt operations
Open
- Dominant language
- Python
- Stars
- 72
- Forks
- 5
- Avg merge
- 7h 3m
- Merged PRs (30d)
- 2
Description
The current set of kernels/supported operations does not include `add_plain`, `sub_plain`, `mul_plain`, `negate`, nor `mul_const` which arise when tracing an OpenFHE program. See also this comment [here (internal link)](https://github.com/IntelLabs/HERACLES-openfhe-development/pull/85).
I noticed @christopherngutierrez already created [bgv-add-plain-kernel](https://github.com/IntelLabs/hec-p-isa-tools/tree/christopherngutierrez/bgv-add-plain-kernel), so hopefully we can get that merged into main + extend support to the other ops easily.
Contributor guide
Assessment
This issue has not been assessed yet.