From 00c06764f33fda20ff96dea2b5b8e7dc91f96b0c Mon Sep 17 00:00:00 2001 From: Daine McNiven <51674140+daineAMD@users.noreply.github.com> Date: Thu, 5 Oct 2023 21:25:00 -0600 Subject: [PATCH] ROCm 6.0 Updates for CHANGELOG.md (#698) --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65095b4ca..07d3f1cd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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