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

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
ImmanuelSegol committed Feb 1, 2024
1 parent 00425fc commit fd2c1e5
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 @@ -105,7 +105,7 @@ Batch MSM allows you to run many MSMs with a single API call, Single MSM will la

### 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 operations concurrently, leveraging parallel processing capabilities of the GPU.
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 MSM leveraging parallel processing capabilities of the GPU.

Single MSM mode should be used when batching isnt possible or when you have to run a single MSM.

Check failure on line 110 in docs/icicle/primitives/msm.md

View workflow job for this annotation

GitHub Actions / Check Spelling

isnt ==> isn't

Expand Down

0 comments on commit fd2c1e5

Please sign in to comment.