Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
Fixing the headers. levels  This messed up the doc changelog collection script and missed rocBLAS changelogs.  Luckily, we caught it with manual inspection.
  • Loading branch information
yhuiYH authored and amcamd committed Mar 25, 2024
1 parent 29fad94 commit afdd246
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ Documentation for rocBLAS is available at

## rocBLAS 4.1.0 for ROCm 6.1

## Additions
### Additions

* Level 1 and Level 1 Extension functions have additional ILP64 API for both C and FORTRAN (_64 name suffix) with int64_t function arguments.
* Cache flush timing for gemm_ex.

## Changes
### Changes

* Some Level 2 function argument names have changed 'm' to 'n' to match legacy BLAS, there was no change in implementation.
* Standardized the use of non-blocking streams for copying results from device to host.

## Fixes
### Fixes

* Fixed host-pointer mode reductions for non-blocking streams.

Expand Down

0 comments on commit afdd246

Please sign in to comment.