From 653864087cbcaac2de5d677914d825a269f399f0 Mon Sep 17 00:00:00 2001 From: Evgeny Mankov Date: Wed, 9 Oct 2024 16:21:20 +0100 Subject: [PATCH] [HIPIFY][doc][6.3.0] `CHANGELOG.md` update --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2e05747..64f823f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,26 @@ Documentation for HIPIFY is available at [https://rocmdocs.amd.com/projects/HIPIFY/en/latest/](https://rocmdocs.amd.com/projects/HIPIFY/en/latest/). +## HIPIFY for ROCm 6.3.0 + +### Additions + +* CUDA 12.6.1 support +* cuDNN 9.5.0 support +* LLVM 19.1.1 support +* `rocBLAS` 64-bit APIs support +* Initial support for direct hipification of `cuDNN` into `MIOpen` under the `--roc` option +* Initial support for direct hipification of `cuRAND` into `rocRAND` under the `--roc` option +* [#1650] Added a filtering ability for the supplementary hipification scripts + +### Fixes + +* Correct `roc` header files support + +### Known issues + +* [#1617] Support for `fp8` data types + ## HIPIFY for ROCm 6.2.4 ### Additions