You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Adds host-math group and includes OpenBLAS and SuiteSparse in it to
provide libcholmod (so that we have the option to avoid system deps for
these).
* Includes upstream patch ROCm/hipSOLVER#364
* Includes upstream patch ROCm/rocminfo#97
Includes workarounds for #82, #83
---------
Co-authored-by: Stella Laurenzo <[email protected]>
Repro:
ninja therock-host-blas
ldd third-party/host-blas/stage/lib/host-math/lib/libopenblas.so
The last command will print "not a dynamic executable". An attempt to use it will cause load errors.
Interestingly, it does show as a shared library:
The text was updated successfully, but these errors were encountered: