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

Fix for cuda 12 #605

Merged
merged 1 commit into from
Jun 5, 2023
Merged

Fix for cuda 12 #605

merged 1 commit into from
Jun 5, 2023

Conversation

daineAMD
Copy link
Contributor

@daineAMD daineAMD commented May 30, 2023

See #603

Copied my comment from there:

Looks like including both cublas.h and cublas_v2.h is no longer allowed in cuda 12. Appears that cublasStatus was also removed after being replaced by cublasStatus_t a while back, I guess that was missed in the past.

Your changes built fine for me on both cuda 11 and cuda 12.

Copy link
Contributor

@TorreZuk TorreZuk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. So we only use v2 headers. I guess you will hotfix PR this to 5.7?

@daineAMD daineAMD merged commit 55dc014 into ROCm:develop Jun 5, 2023
@daineAMD daineAMD deleted the cuda12fix branch June 5, 2023 15:43
daineAMD added a commit to daineAMD/hipBLAS that referenced this pull request Jun 5, 2023
daineAMD added a commit to daineAMD/hipBLAS that referenced this pull request Jun 5, 2023
@daineAMD daineAMD mentioned this pull request Jun 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants