From 5ff0261d49572186accac3cc2112a30c3fa60056 Mon Sep 17 00:00:00 2001 From: ImmanuelSegol <3ditds@gmail.com> Date: Sun, 11 Feb 2024 09:09:56 -0400 Subject: [PATCH] fix --- docs/icicle/primitives/overview.md | 1 + docs/icicle/primitives/poseidon.md | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/icicle/primitives/overview.md b/docs/icicle/primitives/overview.md index f6a8ef0..96a6b64 100644 --- a/docs/icicle/primitives/overview.md +++ b/docs/icicle/primitives/overview.md @@ -7,3 +7,4 @@ This section of the documentation is dedicated to the ICICLE primitives, we will - [MSM](./msm) +- [Poseidon Hash](./poseidon.md) diff --git a/docs/icicle/primitives/poseidon.md b/docs/icicle/primitives/poseidon.md index 44dc032..5f54a45 100644 --- a/docs/icicle/primitives/poseidon.md +++ b/docs/icicle/primitives/poseidon.md @@ -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: