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

Simplify ml evaluation testing (Nova Forward port, easy) #185

Merged
merged 2 commits into from
Dec 18, 2023

Conversation

huitseeker
Copy link
Contributor

Forward ports small adjustments from microsoft/Nova#281

@huitseeker huitseeker changed the title Simplify ml evaluation testing (Nova Forward port) Simplify ml evaluation testing (Nova Forward port, easy) Dec 18, 2023
test_evaluation_with::<provider::bn256_grumpkin::bn256::Scalar>();
test_evaluation_with::<provider::secp_secq::secp256k1::Scalar>();
}

/// This evaluates a multilinear polynomial at a partial point in the evaluation domain,
/// which forces us to model how we pass coordinates to the evaluation function precisely.
fn partial_eval<F: PrimeField>(
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is bind_poly_var_top, with reverse endianness and a vectorised argument

@huitseeker huitseeker added this pull request to the merge queue Dec 18, 2023
Merged via the queue into dev with commit 55d83ea Dec 18, 2023
4 checks passed
@huitseeker huitseeker deleted the simplify_ml_evaluation_testing branch December 18, 2023 22:09
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.

2 participants