diff --git a/CHANGELOG.md b/CHANGELOG.md index f4f8bb9c68..4c2e0a7163 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -66,16 +66,6 @@ HIPCC for ROCm 6.1.1 * **Upcoming:** a subsequent release will remove high-level Perl scripts `hipcc` and `hipconfig`. This release will remove the `HIP_USE_PERL_SCRIPTS` environment variable. It will rename `hipcc.bin` and `hipconfig.bin` to `hipcc` and `hipconfig` respectively. No action is needed by the users. To revert to the previous behavior, invoke `hipcc.pl` and `hipconfig.pl` explicitly. * **Upcoming:** a subsequent release will remove `hipcc.pl` and `hipconfig.pl`. -### HIPIFY - -HIPIFY for ROCm 6.1.1 - -#### Additions - -* Added support for LLVM 18.1.2. -* Added support for cuDNN 9.0.0. -* Added a new option: `--clang-resource-directory` to specify the clang resource path (the path to the parent folder for the `include` folder that contains `__clang_cuda_runtime_wrapper.h` and other header files used during the hipification process). - ### ROCm SMI ROCm SMI for ROCm 6.1.1 diff --git a/RELEASE.md b/RELEASE.md index 407fd51376..3a0b1b31eb 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -58,16 +58,6 @@ HIPCC for ROCm 6.1.1 - **Upcoming:** a subsequent release will remove high-level Perl scripts `hipcc` and `hipconfig`. This release will remove the `HIP_USE_PERL_SCRIPTS` environment variable. It will rename `hipcc.bin` and `hipconfig.bin` to `hipcc` and `hipconfig` respectively. No action is needed by the users. To revert to the previous behavior, invoke `hipcc.pl` and `hipconfig.pl` explicitly. - **Upcoming:** a subsequent release will remove `hipcc.pl` and `hipconfig.pl`. -## HIPIFY - -HIPIFY for ROCm 6.1.1 - -### Additions - -- Added support for LLVM 18.1.2. -- Added support for cuDNN 9.0.0. -- Added a new option: `--clang-resource-directory` to specify the clang resource path (the path to the parent folder for the `include` folder that contains `__clang_cuda_runtime_wrapper.h` and other header files used during the hipification process). - ## ROCm SMI ROCm SMI for ROCm 6.1.1 diff --git a/tools/autotag/templates/rocm_changes/6.1.1.md b/tools/autotag/templates/rocm_changes/6.1.1.md index e9a2e663f8..e2548a2c4e 100644 --- a/tools/autotag/templates/rocm_changes/6.1.1.md +++ b/tools/autotag/templates/rocm_changes/6.1.1.md @@ -48,20 +48,10 @@ HIPCC for ROCm 6.1.1 * **Upcoming:** a subsequent release will remove high-level Perl scripts `hipcc` and `hipconfig`. This release will remove the `HIP_USE_PERL_SCRIPTS` environment variable. It will rename `hipcc.bin` and `hipconfig.bin` to `hipcc` and `hipconfig` respectively. No action is needed by the users. To revert to the previous behavior, invoke `hipcc.pl` and `hipconfig.pl` explicitly. * **Upcoming:** a subsequent will remove `hipcc.pl` and `hipconfig.pl`. -### HIPIFY - -HIPIFY for ROCm 6.1.1 - -#### Additions - -* Added support for LLVM 18.1.2. -* Added support for cuDNN 9.0.0. -* Added a new option: `--clang-resource-directory` to specify the clang resource path (the path to the parent folder for the `include` folder that contains `__clang_cuda_runtime_wrapper.h` and other header files used during the hipification process). - ### ROCm SMI ROCm SMI for ROCm 6.1.1 #### Known issues -* ROCm SMI reports GPU utilization incorrectly for RDNA3 GPUs in some situations. See the issue on [GitHub](https://github.com/ROCm/ROCm/issues/3112). \ No newline at end of file +* ROCm SMI reports GPU utilization incorrectly for RDNA3 GPUs in some situations. See the issue on [GitHub](https://github.com/ROCm/ROCm/issues/3112).