Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Update docs/icicle/integrations.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Felder <[email protected]>
  • Loading branch information
ImmanuelSegol and jeremyfelder authored Jan 22, 2024
1 parent 8ed814d commit b2e5423
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/icicle/integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ Here we cover how a developer can run existing circuits on ICICLE integrated pro
[Gnark](https://github.com/Consensys/gnark) officially supports GPU proving with ICICLE. Currently only Groth16 on curve `BN254` is supported. This means that if you are currently using Gnark to write your circuits you can enjoy GPU acceleration without making many changes.

:::info

Currently ICICLE has been merged to Gnark [master branch](https://github.com/Consensys/gnark), however a the [latest release](https://github.com/Consensys/gnark/releases/tag/v0.9.1) is from October 2023.

:::

Make sure your golang circuit project has `gnark` as a dependency. And make sure that you are using the master branch for now.
Expand Down

0 comments on commit b2e5423

Please sign in to comment.