APPLYING INTEL PATCHES sent to Julie on Feb 19th 2016 by Dima from INTEL (dmitry...
authorjulie <julielangou@users.noreply.github.com>
Tue, 23 Feb 2016 05:42:09 +0000 (05:42 +0000)
committerjulie <julielangou@users.noreply.github.com>
Tue, 23 Feb 2016 05:42:09 +0000 (05:42 +0000)
commit5eca362f3a654c74e1743fea0c9bbc9bb3d7370f
treec808f6a1da823d5ec64e6050f9d14a1feb983e10
parent8db6e63411d5013bf03c4f3b3a29a0c939aa8952
APPLYING INTEL PATCHES sent to Julie on Feb 19th 2016 by Dima from INTEL (dmitry.g.baksheev@intel.com)

[PATCH 30/42] Fix lapacke_?lascl - bugs and NaN checks

- nancheck content, not padding (e.g. M-by-N, not LDA-by-N)
- types L, U: use ?gb_nancheck(m,n), not ?tr_nancheck(n)
- type H: use ?gb_nancheck(m,n), not ?hs_nancheck(n)
- type Z: use ?gb_nancheck correctly, do not check unset data
- type Z: M-by-N should be checked
- type Z: A is 9th parameter
- nrows_a is needed for correct transposition
- info from LAPACK should be respected
LAPACKE/src/lapacke_clascl.c
LAPACKE/src/lapacke_clascl_work.c
LAPACKE/src/lapacke_dlascl.c
LAPACKE/src/lapacke_dlascl_work.c
LAPACKE/src/lapacke_slascl.c
LAPACKE/src/lapacke_slascl_work.c
LAPACKE/src/lapacke_zlascl.c
LAPACKE/src/lapacke_zlascl_work.c