Skip to content

Releases: ROCm/hipSOLVER

rocm-7.1.0

04 Dec 08:22

Choose a tag to compare

ROCm release v7.1.0

hipSOLVER 3.2.0 for ROCm 7.2.0

21 Jan 18:58

Choose a tag to compare

Added

  • Added ability to control rocSOLVER logging using the environment variables ROCSOLVER_LEVELS and ROCSOLVER_LAYER

rocm-7.1.1

27 Nov 06:07

Choose a tag to compare

ROCm release v7.1.1

hipSOLVER 2.4.0 for ROCm 6.4.4

24 Sep 14:01
f4477a2

Choose a tag to compare

hipSOLVER code for ROCm 6.4.4 did not change. The library was rebuilt for the updated ROCm 6.4.4 stack.

hipSOLVER 2.4.0 for ROCm 6.4.3

07 Aug 14:20
f4477a2

Choose a tag to compare

hipSOLVER code for ROCm 6.4.3 did not change. The library was rebuilt for the updated ROCm 6.4.3 stack.

hipSOLVER 2.4.0 for ROCm 6.4.2

21 Jul 16:54
f4477a2

Choose a tag to compare

hipSOLVER code for ROCm 6.4.2 did not change. The library was rebuilt for the updated ROCm 6.4.2 stack.

hipsolver 3.0.0 for ROCm 7.0.2

10 Oct 12:13
f4fddfc

Choose a tag to compare

hipSOLVER code for ROCm 7.0.2 did not change. The library was rebuilt for the updated ROCm 7.0.2 stack.

hipSOLVER 3.0.0 for ROCm 7.0.1

17 Sep 16:41
f4fddfc

Choose a tag to compare

hipSOLVER code for ROCm 7.0.1 did not change. The library was rebuilt for the updated ROCm 7.0.1 stack.

hipSOLVER 3.0.0 for ROCm 7.0.0

16 Sep 06:37
f4fddfc

Choose a tag to compare

Added

  • Added compatibility-only functions
    • csrlsvqr
      • hipsolverSpCcsrlsvqr, hipsolverSpZcsrlsvqr

Resolved issues

  • Corrected the value of lwork returned by various bufferSize functions to be consistent with NVIDIA cuSOLVER. The following functions will
    now return lwork such that the workspace size (in bytes) is sizeof(T) * lwork, rather than lwork. To restore the original behavior, set
    environment variable HIPSOLVER_BUFFERSIZE_RETURN_BYTES.
    • hipsolverXorgbr_bufferSize, hipsolverXorgqr_bufferSize, hipsolverXorgtr_bufferSize, hipsolverXormqr_bufferSize, hipsolverXormtr_bufferSize,
      hipsolverXgesvd_bufferSize, hipsolverXgesvdj_bufferSize, hipsolverXgesvdBatched_bufferSize, hipsolverXgesvdaStridedBatched_bufferSize,
      hipsolverXsyevd_bufferSize, hipsolverXsyevdx_bufferSize, hipsolverXsyevj_bufferSize, hipsolverXsyevjBatched_bufferSize,
      hipsolverXsygvd_bufferSize, hipsolverXsygvdx_bufferSize, hipsolverXsygvj_bufferSize, hipsolverXsytrd_bufferSize, hipsolverXsytrf_bufferSize

hipSOLVER 2.4.0 for ROCm 6.4.1

20 May 13:15
ca0de3c

Choose a tag to compare

hipSOLVER code for ROCm 6.4.1 did not change. The library was rebuilt for the updated ROCm 6.4.1 stack.