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

chunked-msm V3 #562

Merged
merged 5 commits into from
Aug 30, 2024
Merged

chunked-msm V3 #562

merged 5 commits into from
Aug 30, 2024

Conversation

HadarIngonyama
Copy link
Contributor

This PR adds the chunked msm feature to V3

cuda-backend-branch: chunked-msm

@@ -283,7 +283,7 @@ class Field
add_limbs(const storage<NLIMBS>& xs, const storage<NLIMBS>& ys, storage<NLIMBS>& rs)
{
#ifdef __CUDA_ARCH__
return add_sub_limbs_device<NLIMBS, false, CARRY_OUT>(xs, ys, rs);
return add_sub_limbs_device<NLIMBS, false, CARRY_OUT>(xs, ys, rs);
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
return add_sub_limbs_device<NLIMBS, false, CARRY_OUT>(xs, ys, rs);
return add_sub_limbs_device<NLIMBS, false, CARRY_OUT>(xs, ys, rs);

@yshekel yshekel merged commit 2075f69 into yshekel/V3 Aug 30, 2024
19 checks passed
@yshekel yshekel deleted the chunked-msm branch August 30, 2024 13:22
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