-
Notifications
You must be signed in to change notification settings - Fork 129
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
[post frontend-backend split] Bring back thread-safe-region permutation Assembly #258
Comments
@ed255
I think it is a bit confusing(at least for myself) to see the |
I'll base my comment on the code after #290
So in summary, I'm happy with this situation and I don't have plans for changing it. Do you have any idea for improving this? Could you give more details about what's confusing? |
With the frontend-backend split, a Region becomes a frontend abstraction; and the frontend handling of copy constraints is simplified. The
thread-safe-region
feature was introduced to allow assigning to regions in parallel, and thepermutation::keygen::Assembly
was reimplemented to support parallel deterministic assembly. Maybe we don't need that now, because the real assembly is done later by the backend? For now I disabled that implementation in order to move forward with the frontend-backend split, we need to revisit this afterwards.Blocked by #254
The text was updated successfully, but these errors were encountered: