Skip to content

Commit 223715f

Browse files
Add details to TOLERANCES.md
1 parent 3848d2d commit 223715f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

BLAS/docs/TOLERANCES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@ Only for **single-precision complex** (`C*`) **vector reverse** tests:
4141
|---------------------------|-----------|
4242
| DOT (e.g. `CDOTC`) | 2.5e-2 |
4343
| BLAS3 (e.g. `CGEMM`, `CSYMM`, `CHEMM`) | 1.0e-2 |
44+
| BLAS2 banded MV (e.g. `CGBMV`, `CTBMV`, `CHBMV`) | 1.0e-2 |
4445

4546
All other `C*` modes use the base tolerance (1.0e-3). `Z*` does not use relaxed tolerances.

0 commit comments

Comments
 (0)