Fix typos

This commit is contained in:
Stan Gerald Moore
2022-02-21 12:56:58 -07:00
parent 1268c8c6ad
commit e10ebf5236
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
cube root instead of pow) and use power/exponential laws to reduce the
number of exponentials evaluated, etc.
- Fused the CG solve for "s" and "t" vectors
- Improvemented the SpMV algorithm by using vector instead of team level
- Improved the SpMV algorithm by using vector instead of team level
parallelism on GPUs
------------------------------------------------------------------------- */