Skip to content

[hipBLAS] Fix finding LAPACK and CLBAS #259

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

Open
marbre opened this issue Mar 25, 2025 · 1 comment
Open

[hipBLAS] Fix finding LAPACK and CLBAS #259

marbre opened this issue Mar 25, 2025 · 1 comment
Labels
patch Used to track patches

Comments

@marbre
Copy link
Member

marbre commented Mar 25, 2025

Summary

When building hipBLAS and not linking BLIS or providing NETLIB LAPACK and CBLAS in ${BUILD_DIR}/deps/deps-install it is assumed that NETLIB installed to the system should be used. While find_package() is used, the variables it provides are not used and instead the library names are set to the ones of the NETLIB reference implementation even though when find_package() points to a different implementation.

This needs to be patched to allow other LAPACK / CBLAS providers like OpenBLAS.

Link to patch

https://github.com/ROCm/TheRock/blob/main/patches/amd-mainline/hipBLAS/0001-Fix-finding-LAPACK-and-CBLAS.patch

Permalink to patch

https://github.com/ROCm/TheRock/blob/6e1bd9b82a581487712f95ef86c0ba27c77faec9/patches/amd-mainline/hipBLAS/0001-Fix-finding-LAPACK-and-CBLAS.patch

@benrichard-amd
Copy link

PR opened: ROCm/hipBLAS#987

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Used to track patches
Projects
Development

No branches or pull requests

2 participants