You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mixing usage of cublas_v1 and v2 forces us to do some very ugly things with .h files to resolve conflicting datatypes. cublas_v1 is deprecated for more than 7 years, its time for it to go away.
Describe the solution you'd like
Replace all invocation of zgemm() with zgemm_v2()
Additional context
Converting cublas_v2 to hipblas/rocsolver is a lot easier than from cublas_v1, since the APIs are a lot closer.
The text was updated successfully, but these errors were encountered:
Description
Mixing usage of cublas_v1 and v2 forces us to do some very ugly things with .h files to resolve conflicting datatypes. cublas_v1 is deprecated for more than 7 years, its time for it to go away.
Describe the solution you'd like
Replace all invocation of zgemm() with zgemm_v2()
Additional context
Converting cublas_v2 to hipblas/rocsolver is a lot easier than from cublas_v1, since the APIs are a lot closer.
The text was updated successfully, but these errors were encountered: