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.
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.