-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Convert hpmv input to a BlasInt. #34360
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like those failures remained hidden behind download issues at the time. PR makes perfectly sense.
@iolaszlo We need to take this into account in the spmv PR.
Thanks that's good to know. I used the |
@dkarrasch As a note to my previous comment, it seems a bit confusing that automatic conversion from |
@dkarrasch I understand that on machines that do not use BLAS64 the type of Still it makes me think whether under the conditions |
Ok, so I took a more careful look at the types in the other BLAS functions, and it seems to me we have applied a fix in the "wrong" direction, as @iolaszlo indicated in #34360 (comment). Rather than converting to |
Fixes failure seen on Aarch64:
Ref #34211 (cc @ iolaszlo)