Lower kernel.eval_chebyshev to lattigo and openfhe ops - #3285
Merged
Conversation
copybara-service
Bot
force-pushed
the
test_958763393
branch
13 times, most recently
from
August 6, 2026 03:48
b0d1c43 to
a3a44fc
Compare
mdgrs
reviewed
Aug 6, 2026
| if (!coefficients.empty()) { | ||
| auto firstAttr = llvm::cast<FloatAttr>(coefficients[0]); | ||
| double firstVal = firstAttr.getValue().convertToDouble(); | ||
| auto newFirstAttr = |
Collaborator
There was a problem hiding this comment.
I guess this is covered in the test, but the *2 looks weird
This is change 7/8 demonstrating a high-level FHE kernel preservation for eval_chebyshev. PiperOrigin-RevId: 960406775
copybara-service
Bot
force-pushed
the
test_958763393
branch
from
August 6, 2026 18:17
a3a44fc to
2d6d851
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Lower kernel.eval_chebyshev to lattigo and openfhe ops
This is change 7/8 demonstrating a high-level FHE kernel preservation for eval_chebyshev.