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/primitives/msm.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 Feb 1, 2024
1 parent c8b812f commit 0a520e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/icicle/primitives/msm.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Single MSM mode should be used when batching isn't possible or when you have to

### How do I toggle between MSM modes?

Toggling between MSM modes occurrences automatically, based on the number of results you are expecting from the `msm::msm` function. If you are expecting an array of `msm_results` ICICLE will automatically split `scalars` and `points` into equal parts and run them as multiple MSMs in parallel.
Toggling between MSM modes occurs automatically based on the number of results you are expecting from the `msm::msm` function. If you are expecting an array of `msm_results`, ICICLE will automatically split `scalars` and `points` into equal parts and run them as multiple MSMs in parallel.

```rust
...
Expand Down

0 comments on commit 0a520e0

Please sign in to comment.