1 2 3 4 5 6 7 8 9 10 11
|
hipblas (6.4.3-1) unstable; urgency=medium
The rocsolver library has been made an optional dependency of hipblas in
order to reduce the size of the installation for reverse dependencies that
only require basic BLAS functionality. The getrf, getrs, getri, geqrf, and
gels functions in hipblas will return HIPBLAS_STATUS_NOT_SUPPORTED when the
rocsolver library is not installed. While librocsolver0 is now recommended
by libhipblas2, users that require these functions from hipblas should
ensure that librocsolver0 is installed.
-- Cordell Bloor <cgmb@debian.org> Tue, 18 Nov 2025 12:07:32 -0700
|