Skip to content

Commit

Permalink
Fix callout
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyfelder committed Dec 13, 2023
1 parent 80670f2 commit a533043
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,13 @@ To go back to running with CPU, the previous environment variable must be **unse
unset ENABLE_ICICLE_GPU
```

>**NOTE:** Even with the above environment variable set, for circuits where k <= 8, icicle is only enabled in certain areas where batching MSMs will help; all other places will fallback to using CPU MSM. To change the value of `k` where icicle is enabled, you can set the environment variable `ICICLE_SMALL_CIRCUIT`.
> [!NOTE]
> Even with the above environment variable set, for circuits where k <= 8, icicle is only enabled in certain areas where batching MSMs will help; all other places will fallback to using CPU MSM. To change the value of `k` where icicle is enabled, you can set the environment variable `ICICLE_SMALL_CIRCUIT`.
>
> Example: The following will cause icicle single MSM to be used throughout when k > 10 and CPU single MSM with certain locations using icicle batched MSM when k <= 10
>```sh
>export ICICLE_SMALL_CIRCUIT=10
>```
> ```sh
> export ICICLE_SMALL_CIRCUIT=10
> ```
>
## License
Expand Down

0 comments on commit a533043

Please sign in to comment.