icl-utk-edu / blaspp

BLAS++ is a C++ wrapper around CPU and GPU BLAS (basic linear algebra subroutines), developed as part of the SLATE project.
https://icl.utk.edu/slate/
BSD 3-Clause "New" or "Revised" License
66 stars 23 forks source link

add BLAS_FORTRAN_STRLEN_END #69

Closed mgates3 closed 1 year ago

mgates3 commented 1 year ago

See https://github.com/Reference-LAPACK/lapack/pull/561 for a description of the issue.

mgates3 commented 1 year ago

@weslleyspereira Can you look this over? Not sure whether you have GitHub permissions to official approve it; you could just leave a comment. I'll update LAPACK++ as well.

With LAPACK++ updates, this should fix https://github.com/icl-utk-edu/lapackpp/issues/44

weslleyspereira commented 1 year ago

Hi Mark. It seems to work great in the integration with testBLAS and LAPACK 3.11.0. Thanks!