From 3ecf0e70b12ca7995861192ecdd1f11f24be15c3 Mon Sep 17 00:00:00 2001 From: Istvan Kiss Date: Tue, 6 Feb 2024 15:56:42 +0100 Subject: [PATCH] PR findings and more broken links --- CHANGELOG.md | 14 +++++++------- docs/conf.py | 2 +- tools/autotag/templates/rocm_changes/5.0.0.md | 2 +- tools/autotag/templates/rocm_changes/5.2.0.md | 2 +- tools/autotag/templates/rocm_changes/5.4.0.md | 2 +- tools/autotag/templates/rocm_changes/5.5.0.md | 4 ++-- tools/autotag/templates/rocm_changes/6.0.0.md | 4 ++-- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 780259adc..47d36e577 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -75,7 +75,7 @@ MI300 series. Future releases will further enable and optimize this new platfo * Consolidated developer resources and training on the new AMD ROCm Developer Hub. The following section provide a release overview for ROCm 6.0. For additional details, you can refer to -the [Changelog](https://rocm.docs.amd.com/en/develop/about/CHANGELOG.html). +the [Changelog](https://rocm.docs.amd.com/en/docs-6.0.0/about/CHANGELOG.html). ### OS and GPU support changes @@ -344,7 +344,7 @@ Note: These complex operations are equivalent to corresponding types/functions o * `HIP_ROCclr` * NVIDIA platform * `HIP_PLATFORM_NVCC` -* File directories in the clr repository are removed, for more details see https://github.com/ROCm-Developer-Tools/clr/blob/develop/hipamd/include/hip/hcc_detail and https://github.com/ROCm-Developer-Tools/clr/blob/develop/hipamd/include/hip/nvcc_detail +* The [hcc_detail](https://github.com/ROCm/clr/tree/1949b1621a802ffb1492616adbae6154bfbe64ef/hipamd/include/hip/hcc_detail) and [nvcc_detail](https://github.com/ROCm/clr/tree/1949b1621a802ffb1492616adbae6154bfbe64ef/hipamd/include/hips/nvcc_detail) directories in the clr repository are removed. * Deprecated gcnArch is removed from hip device struct `hipDeviceProp_t`. * Deprecated `enum hipMemoryType memoryType;` is removed from HIP struct `hipPointerAttribute_t` union. @@ -2649,8 +2649,8 @@ The following hipcc changes are implemented in this release: `hipcc` package for installing `hipcc` binaries in future ROCm releases. * In a future ROCm release, the following samples will be removed from the `hip-tests` project. - * `hipBusbandWidth` from - * `hipCommander` from + * `hipBusbandWidth` at + * `hipCommander` at Note that the samples will continue to be available in previous release branches. * Removal of gcnarch from hipDeviceProp_t structure @@ -3845,7 +3845,7 @@ For more information, refer to the HIP API Guide. With ROCm v5.4, a separate GitHub project is created at - + This contains HIP catch2 tests and samples, and new tests will continue to develop. @@ -5141,7 +5141,7 @@ and can grow until the available free memory on the device is consumed. The test codes at the following link show how to implement applications using malloc and free functions in device kernels: - + ##### New HIP APIs in this release @@ -6730,7 +6730,7 @@ Refer to the HIP API documentation for more details on managed memory APIs. For the application, see - + #### New environment variable diff --git a/docs/conf.py b/docs/conf.py index 470fa8275..2c27567d1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -87,7 +87,7 @@ article_pages = [ {"file":"rocm-a-z", "os":["linux", "windows"]}, ] -exclude_patterns = ['temp', 'release/versions.md'] +exclude_patterns = ['temp'] external_toc_path = "./sphinx/_toc.yml" diff --git a/tools/autotag/templates/rocm_changes/5.0.0.md b/tools/autotag/templates/rocm_changes/5.0.0.md index a262c959f..26d21c804 100644 --- a/tools/autotag/templates/rocm_changes/5.0.0.md +++ b/tools/autotag/templates/rocm_changes/5.0.0.md @@ -42,7 +42,7 @@ Refer to the HIP API documentation for more details on managed memory APIs. For the application, see - + #### New environment variable diff --git a/tools/autotag/templates/rocm_changes/5.2.0.md b/tools/autotag/templates/rocm_changes/5.2.0.md index 5f1deee50..1e884d230 100644 --- a/tools/autotag/templates/rocm_changes/5.2.0.md +++ b/tools/autotag/templates/rocm_changes/5.2.0.md @@ -22,7 +22,7 @@ and can grow until the available free memory on the device is consumed. The test codes at the following link show how to implement applications using malloc and free functions in device kernels: - + ##### New HIP APIs in this release diff --git a/tools/autotag/templates/rocm_changes/5.4.0.md b/tools/autotag/templates/rocm_changes/5.4.0.md index 15daa4aa9..d529f253f 100644 --- a/tools/autotag/templates/rocm_changes/5.4.0.md +++ b/tools/autotag/templates/rocm_changes/5.4.0.md @@ -75,7 +75,7 @@ For more information, refer to the HIP API Guide. With ROCm v5.4, a separate GitHub project is created at - + This contains HIP catch2 tests and samples, and new tests will continue to develop. diff --git a/tools/autotag/templates/rocm_changes/5.5.0.md b/tools/autotag/templates/rocm_changes/5.5.0.md index aa415ee85..9b4a6c73f 100644 --- a/tools/autotag/templates/rocm_changes/5.5.0.md +++ b/tools/autotag/templates/rocm_changes/5.5.0.md @@ -25,8 +25,8 @@ The following hipcc changes are implemented in this release: `hipcc` package for installing `hipcc` binaries in future ROCm releases. * In a future ROCm release, the following samples will be removed from the `hip-tests` project. - * `hipBusbandWidth` from - * `hipCommander` from + * `hipBusbandWidth` at + * `hipCommander` at Note that the samples will continue to be available in previous release branches. * Removal of gcnarch from hipDeviceProp_t structure diff --git a/tools/autotag/templates/rocm_changes/6.0.0.md b/tools/autotag/templates/rocm_changes/6.0.0.md index 8158e7b89..c6fb425bc 100644 --- a/tools/autotag/templates/rocm_changes/6.0.0.md +++ b/tools/autotag/templates/rocm_changes/6.0.0.md @@ -14,7 +14,7 @@ MI300 series. Future releases will further enable and optimize this new platfo * Consolidated developer resources and training on the new AMD ROCm Developer Hub. The following section provide a release overview for ROCm 6.0. For additional details, you can refer to -the [Changelog](https://rocm.docs.amd.com/en/develop/about/CHANGELOG.html). +the [Changelog](https://rocm.docs.amd.com/en/docs-6.0.0/about/CHANGELOG.html). ### OS and GPU support changes @@ -281,7 +281,7 @@ Note: These complex operations are equivalent to corresponding types/functions o * `HIP_ROCclr` * NVIDIA platform * `HIP_PLATFORM_NVCC` -* File directories in the clr repository are removed, for more details see https://github.com/ROCm-Developer-Tools/clr/blob/develop/hipamd/include/hip/hcc_detail and https://github.com/ROCm-Developer-Tools/clr/blob/develop/hipamd/include/hip/nvcc_detail +* The [hcc_detail](https://github.com/ROCm/clr/tree/1949b1621a802ffb1492616adbae6154bfbe64ef/hipamd/include/hip/hcc_detail) and [nvcc_detail](https://github.com/ROCm/clr/tree/1949b1621a802ffb1492616adbae6154bfbe64ef/hipamd/include/hips/nvcc_detail) directories in the clr repository are removed. * Deprecated gcnArch is removed from hip device struct `hipDeviceProp_t`. * Deprecated `enum hipMemoryType memoryType;` is removed from HIP struct `hipPointerAttribute_t` union.