Skip to content

Commit

Permalink
Merge pull request #3128 from ROCm/roc-6.1.x
Browse files Browse the repository at this point in the history
Merge roc-6.1.x into docs/6.1.1
  • Loading branch information
peterjunpark committed May 13, 2024
2 parents ba4cb49 + 03d3d29 commit 0d6fe34
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 31 deletions.
10 changes: 0 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 0 additions & 10 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 1 addition & 11 deletions tools/autotag/templates/rocm_changes/6.1.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
* ROCm SMI reports GPU utilization incorrectly for RDNA3 GPUs in some situations. See the issue on [GitHub](https://github.com/ROCm/ROCm/issues/3112).

0 comments on commit 0d6fe34

Please sign in to comment.