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

Use only cublas_v2 #101

Open
abouteiller opened this issue Oct 24, 2023 · 0 comments
Open

Use only cublas_v2 #101

abouteiller opened this issue Oct 24, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@abouteiller
Copy link
Contributor

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.

@abouteiller abouteiller added the enhancement New feature or request label Oct 24, 2023
@abouteiller abouteiller self-assigned this Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant