icl-utk-edu / lapackpp

LAPACK++ is a C++ wrapper around CPU and GPU LAPACK and LAPACK-like linear algebra libraries, developed as part of the SLATE project.
https://icl.utk.edu/slate/
BSD 3-Clause "New" or "Revised" License
46 stars 14 forks source link

Use typedef instead of #define. Use int64_t to be unambiguous. #36

Closed mgates3 closed 1 year ago

mgates3 commented 1 year ago

Same changes as https://github.com/icl-utk-edu/blaspp/pull/56. Requires that to be merged first.

Builds on top of PR #35.

ayarkhan commented 1 year ago

CI is showing some errors while building on gpu_nvidia; e.g.: lapackpp/test/cblas_wrappers.cc:43:5: error: cannot convert 'int*' to 'const lapack_int*