mfi icon indicating copy to clipboard operation
mfi copied to clipboard

Modern Fortran Interfaces to BLAS and LAPACK

Results 3 mfi issues
Sort by recently updated
recently updated
newest added

How to consistently generate tests? ### BLAS - NETLIB's BLAS/TESTING `z` and `c` are basically the same apart from constants literals (E vs D), types (`COMPLEX*16` vs `COMPLEX`), and obviously...

help wanted

For a variant of my set of BLAS wrappers I had to incorporate support for NVIDIA's cuBLAS as well at some point, which requires usage of OpenACC to perform the...

enhancement

I should start with BLAS. - [ ] [BLAS level 1](https://software.intel.com/content/www/us/en/develop/documentation/mkl-developer-reference-fortran/top/blas-and-sparse-blas-routines/blas-routines/blas-level-1-routines-and-functions.html#blas-level-1-routines-and-functions) - [x] [BLAS level 2](https://software.intel.com/content/www/us/en/develop/documentation/mkl-developer-reference-fortran/top/blas-and-sparse-blas-routines/blas-routines/blas-level-2-routines.html#blas-level-2-routines) - [x] [BLAS level 3](https://software.intel.com/content/www/us/en/develop/documentation/mkl-developer-reference-fortran/top/blas-and-sparse-blas-routines/blas-routines/blas-level-3-routines.html#blas-level-3-routines) Other references: [Intel MKL](https://software.intel.com/content/www/us/en/develop/documentation/mkl-developer-reference-fortran/top/blas-and-sparse-blas-routines.html) [oneAPI BLAS](https://spec.oneapi.com/versions/latest/elements/oneMKL/source/domains/blas/blas.html) [oneAPI LAPACK](https://spec.oneapi.com/versions/latest/elements/oneMKL/source/domains/lapack/lapack.html)

enhancement
good first issue