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: Docs, Curve generation script #102

Merged
merged 19 commits into from
Jun 28, 2023
Merged

Fix: Docs, Curve generation script #102

merged 19 commits into from
Jun 28, 2023

Conversation

jeremyfelder
Copy link
Collaborator

@jeremyfelder jeremyfelder commented Jun 8, 2023

Describe the changes

This PR:

  • Updates the python curve generation script to reflect recent changes and using Template instead of formatted strings
  • Updates the constant params in curves
  • Updates documentation on compiling the CUDA side

Linked Issues

Resolves #101

@jeremyfelder jeremyfelder requested review from guy-ingo and DmytroTym and removed request for guy-ingo June 8, 2023 06:21
@jeremyfelder jeremyfelder linked an issue Jun 8, 2023 that may be closed by this pull request
DmytroTym
DmytroTym previously approved these changes Jun 13, 2023
Copy link
Contributor

@DmytroTym DmytroTym left a comment

Choose a reason for hiding this comment

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

Looks good to me

guy-ingo
guy-ingo previously approved these changes Jun 13, 2023
curve_parameters/new_curve_script.py Outdated Show resolved Hide resolved
return Field { CONFIG::one };
}

if (logn > CONFIG::omegas_count) {
Copy link
Contributor

Choose a reason for hiding this comment

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

actually here we can really just return the inverse of logn (it's different than the functions above, where you really don't have an appropriate value to return).

@LeonHibnik LeonHibnik dismissed stale reviews from guy-ingo and DmytroTym via 5c084f6 June 14, 2023 09:24
@LeonHibnik LeonHibnik requested a review from guy-ingo June 14, 2023 09:46
@LeonHibnik LeonHibnik requested a review from vhnatyk June 28, 2023 07:22
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.

still no regenerated omegas for bn254 ? :)

@DmytroTym
Copy link
Contributor

DmytroTym commented Jun 28, 2023

One question: why is there no i_squared and i_squared_is_negative fields in json or in curve script? Can I just add them?

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.

CUDA compilation documentation is incorrect
7 participants