Support larger matvec/conv that are split across multiple ciphertexts
Open
- Dominant language
- MLIR
- Stars
- 906
- Forks
- 171
- Avg merge
- 4d 12h
- Merged PRs (30d)
- 32
Description
If the # of elements are too many to fit in a ciphertext, we currently don't write out kernels to support splitting them across many kernels. This would require mostly supporting larger matvecs, since we can reduce convs to matvecs, but it would still require plumbing, testing, and making sure that the layouts expect (ct, slot) with ct > 1.
Contributor guide
Assessment
This issue has not been assessed yet.