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

update msm wrappers #587

Merged
merged 6 commits into from
Aug 30, 2024
Merged

Conversation

nonam3e
Copy link
Contributor

@nonam3e nonam3e commented Aug 26, 2024

Describe the changes

This PR adds not shared bases option in rust bindings

@nonam3e nonam3e requested a review from yshekel August 26, 2024 09:53
for batch_size in batch_sizes {
let scalars = <C::ScalarField as FieldImpl>::Config::generate_random(test_size * batch_size);
// a version of batched msm without using `cfg.points_size`, requires copying bases
// let points_cloned: Vec<Affine<C>> = std::iter::repeat(points.clone())
Copy link
Collaborator

Choose a reason for hiding this comment

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

remove if not needed

Copy link
Contributor

Choose a reason for hiding this comment

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

This was a confusion in previous versions. Safe to remove @nonam3e

@yshekel
Copy link
Collaborator

yshekel commented Aug 26, 2024

looks good, let's merge CPU MSM and then merge this too without the TODOs

@nonam3e nonam3e force-pushed the nonam3e/rust_wrappers/msm_precompute branch from 7fd96b7 to 3e53a01 Compare August 29, 2024 10:26
@nonam3e nonam3e self-assigned this Aug 29, 2024
@yshekel yshekel merged commit ec4190e into yshekel/V3 Aug 30, 2024
19 checks passed
@yshekel yshekel deleted the nonam3e/rust_wrappers/msm_precompute branch August 30, 2024 17:51
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