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(math): add missing changes from #388 #392

Merged
merged 5 commits into from
Apr 18, 2024

Conversation

chokobole
Copy link
Contributor

Description

This PR addresses the compilation error that occurred in #388.

Copy link
Contributor

@ashjeong ashjeong left a comment

Choose a reason for hiding this comment

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

Should the same functions in prime_field_gpu_debug.h also be changed?

Copy link
Contributor

@Insun35 Insun35 left a comment

Choose a reason for hiding this comment

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

LGTM

@chokobole
Copy link
Contributor Author

Should the same functions in prime_field_gpu_debug.h also be changed?

Yes, since this is not used anywhere, so I didn't notice that! Thanks :)

@chokobole chokobole force-pushed the fix/fix-compile-error-with-cuda branch from bf163fc to c106c41 Compare April 17, 2024 12:26
Copy link
Contributor

@TomTaehoonKim TomTaehoonKim left a comment

Choose a reason for hiding this comment

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

LGTM

@TomTaehoonKim
Copy link
Contributor

I just thought of it, maybe we should've added test cases for #388 where std::nullopt is returned when a malformed input is given. Perhaps this is too trivial?

@chokobole chokobole force-pushed the fix/fix-compile-error-with-cuda branch from c106c41 to 59506c4 Compare April 18, 2024 01:32
@chokobole
Copy link
Contributor Author

I just thought of it, maybe we should've added test cases for #388 where std::nullopt is returned when a malformed input is given. Perhaps this is too trivial?

I added it!

@chokobole chokobole requested a review from Insun35 April 18, 2024 01:36
Copy link
Contributor

@dongchangYoo dongchangYoo left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@Insun35 Insun35 left a comment

Choose a reason for hiding this comment

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

LGTM

@chokobole
Copy link
Contributor Author

Should the same functions in prime_field_gpu_debug.h also be changed?

I changed it!

Copy link
Contributor

@ashjeong ashjeong left a comment

Choose a reason for hiding this comment

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

LGTM

@chokobole chokobole merged commit 8f3c1ad into main Apr 18, 2024
3 checks passed
@chokobole chokobole deleted the fix/fix-compile-error-with-cuda branch April 18, 2024 06:15
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

5 participants