Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjunpark committed Dec 20, 2024
1 parent 74f3e26 commit c867b16
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
5 changes: 4 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,10 @@ respectively. This fixes minor issues when upgrading from ROCm 6.2 to 6.3. For m

### Stale file due to OpenCL ICD loader deprecation

When upgrading from ROCm 6.2.x to ROCm 6.3.0, the issue of [removal of the `rocm-icd-loader` package](#opencl-icd-loader-separated-from-rocm) leaving a stale file in the old `rocm-6.2.x`directory has been resolved. The stale files left during the upgrade from ROCm 6.2.x to ROCm 6.3.0 will be removed when upgrading to ROCm 6.3.1. For more information, see [GitHub issue #4084](https://github.com/ROCm/ROCm/issues/4084).
When upgrading from ROCm 6.2.x to ROCm 6.3.0, the issue of removal of the `rocm-icd-loader` package
leaving a stale file in the old `rocm-6.2.x`directory has been resolved. The stale files left during
the upgrade from ROCm 6.2.x to ROCm 6.3.0 will be removed when upgrading to ROCm 6.3.1. For more
information, see [GitHub issue #4084](https://github.com/ROCm/ROCm/issues/4084).

## ROCm upcoming changes

Expand Down
8 changes: 4 additions & 4 deletions docs/reference/graph-safe-support.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The following table shows whether a ROCm library is graph-safe.
- ✅
*
- `hipFFT <https://github.com/ROCm/hipFFT>`_
- ✅ (See :ref:`details <hipfft:hip-graph-support-for-hipfft>`)
- ✅ (see :ref:`details <hipfft:hip-graph-support-for-hipfft>`)
*
- `hipRAND <https://github.com/ROCm/hipRAND>`_
- ✅
Expand Down Expand Up @@ -66,13 +66,13 @@ The following table shows whether a ROCm library is graph-safe.
- ❌
*
- `rocBLAS <https://github.com/ROCm/rocBLAS>`_
- ✅ (See :doc:`details <rocblas:reference/beta-features>`)
- ✅ (see :doc:`details <rocblas:reference/beta-features>`)
*
- `rocDecode <https://github.com/ROCm/rocDecode>`_
- ❌
*
- `rocFFT <https://github.com/ROCm/rocFFT>`_
- ✅ (See :ref:`details <rocfft:hip-graph-support-for-rocfft>`)
- ✅ (see :ref:`details <rocfft:hip-graph-support-for-rocfft>`)
*
- `rocHPCG <https://github.com/ROCm/rocHPCG>`_
- ❌
Expand All @@ -93,7 +93,7 @@ The following table shows whether a ROCm library is graph-safe.
- ⚠️ (experimental)
*
- `rocThrust <https://github.com/ROCm/rocThrust>`_
- ❌ (See :doc:`details <rocthrust:hipgraph-support>`)
- ❌ (see :doc:`details <rocthrust:hipgraph-support>`)
*
- `rocWMMA <https://github.com/ROCm/rocWMMA>`_
- ❌
Expand Down
5 changes: 4 additions & 1 deletion tools/autotag/templates/resolved_issues/6.3.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ respectively. This fixes minor issues when upgrading from ROCm 6.2 to 6.3. For m

### Stale file due to OpenCL ICD loader deprecation

When upgrading from ROCm 6.2.x to ROCm 6.3.0, the issue of [removal of the `rocm-icd-loader` package](#opencl-icd-loader-separated-from-rocm) leaving a stale file in the old `rocm-6.2.x`directory has been resolved. The stale files left during the upgrade from ROCm 6.2.x to ROCm 6.3.0 will be removed when upgrading to ROCm 6.3.1. For more information, see [GitHub issue #4084](https://github.com/ROCm/ROCm/issues/4084).
When upgrading from ROCm 6.2.x to ROCm 6.3.0, the issue of removal of the `rocm-icd-loader` package
leaving a stale file in the old `rocm-6.2.x`directory has been resolved. The stale files left during
the upgrade from ROCm 6.2.x to ROCm 6.3.0 will be removed when upgrading to ROCm 6.3.1. For more
information, see [GitHub issue #4084](https://github.com/ROCm/ROCm/issues/4084).

0 comments on commit c867b16

Please sign in to comment.