Skip to content

Commit

Permalink
ROCm 6.0 Updates for CHANGELOG.md (#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
daineAMD authored Oct 6, 2023
1 parent 01de060 commit 00c0676
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Change Log for hipBLAS

## (Unreleased) hipBLAS 2.0.0 for ROCm 6.0.0
## hipBLAS 2.0.0 for ROCm 6.0.0
### Added
- added option to define HIPBLAS_USE_HIP_BFLOAT16 to switch API to use hip_bfloat16 type
- added hipblasGemmExWithFlags API
### Deprecated
- hipblasDatatype_t is deprecated and will be removed in a future release and replaced with hipDataType
- hipblasComplex and hipblasDoubleComplex are deprecated and will be removed in a future release and replaced with hipComplex and hipDoubleComplex
- use of hipblasDatatype_t for hipblasGemmEx for compute-type is deprecated and will be replaced with hipblasComputeType_t in a future release
### Removed
- hipblasXtrmm that calculates B <- alpha * op(A) * B is removed and replaced with hipblasXtrmm that calculates C <- alpha * op(A) * B

Expand Down

0 comments on commit 00c0676

Please sign in to comment.