Skip to content

Commit

Permalink
Update Ubuntu kernel versions in Release Notes and Changelog (ROCm#3116)
Browse files Browse the repository at this point in the history
* Update Ubuntu kernel versions for 6.1.1 changelog and release notes

* Add link to GitHub issue for ROCm SMI in changelog and RN

* Fix ROCm SMI GH issue link

* Update kernel versions format

* Update kernel version format for readability

* Update kernel version brackets
  • Loading branch information
peterjunpark authored May 10, 2024
1 parent 95b706d commit 85e08cb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ROCm™ 6.1.1 introduces minor fixes and improvements to some tools and librarie

### OS support

ROCm 6.1.1 has been tested against a pre-release version of Ubuntu 22.04.5 (kernel 6.8).
ROCm 6.1.1 has been tested against a pre-release version of Ubuntu 22.04.5 (kernel: 5.15 [GA], 6.8 [HWE]).

### AMD SMI

Expand Down Expand Up @@ -82,7 +82,7 @@ ROCm SMI for ROCm 6.1.1

##### Known issues

* ROCm SMI reports GPU utilization incorrectly for RDNA3 GPUs in some situations.
* ROCm SMI reports GPU utilization incorrectly for RDNA3 GPUs in some situations. See the issue on [GitHub](https://github.com/ROCm/ROCm/issues/3112).

### Library changes in ROCm 6.1.1

Expand Down Expand Up @@ -4259,9 +4259,9 @@ MIGraphX 2.5 for ROCm 5.5.0
##### Added

- Y-Model feature to store tuning information with the optimized model
- Added Python 3.10 bindings
- Added Python 3.10 bindings
- Accuracy checker tool based on ONNX Runtime
- ONNX Operators parse_split, and Trilu
- ONNX Operators parse_split, and Trilu
- Build support for ROCm MLIR
- Added migraphx-driver flag to print optimizations in python (--python)
- Added JIT implementation of the Gather and Pad operator which results in better handling of larger tensor sizes.
Expand All @@ -4275,7 +4275,7 @@ MIGraphX 2.5 for ROCm 5.5.0

##### Fixed

- Improved parsing Tensorflow Protobuf files
- Improved parsing Tensorflow Protobuf files
- Resolved various accuracy issues with some onnx models
- Resolved a gcc-12 issue with mivisionx
- Improved support for larger sized models and batches
Expand Down
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ROCm™ 6.1.1 introduces minor fixes and improvements to some tools and librarie

## OS support

ROCm 6.1.1 has been tested against a pre-release version of Ubuntu 22.04.5 (kernel 6.8).
ROCm 6.1.1 has been tested against a pre-release version of Ubuntu 22.04.5 (kernel: 5.15 [GA], 6.8 [HWE]).

## AMD SMI

Expand Down Expand Up @@ -74,7 +74,7 @@ ROCm SMI for ROCm 6.1.1

### Known issues

- ROCm SMI reports GPU utilization incorrectly for RDNA3 GPUs in some situations.
- ROCm SMI reports GPU utilization incorrectly for RDNA3 GPUs in some situations. See the issue on [GitHub](https://github.com/ROCm/ROCm/issues/3112).

## Library changes in ROCm 6.1.1

Expand Down
4 changes: 2 additions & 2 deletions tools/autotag/templates/rocm_changes/6.1.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ROCm™ 6.1.1 introduces minor fixes and improvements to some tools and librarie

### OS support

ROCm 6.1.1 has been tested against a pre-release version of Ubuntu 22.04.5 (kernel 6.8).
ROCm 6.1.1 has been tested against a pre-release version of Ubuntu 22.04.5 (kernel: 5.15 [GA], 6.8 [HWE]).

### AMD SMI

Expand Down Expand Up @@ -64,4 +64,4 @@ ROCm SMI for ROCm 6.1.1

#### Known issues

* ROCm SMI reports GPU utilization incorrectly for RDNA3 GPUs in some situations.
* 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 85e08cb

Please sign in to comment.