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

fix: use the log2 in lib std explicitly to prevent makefile from link… #459

Merged
merged 1 commit into from
Apr 7, 2024

Conversation

JimmyHongjichuan
Copy link
Contributor

…ing other log2 func

Describe the changes

This PR adds "std" as prefix on log2 function of icicle/appUtils/msm/msm.cu to explicitly use std::log2 for MSM calculatation.

Linked Issues

#458

Resolves #

@omershlo
Copy link
Member

omershlo commented Apr 6, 2024

Thank you @JimmyHongjichuan ! 🙏🏻

Copy link
Contributor

@vhnatyk vhnatyk left a comment

Choose a reason for hiding this comment

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

lgtm 👍🏻

@JimmyHongjichuan
Copy link
Contributor Author

JimmyHongjichuan commented Apr 6, 2024

Hi, can someone merge this PR? So we can update our depends to fix the bug.

@LeonHibnik LeonHibnik merged commit 95ab6de into ingonyama-zk:main Apr 7, 2024
21 checks passed
@LeonHibnik
Copy link
Contributor

@JimmyHongjichuan Thank you! merged

yshekel pushed a commit that referenced this pull request May 19, 2024
#459)

…ing other log2 func

## Describe the changes

This PR adds "std" as prefix on log2 function of
icicle/appUtils/msm/msm.cu to explicitly use std::log2 for MSM
calculatation.

## Linked Issues

#458

Resolves #

Co-authored-by: pierre <pierreuu@gmail.com>
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.

None yet

4 participants