Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix formatting
  • Loading branch information
chesik-amd authored Dec 21, 2018
1 parent dcd20bc commit 260b5c1
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@ RCP was formerly delivered as part of CodeXL with the executable name
* When used with CodeXL, all profiler data can be visualized in a user-friendly graphical user interface.

## What's New
*Version 5.6 (12/21/18)
* Adds support for additional GPUs and APUs.
* Adds support for extracting kernel ISA for OpenCL kernels running on the ROCm stack.
* Additional Trace summary HTML pages generated for both OpenCL and ROCm/HSA traces.
* ROCm/HSA: Support for ROCm 2.0.
* ROCm/HSA: Use new librocprofiler64.so rather than deprecated libhsa-runtime-tools64.so library for performance counter collection and kernel dispatch timing data.
* Performance counter collection for GFX IPv7 based GPUs is no longer supported on ROCm.
* ROCm/HSA: There is no longer any difference between using --hsatrace and --hsaaqlpackettrace. Identical data will be produced by both profiling modes.
* OpenCL: Fixed several issues with profiling on Linux systems with the amdgpu-pro driver installed if both "PAL" and "legacy" OpenCL support was installed by the driver.
* Fixed an issue where incorrect kernel count displayed in the kernel occupancy output file.
* Fixed a potential race condition or hang when profiling a plaidML application.
* Fixed an issue when specifying a relative path to a counter file (--counterfile).
* 32-bit Linux binaries have been removed, as the OpenCL Linux driver no longer supports 32-bit OpenCL libraries.
* Version 5.6 (12/21/18)
* Adds support for additional GPUs and APUs.
* Adds support for extracting kernel ISA for OpenCL kernels running on the ROCm stack.
* Additional Trace summary HTML pages generated for both OpenCL and ROCm/HSA traces.
* ROCm/HSA: Support for ROCm 2.0.
* ROCm/HSA: Use new librocprofiler64.so rather than deprecated libhsa-runtime-tools64.so library for performance counter collection and kernel dispatch timing data.
* Performance counter collection for GFX IPv7 based GPUs is no longer supported on ROCm.
* ROCm/HSA: There is no longer any difference between using --hsatrace and --hsaaqlpackettrace. Identical data will be produced by both profiling modes.
* OpenCL: Fixed several issues with profiling on Linux systems with the amdgpu-pro driver installed if both "PAL" and "legacy" OpenCL support was installed by the driver.
* Fixed an issue where incorrect kernel count displayed in the kernel occupancy output file.
* Fixed a potential race condition or hang when profiling a plaidML application.
* Fixed an issue when specifying a relative path to a counter file (--counterfile).
* 32-bit Linux binaries have been removed, as the OpenCL Linux driver no longer supports 32-bit OpenCL libraries.

## System Requirements
* An AMD Radeon GCN-based GPU or APU
Expand Down

0 comments on commit 260b5c1

Please sign in to comment.