From cd92b078fa4f755f3a06504409cec456bc4b8490 Mon Sep 17 00:00:00 2001 From: Daniel So Date: Wed, 20 May 2026 13:59:53 -0400 Subject: [PATCH] Update CHANGELOG.md Correct ROCm release number, plus a minor edit. --- projects/hipsparselt/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/hipsparselt/CHANGELOG.md b/projects/hipsparselt/CHANGELOG.md index 67c087102436..849438b33d0e 100644 --- a/projects/hipsparselt/CHANGELOG.md +++ b/projects/hipsparselt/CHANGELOG.md @@ -2,13 +2,13 @@ Full documentation for hipSPARSELt is available at [rocm.docs.amd.com/projects/hipSPARSELt](https://rocm.docs.amd.com/projects/hipSPARSELt/en/latest/index.html). -## hipSPARSELt 0.2.8 since ROCm 7.12 +## hipSPARSELt 0.2.8 since ROCm 7.13 ### Added * CTest and test categories support (`--smoke`, `--pre_checkin`, and `--nightly`). ### Optimized -* Provided more kernels for the FP16, BF16 and Int8 datatypes. +* Provided more kernels for the FP16, BF16, and Int8 datatypes. * Improved the performance of the `HIPSPARSELT_PRUNE_SPMMA_TILE` function. ### Resolved issues