Skip to content

Commit

Permalink
Fix small typo in axpby documentation (#497)
Browse files Browse the repository at this point in the history
* Fix typo in axpby documentation

* Fix axpby documentation typo

* Fix documentation typos

* Fix documentation typo

* Fix axpby documentation typo

---------

Co-authored-by: jsandham <[email protected]>
  • Loading branch information
jsandham and jsandham authored Jul 12, 2024
1 parent a0ff7f1 commit 56e3fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/include/hipsparse.h
Original file line number Diff line number Diff line change
Expand Up @@ -12038,7 +12038,7 @@ hipsparseStatus_t hipsparseDnMatSetStridedBatch(hipsparseDnMatDescr_t dnMatDescr
* }
* for(i = 0; i < nnz; ++i)
* {
* y[x_ind[i]] = alpha * x_val[i]
* y[x_ind[i]] += alpha * x_val[i]
* }
* \endcode
*
Expand Down

0 comments on commit 56e3fb3

Please sign in to comment.