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

64-bit interface #691

Open
jinz2014 opened this issue Oct 1, 2023 · 3 comments
Open

64-bit interface #691

jinz2014 opened this issue Oct 1, 2023 · 3 comments
Assignees

Comments

@jinz2014
Copy link

jinz2014 commented Oct 1, 2023

Does the BLAS (e.g. hipblasIdamax) function support 64-bit interface ? Thanks.

https://www.intel.com/content/www/us/en/docs/onemkl/developer-reference-dpcpp/2023-0/iamax.html

@TorreZuk TorreZuk self-assigned this Oct 2, 2023
@TorreZuk
Copy link
Contributor

TorreZuk commented Oct 2, 2023

Currently hipBLAS and rocBLAS do not support the 64-bit integer interfaces. The Level 1 functions including iamax iamin with 64-bit integer form are a planned addition so should be available in a future release. We can post here when they arrive.

@jinz2014
Copy link
Author

jinz2014 commented Oct 2, 2023

Thanks for your update when they arrive.

@TorreZuk
Copy link
Contributor

rocBLAS has ILP64 interfaces for Level 1 BLAS added in develop branch for future release, so work on adding these to hipBLAS can begin soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants