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

MVPoly/prime: implement compute_cross_terms #2502

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dannywillems
Copy link
Member

No description provided.

@dannywillems dannywillems marked this pull request as draft August 28, 2024 04:12
@dannywillems dannywillems force-pushed the dw/implement-compute-cross-terms branch from d977ac4 to bb7257e Compare August 28, 2024 04:42
Base automatically changed from dw/benchmark-mvpoly-prime to master August 28, 2024 20:13
@dannywillems dannywillems force-pushed the dw/implement-compute-cross-terms branch from bb7257e to 0db433f Compare August 28, 2024 22:14
@dannywillems dannywillems changed the base branch from master to dw/mvpoly-test-is-constant August 28, 2024 22:29
Base automatically changed from dw/mvpoly-test-is-constant to master August 29, 2024 23:47
@dannywillems dannywillems force-pushed the dw/implement-compute-cross-terms branch 2 times, most recently from 82a5a82 to 173dfb0 Compare August 30, 2024 01:25
@dannywillems dannywillems changed the base branch from master to dw/compute-indices-nested-loops August 30, 2024 01:57
@dannywillems dannywillems force-pushed the dw/implement-compute-cross-terms branch 5 times, most recently from 74f6f1f to d3474da Compare August 30, 2024 03:10
It will be used later in the cross-term computation to perform the multi-nomial
sum
@dannywillems dannywillems force-pushed the dw/compute-indices-nested-loops branch from dc8d41c to 8c5f8b8 Compare August 30, 2024 03:15
@dannywillems dannywillems force-pushed the dw/implement-compute-cross-terms branch from d3474da to 2a0aa24 Compare August 30, 2024 03:16
@dannywillems dannywillems force-pushed the dw/compute-indices-nested-loops branch from 8c5f8b8 to d11c543 Compare August 31, 2024 18:36
Base automatically changed from dw/compute-indices-nested-loops to master September 4, 2024 15:25
eval2: &[F; N],
u1: F,
u2: F,
) -> HashMap<usize, F> {
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe this is a dumb question, but I don't understand why we use a HashMap here instead of just a Vector.

Copy link
Contributor

Choose a reason for hiding this comment

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

Just noticed this is still draft. Sorry. Feel free to resolve.

@dannywillems dannywillems changed the title MVPoly: implement compute_cross_terms MVPoly/prime: implement compute_cross_terms Sep 16, 2024
@dannywillems
Copy link
Member Author

Leaving like this for now, as focusing on monomials form and Arrabiata for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants