Open
Description
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
Permalink to patch
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
In Progress