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

Commit

Permalink
Merge pull request #39 from ingonyama-zk/release-1.2
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
ImmanuelSegol authored Feb 11, 2024
2 parents 1843dd6 + 5ff0261 commit db735ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions docs/icicle/primitives/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ This section of the documentation is dedicated to the ICICLE primitives, we will


- [MSM](./msm)
- [Poseidon Hash](./poseidon.md)
2 changes: 0 additions & 2 deletions docs/icicle/primitives/poseidon.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,6 @@ Similar to Poseidon, you can also configure the Tree Builder `TreeBuilderConfig:
- `are_inputs_on_device`: Have the inputs been loaded to device memory ?
- `is_async`: Should the TreeBuilder run asynchronously? `False` will block the current CPU thread. `True` will require you call `cudaStreamSynchronize` or `cudaDeviceSynchronize` to retrieve the result.

### Memory considerations

### Benchmarks

We ran the Poseidon tree builder on:
Expand Down

0 comments on commit db735ba

Please sign in to comment.