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

TFHE-rs HL Emitter #1250

Merged
merged 1 commit into from
Jan 15, 2025
Merged

Conversation

WoutLegiest
Copy link
Collaborator

Follow Up of #1248 and #1249
First conversion pass to lower the (TOSA orginated) Arith dialect to CGGI to TFHE-rs HL

@WoutLegiest WoutLegiest force-pushed the quater-emit-trans branch 3 times, most recently from b454b9c to ffcbc84 Compare January 13, 2025 21:57
@WoutLegiest WoutLegiest force-pushed the quater-emit-trans branch 2 times, most recently from ef41055 to e6bfcdc Compare January 14, 2025 21:37
@j2kun
Copy link
Collaborator

j2kun commented Jan 14, 2025

Is this one ready for merging? It seems to need a rebase.

@WoutLegiest WoutLegiest force-pushed the quater-emit-trans branch 2 times, most recently from afd8d3f to 7bcfbe8 Compare January 14, 2025 22:27
@WoutLegiest WoutLegiest requested a review from j2kun January 14, 2025 22:42
@WoutLegiest
Copy link
Collaborator Author

Is this one ready for merging? It seems to need a rebase.

Testing is now working. Ready for re-review / merging

@WoutLegiest WoutLegiest force-pushed the quater-emit-trans branch 2 times, most recently from 659cc6f to bc835a0 Compare January 14, 2025 23:05
@j2kun j2kun added the pull_ready Indicates whether a PR is ready to pull. The copybara worker will import for internal testing label Jan 15, 2025
@@ -42,7 +46,8 @@ LogicalResult canEmitFuncForTfheRust(func::FuncOp &funcOp) {
llvm::errs()
<< "Skipping function " << funcOp.getName()
<< " which cannot be emitted because it has an unsupported op: "
<< *op << "\n";
<< *op << "\n"
<< "Origin: TfheRust/Utils.cpp:canEmitFuncForTfheRust\n";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this leftover? maybe remove in the follow-up PR

@copybara-service copybara-service bot merged commit 80140b0 into google:main Jan 15, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pull_ready Indicates whether a PR is ready to pull. The copybara worker will import for internal testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants