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 hipblas path #702

Open
wants to merge 2 commits into
base: fix-hipblas-path
Choose a base branch
from

Conversation

nkoukpaizan
Copy link
Collaborator

@nkoukpaizan nkoukpaizan commented Jan 10, 2025

This changes the hipblas include from hipblas.h to hipblas/hipblas.h for ROCm>=5.2. The paths have changed, and backward compatibility was removed in more recent ROCm versions. I found the issue when attempting to build with ROCm 6.3.1 on Frontier, and these changes seem to fix it at the build stage.

Got the idea of the fix from Magma.

cc @pelesh @cnpetra

@cnpetra cnpetra requested review from nychiang and cnpetra January 22, 2025 18:23
@cnpetra
Copy link
Collaborator

cnpetra commented Jan 22, 2025

lgtm. we are looking into fixing/updating the CI.

Copy link
Collaborator

@nychiang nychiang left a comment

Choose a reason for hiding this comment

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

LGTM

@nychiang nychiang changed the base branch from develop to fix-hipblas-path January 24, 2025 17:21
@nychiang
Copy link
Collaborator

@cnpetra I rebase it to a new branch from the latest develop. let's merge this one to that branch first. Then I can check if CI works there.

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