Skip to content

Use only cublas_v2 #101

@abouteiller

Description

@abouteiller

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions