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
Binaries in debug builds no longer have a "-d" suffix.
Changed rocSPARSE and SuiteSparse to be run-time dependencies by default. The BUILD_WITH_SPARSE CMake option can still be used
to convert them into build-time dependencies (now off by default).
The --no-sparse option of the install script now only affects the hipSOLVER clients and their dependency on hipSPARSE. Use the BUILD_HIPSPARSE_TESTS CMake option to enable tests for the hipsolverSp API (on by default).
Upcoming changes
The Fortran bindings provided in hipsolver_module.f90 have been deprecated.
The Fortran bindings provided by the hipfort project are recommended instead.