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 d7677a9 commit 0b5eb62
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 @@ -104,7 +104,7 @@ ICICLE MSM also supports two different modes `Batch MSM` and `Single MSM`

Batch MSM allows you to run many MSMs with a single API call, Single MSM will launch a single MSM computation.

### Which mode should I use ?
### Which mode should I use?

This decision is highly dependent on your use case and design. However, if your design allows for it, using batch mode can significantly improve efficiency. Batch processing allows you to perform multiple MSMs leveraging the parallel processing capabilities of GPUs.

Expand Down

0 comments on commit 0b5eb62

Please sign in to comment.