Skip to content

Commit

Permalink
Added readme entry for omatAdd
Browse files Browse the repository at this point in the history
  • Loading branch information
OuadiElfarouki committed Jun 6, 2023
1 parent 77a95c0 commit 13d08ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ For all these operations:
|---|---|---|
| `_omatcopy` | `sb_handle`, `transa`, `M`, `N`, `alpha`, `A`, `lda`, `B`, `ldb` | Computes an out-of-place scaled matrix transpose or copy operation using a general dense matrix. |
| `_omatcopy2`| `sb_handle`, `transa`, `M`, `N`, `alpha`, `A`, `lda`, `inc_a`, `B`, `ldb`, `inc_b` | Computes two-strided scaling and out-of-place transposition or copying of general dense matrices. |
| `_omatadd`| `sb_handle`, `transa`, `transb`, `M`, `N`, `alpha`, `A`, `lda`, `beta`, `B`, `ldb`, `C`,`ldc` | Computes scaled general dense matrix addition with possibly transposed arguments. |
| `_transpose` | `sb_handle`, `M`, `N`, `A`, `lda`, `B`, `ldb` | Computes an out-of-place matrix transpose operation using a general dense matrix. |
| `_transpose` | `sb_handle`, `M`, `N`, `A`, `ld_in`, `ld_out` | Computes an in-place matrix transpose operation using a general dense matrix. |
### Experimental Joint Matrix Support
Expand Down

0 comments on commit 13d08ed

Please sign in to comment.