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 <lisa.delaney@amd.com>
Co-authored-by: Ronnie Chatterjee <111161280+ronniec91@users.noreply.github.com>
Co-authored-by: abhimeda <138710508+abhimeda@users.noreply.github.com>
This commit is contained in:
Sam Wu
2023-12-15 15:06:03 -07:00
committed by GitHub
parent 5676b16fce
commit 82d871c907
3 changed files with 21 additions and 2 deletions

View File

@@ -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 |

View File

@@ -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`)

View File

@@ -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`