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: bug regarding polynomial evaluations view in CUDA backend #506

Merged
merged 4 commits into from
May 8, 2024

Conversation

yshekel
Copy link
Collaborator

@yshekel yshekel commented May 8, 2024

fixing:
(1) not building polynomials and tests for grumpkin curve (no NTT)
(2) polynomial API C++ example compilation and (when compilation is fixed) memory corruption
(3) bug fix in poly CUDA backend regarding transformation to evaluations in some cases

@@ -254,7 +254,8 @@ void example_clone(const int log0)
std::cout << "h(x) = " << h(x) << " expected: " << g(x) << std::endl;
}

void example_EvenOdd() {
void example_EvenOdd()
Copy link
Contributor

Choose a reason for hiding this comment

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

what's up with the casing here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

fixed for the entire example

@yshekel yshekel force-pushed the yshekel/poly_evals_view_bugfix branch from d6b979b to ed26508 Compare May 8, 2024 15:49
@LeonHibnik LeonHibnik merged commit 2905d2a into main May 8, 2024
26 checks passed
@LeonHibnik LeonHibnik deleted the yshekel/poly_evals_view_bugfix branch May 8, 2024 18:02
yshekel added a commit that referenced this pull request May 19, 2024
fixing:
(1) not building polynomials and tests for grumpkin curve (no NTT)
(2) polynomial API C++ example compilation and (when compilation is
fixed) memory corruption
(3) bug fix in poly CUDA backend regarding transformation to evaluations
in some cases
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

3 participants