blas iamax/iamin cannot accept a oneapi::mkl::index_base argument, which is not align to the document #591
Labels
help wanted
Tasks, issues or features that could be implemented and contributed to the project
In the document https://oneapi-spec.uxlfoundation.org/specifications/oneapi/latest/elements/onemkl/source/domains/blas/iamax#onemkl-blas-iamax and https://oneapi-spec.uxlfoundation.org/specifications/oneapi/latest/elements/onemkl/source/domains/blas/iamin, these 2 APIs can accept an oneapi::mkl::index_base argument.
But in the header file, there is no such parameter in the function declaration: https://github.com/oneapi-src/oneMKL/blob/develop/include/oneapi/mkl/blas.hxx#L815 and https://github.com/oneapi-src/oneMKL/blob/develop/include/oneapi/mkl/blas.hxx#L3022
The text was updated successfully, but these errors were encountered: