-
Notifications
You must be signed in to change notification settings - Fork 18
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
Building HECO #45
Comments
Hi Or, Thanks for trying out HECO! As you've correctly spotted, Thanks for pointing out the out-of-date build instructions! You currently want to build a target called Our frontends are currently being reworked, so the versions available on If you want to output to something other than MLIR/LLVM, you can use the One of the open todo's right now is to make the command line interface simpler to work with, removing the need to interact with this internal "plumbing". Please excuse the rough edges for the moment :) |
Thanks, it works! I've opened a PR with the new command. |
Thanks for the PR, which I just merged :) You should not be getting that error message from the examples, that's definitively a bug somewhere (either in the example or one of the passes before tensor2fhe). Actually, give me a day to have a look at this, I'm sure I can get things cleaned up enough to run examples & play around, even with some other changes/etc still pending :) |
Cool, thanks |
To follow up on this: This was indeed a bug, the loop-unroll was commented out while rebasing HECO to a new MLIR version, this is fixed as of 89707f9. You should be able to run |
Cool, it works :) |
Hello,
I've noticed that branch
main
isn't really HECO, so I've tried to builddev
.After building SEAL and MLIR as required, the command
cmake --build . --target check-fhe
as written in the README doesn't work (no such target).Which target should I build? Is
dev
even the correct branch to work with?Thanks,
Or
The text was updated successfully, but these errors were encountered: