Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

blas iamax/iamin cannot accept a oneapi::mkl::index_base argument, which is not align to the document #591

Open
zhiweij1 opened this issue Oct 14, 2024 · 0 comments
Labels
help wanted Tasks, issues or features that could be implemented and contributed to the project

Comments

@zhiweij1
Copy link

zhiweij1 commented Oct 14, 2024

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

@Rbiessy Rbiessy added the help wanted Tasks, issues or features that could be implemented and contributed to the project label Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Tasks, issues or features that could be implemented and contributed to the project
Projects
None yet
Development

No branches or pull requests

2 participants