diff --git a/CHANGELOG.md b/CHANGELOG.md index 17ad17929..993821ce3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -93,6 +93,16 @@ final release for gfx906 GPUs in a fully supported state. * Distribution and operating system updates will continue per the ROCm release cadence for gfx906 GPUs until EOM. +### Known issues + +* Hang is observed with rocSPARSE tests: [Issue 2726](https://github.com/ROCm/ROCm/issues/2726). +* AddressSanitizer instrumentation is incorrect for device global variables: + [Issue 2551](https://github.com/ROCm/ROCm/issues/2551). +* Dynamically loaded HIP runtime library references incorrect version of `hipDeviceGetProperties` + API: [Issue 2728](https://github.com/ROCm/ROCm/issues/2728). +* Memory access violations when running rocFFT-HMM: + [Issue 2730](https://github.com/ROCm/ROCm/issues/2730). + ### Library changes | Library | Version | diff --git a/RELEASE.md b/RELEASE.md index d0619c8d9..5b695f68e 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -234,7 +234,7 @@ can refer to the [Changelog](https://rocm.docs.amd.com/en/develop/about/CHANGELO * **Added support for the PyTorch kernel plugin**. We added awareness of `__HIP_NO_HALF_CONVERSIONS__` to support PyTorch users. -### TransferBench +### TransferBench (beta) * **Improved ordering control**. You can now set the thread block size (`BLOCK_SIZE`) and the thread block order (`BLOCK_ORDER`) diff --git a/tools/autotag/templates/rocm_changes/6.0.0.md b/tools/autotag/templates/rocm_changes/6.0.0.md index d3fb86f3d..75a4db89c 100644 --- a/tools/autotag/templates/rocm_changes/6.0.0.md +++ b/tools/autotag/templates/rocm_changes/6.0.0.md @@ -77,6 +77,16 @@ final release for gfx906 GPUs in a fully supported state. * Distribution and operating system updates will continue per the ROCm release cadence for gfx906 GPUs until EOM. +### Known issues + +* Hang is observed with rocSPARSE tests: [Issue 2726](https://github.com/ROCm/ROCm/issues/2726). +* AddressSanitizer instrumentation is incorrect for device global variables: + [Issue 2551](https://github.com/ROCm/ROCm/issues/2551). +* Dynamically loaded HIP runtime library references incorrect version of `hipDeviceGetProperties` + API: [Issue 2728](https://github.com/ROCm/ROCm/issues/2728). +* Memory access violations when running rocFFT-HMM: + [Issue 2730](https://github.com/ROCm/ROCm/issues/2730). + ### Library changes | Library | Version | @@ -877,4 +887,3 @@ Tensile 4.39.0 for ROCm 6.0.0 * Bug in `forcestoresc1` arch selection * Compiler directive for gfx942 * Formatting for `DecisionTree_test.cpp` -