The pure-V QR path (geqrf/orgqr) is still being aligned; the related test is
intentionally skipped (per README). Other BLAS/LAPACK routines pass; C backends are
recommended for QR correctness today.
Task
Re-enable the QR test once the pure-V path matches LAPACKE output. This removes
a long-standing correctness caveat from the README.
Files
lapack/ — QR implementation
- README — update QR status notice
The pure-V QR path (
geqrf/orgqr) is still being aligned; the related test isintentionally skipped (per README). Other BLAS/LAPACK routines pass; C backends are
recommended for QR correctness today.
Task
Re-enable the QR test once the pure-V path matches LAPACKE output. This removes
a long-standing correctness caveat from the README.
Files
lapack/— QR implementation