-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6cc0a45
commit 3743ddb
Showing
78 changed files
with
2,649 additions
and
1,663 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,21 @@ | ||
# Radeon Compute Profiler Release Notes | ||
--- | ||
## Version 5.2 (9/25/17) | ||
* Adds support for additional GPUs and APUs. | ||
* Improves display of HSA agents in the ATP file and in the HSA Trace Summary pages. | ||
* Improves Best Practices/Warnings/Errors Summary page to track and report mismatched memory allocations and frees. | ||
* Fixes an issue where incorrect queue index is written to ATP file when profiling an HSA application that dispatches kernels using multiple queues | ||
* Fixes incorrect transfer sizes shown in CL Context Summary for applications with total transfers over 4GB. | ||
* Fixes an issue where demangled kernel names with commas caused an invalid .csv file to be generated | ||
* Adds a speed improvement when profiling HSA applications which dispatch a large number of kernels. | ||
|
||
## Version 5.1 (6/28/17) | ||
* Adds support for additional GPUs, including Vega series GPUs | ||
* ROCm/HSA: Support for ROCm 1.6 | ||
* Improves display of pointer parameters for some HSA APIs in the ATP file | ||
* Fixes an issue with parsing an ATP file which has non-ascii characters (affected Summary page generation and display within CodeXL) | ||
* ROCm/HSA: Support for ROCm 1.6. | ||
* Improves display of pointer parameters for some HSA APIs in the ATP file. | ||
* Fixes an issue with parsing an ATP file which has non-ascii characters (affected Summary page generation and display within CodeXL). | ||
|
||
## Version 5.0 (in comparison to CodeXL 2.2) (6/2/17) | ||
* Adds support for additional GPUs and APUs. | ||
* ROCm/HSA: Support for ROCm 1.5 | ||
* Support for demangling names of HIP and HCC kernels. Requires c++filt to be installed on the system. c++filt can be installed using *sudo apt-get install binutils* | ||
* ROCm/HSA: Support for ROCm 1.5. | ||
* Support for demangling names of HIP and HCC kernels. Requires c++filt to be installed on the system. c++filt can be installed using *sudo apt-get install binutils*. |
Oops, something went wrong.