mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-09 22:58:17 -05:00
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:
10
CHANGELOG.md
10
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
|
* Distribution and operating system updates will continue per the ROCm release cadence for gfx906
|
||||||
GPUs until EOM.
|
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 changes
|
||||||
|
|
||||||
| Library | Version |
|
| Library | Version |
|
||||||
|
|||||||
@@ -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**.
|
* **Added support for the PyTorch kernel plugin**.
|
||||||
We added awareness of `__HIP_NO_HALF_CONVERSIONS__` to support PyTorch users.
|
We added awareness of `__HIP_NO_HALF_CONVERSIONS__` to support PyTorch users.
|
||||||
|
|
||||||
### TransferBench
|
### TransferBench (beta)
|
||||||
|
|
||||||
* **Improved ordering control**.
|
* **Improved ordering control**.
|
||||||
You can now set the thread block size (`BLOCK_SIZE`) and the thread block order (`BLOCK_ORDER`)
|
You can now set the thread block size (`BLOCK_SIZE`) and the thread block order (`BLOCK_ORDER`)
|
||||||
|
|||||||
@@ -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
|
* Distribution and operating system updates will continue per the ROCm release cadence for gfx906
|
||||||
GPUs until EOM.
|
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 changes
|
||||||
|
|
||||||
| Library | Version |
|
| Library | Version |
|
||||||
@@ -877,4 +887,3 @@ Tensile 4.39.0 for ROCm 6.0.0
|
|||||||
* Bug in `forcestoresc1` arch selection
|
* Bug in `forcestoresc1` arch selection
|
||||||
* Compiler directive for gfx942
|
* Compiler directive for gfx942
|
||||||
* Formatting for `DecisionTree_test.cpp`
|
* Formatting for `DecisionTree_test.cpp`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user