-
Notifications
You must be signed in to change notification settings - Fork 36
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
Adapt GPU feature to Supernova / non-folding of running instance #275
Comments
huitseeker
changed the title
Adapt supernova to non-folding of running instance
Adapt GPU feature to Supernova / non-folding of running instance
Jan 20, 2024
Notes from discussion with @porcuquine : Nova and Arecibo aren't actually using GPU acceleration, which in the case of Neptune, can only be gotten through calling into the batch_hasher functions. We can thus remove the Cargo metadata which imports this functionality. |
huitseeker
added a commit
to huitseeker/arecibo
that referenced
this issue
Jan 23, 2024
- Removed unused neptune cuda feature in the project's `Cargo.toml` Closes lurk-lang#275
samuelburnham
pushed a commit
to samuelburnham/arecibo
that referenced
this issue
Jan 24, 2024
- Removed unused neptune cuda feature in the project's `Cargo.toml` Closes lurk-lang#275
github-merge-queue bot
pushed a commit
that referenced
this issue
Jan 24, 2024
* chore: Refactor CUDA feature dependencies in Cargo.toml - Removed unused neptune cuda feature in the project's `Cargo.toml` Closes #275 * Enable `grumpkin-msm` CUDA feature --------- Co-authored-by: François Garillot <[email protected]>
Closed in #279 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a consequence of the following upstream issue & PR:
This PR will be ported to Arecibo in #276
As a result of not absorbing the running instance, this PR modifies the
NUM_FE_FOR_RO
constant from 24 to 9, which in turn modifies the IOPattern of the Poseidon circuit:https://github.com/lurk-lab/arecibo/blob/2858db1da990cadb704d0c20525e40ddd811416e/src/provider/poseidon.rs#L136-L143
This IOPattern parameters are also modified (similarly, 24 ->9) out-of-circuit.
There's a couple of issues with this:
=> should we modify neptune features activated in the
cuda
feature?The text was updated successfully, but these errors were encountered: