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

CBLAS 64bit index build is not possible #459

Closed
epsilon-0 opened this issue Oct 27, 2020 · 2 comments
Closed

CBLAS 64bit index build is not possible #459

epsilon-0 opened this issue Oct 27, 2020 · 2 comments
Milestone

Comments

@epsilon-0
Copy link
Contributor

It seems like CBLAS does not have a index-64 API possible due to not having a variable used for function definition similar to LAPACKE, like lapack_int.

This creates a tiny problem as it seems like OpenBLAS and BLIS seem to have a index-64 header defined, but it becomes hard to
check if they are compatible as there is no reference implementation.

Is there any interest in creating such an API?
I would be willing to do a small PR which is going to try and extend it but I don't want to do that if there are other efforts already in progress, which might conflict with mine.

Thanks a lot,
Aisha

@epsilon-0
Copy link
Contributor Author

Seems like there is an old issue also referencing this issue - #184

@epsilon-0
Copy link
Contributor Author

Fixed 😸

@julielangou julielangou added this to the LAPACK 3.9.1 milestone Mar 25, 2021
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

2 participants