Skip to content

hipSPARSE 3.1.2 for ROCm 6.3.0

Compare
Choose a tag to compare
@rocm-ci rocm-ci released this 03 Dec 19:49
54071d8

Added

  • Added an alpha version of the hipsparse-bench executable to facilitate comparing NVIDIA CUDA cuSPARSE and rocSPARSE backends

Changed

  • Changed the default compiler from hipcc to amdclang in the install script and cmake files.

Optimized

  • Improved the user documentation

Resolved issues

  • Fixed the gfortran dependency for the azurelinux operating system.

Known issues

  • In hipsparseSpSM_solve(), the external buffer is passed as a parameter. This does not match the NVIDIA CUDA cuSPARSE API. This extra external buffer parameter will be removed in a future release. For now this extra parameter can be ignored and nullptr passed as it is unused internally by hipsparseSpSM_solve().