Skip to content

rocSPARSE 4.1.0 for ROCm 7.1.0

Latest

Choose a tag to compare

@rocm-ci rocm-ci released this 30 Oct 05:52

Added

  • Added brain half float mixed precision to rocsparse_axpby where X and Y use bfloat16 and result and the compute type use float.
  • Added brain half float mixed precision to rocsparse_spvv where X and Y use bfloat16 and result and the compute type use float.
  • Added brain half float mixed precision to rocsparse_spmv where A and X use bfloat16 and Y and the compute type use float.
  • Added brain half float mixed precision to rocsparse_spmm where A and B use bfloat16 and C and the compute type use float.
  • Added brain half float mixed precision to rocsparse_sddmm where A and B use bfloat16 and C and the compute type use float.
  • Added brain half float mixed precision to rocsparse_sddmm where A and B and C use bfloat16 and the compute type use float.
  • Added half float mixed precision to rocsparse_sddmm where A and B and C use float16 and the compute type use float.
  • Added brain half float uniform precision to rocsparse_scatter and rocsparse_gather routines.

Optimized

  • Improved the user documentation.

Upcoming changes

  • Deprecate trace, debug, and bench logging using environment variable ROCSPARSE_LAYER.