From 82d871c90711198728102084ca088abf6ff7a7d0 Mon Sep 17 00:00:00 2001 From: Sam Wu Date: Fri, 15 Dec 2023 15:06:03 -0700 Subject: [PATCH] Merge Roc 6.0.x into develop (#2733) * Marking TransferBench as beta (#2727) * Known issues (#2731) * rearranging * edits * update toc * link update * line break * updates * Update RELEASE.md * edits * Update conf.py * file cleanup * Update RELEASE.md * Update conf.py * addition * verbiage * Update CHANGELOG.md * edits * edits * updates * edits * more edits * Update RELEASE.md Limited OS to start in 6.0 * Update RELEASE.md * Update RELEASE.md Table to reflect support. * Update RELEASE.md tweaked language * Update RELEASE.md Tweaking language * edits * edits * link * spelling * add link * new section * Add files via upload (#2701) * updates --------- Co-authored-by: Saad Rahim (AMD) <44449863+saadrahim@users.noreply.github.com> Co-authored-by: Ronnie Chatterjee <111161280+ronniec91@users.noreply.github.com> Co-authored-by: abhimeda <138710508+abhimeda@users.noreply.github.com> --------- Co-authored-by: Saad Rahim (AMD) <44449863+saadrahim@users.noreply.github.com> Co-authored-by: Lisa Co-authored-by: Ronnie Chatterjee <111161280+ronniec91@users.noreply.github.com> Co-authored-by: abhimeda <138710508+abhimeda@users.noreply.github.com> --- CHANGELOG.md | 10 ++++++++++ RELEASE.md | 2 +- tools/autotag/templates/rocm_changes/6.0.0.md | 11 ++++++++++- 3 files changed, 21 insertions(+), 2 deletions(-) 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` -