Skip to content

Commit 0354b09

Browse files
committed
Update documentation for V1.15.1
1 parent 0cd0722 commit 0354b09

File tree

3 files changed

+39
-26
lines changed

3 files changed

+39
-26
lines changed

Release_Notes.txt

+32-20
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,18 @@
1-
Radeon™ GPU Profiler V1.15 04-26-2023
1+
Radeon™ GPU Profiler V1.15.1 05-24-2023
22
-------------------------------------
33

4-
V1.15 Changes
4+
V1.15.1 Changes
55
-------------------------------------
66

77
* Radeon GPU Profiler
88

9-
1) Support for additional AMD RDNA 3 hardware
10-
2) Newly redesigned ISA disassembly views in the Pipeline state and Instruction timing panes
11-
- Code blocks can now be collapsed/expanded
12-
- Selected token highlighting allows you to quickly see other instances of the selected token (instruction opcodes, registers and constants)
13-
- One-click navigation between branch instructions and their targets, along with tracked navigation history
14-
- Customize the displayed columns
15-
- Improved search result highlighting
16-
3) Improved performance in the System activity timeline in the Frame summary pane when opening large profiles
17-
4) Instruction timing side panel will now report the total number of WMMA (wave matrix multiply accumulate) instructions executed by a shader when running on RDNA 3 or newer hardware
18-
5) Pipeline state pane will now report when conservative rasterization is enabled
19-
6) Fixed issues with keyboard selection in the tree view in the Event timing and Pipeline state panes
20-
7) DirectX® 12 Mesh shader functions and Vulkan® Mesh shader extension functions now are identified properly in RGP's event lists
21-
8) Fixed incorrect tree hierarchy in the Event timing and Pipeline state pane when events are grouped by user events and event filtering is used
9+
1) Fix an issue with missing counter data on RDNA 3 captures
10+
2) Fix an issue with Pipeline state pane showing more than 256 VGPRs allocated for some shaders in RDNA 3 captures
11+
3) Fix an issue with time units not updating in the Instruction timing Details panel when the Time Units setting is changed
12+
4) Fix an issue with searching not finding matches in the Latency column in the Instruction timing pane
13+
5) Fix an issue with missing commas when copying ISA instructions to the clipboard from the Instruction timing or Pipeline state pane
14+
6) Fix a few minor visual glitches in the ISA display in the Instruction timing or Pipeline state pane
15+
2216

2317
Known Issues
2418
-------------------------------------
@@ -33,11 +27,10 @@ Known Issues
3327
6) OpenCL™ captures may include an extra DMA command buffer in the Profile summary.
3428
7) In some rare cases on RDNA 2 hardware, all counter data may be missing from a captured RGP profile. When this happens, Radeon Developer Panel will prompt the user to recapture.
3529
8) In some rare cases, data for one or more cache counters may be missing. Usually, recapturing will allow the missing data to show up.
36-
9) In some cases on RDNA 3 hardware, the cache and raytracing counters may be missing. Usually, rebooting the system and recapturing will allow the missing data to show up.
37-
10) It is recommended to use at least 1080p display resolution (1920 x 1080) with the RGP user interface. Some minor user interface issues may appear when using a lower resolution.
38-
11) Cache and ray tracing counter data collection is not currently supported on RDNA 2 based APUs.
39-
12) In some instances, profiles captured on multi-GPU systems may not be captured at peak GPU clock frequencies. If this is the case, changing which GPU the primary monitor is connected to may help.
40-
13) For systems consisting of an AMD APU and an AMD discrete GPU, capturing profiles should work, but an error may be logged in the Radeon Developer Panel regarding not being able to set peak clock mode. It is recommended that the GPU in the APU be disabled in the BIOS.
30+
9) It is recommended to use at least 1080p display resolution (1920 x 1080) with the RGP user interface. Some minor user interface issues may appear when using a lower resolution.
31+
10) Cache and ray tracing counter data collection is not currently supported on RDNA 2 based APUs.
32+
11) In some instances, profiles captured on multi-GPU systems may not be captured at peak GPU clock frequencies. If this is the case, changing which GPU the primary monitor is connected to may help.
33+
12) For systems consisting of an AMD APU and an AMD discrete GPU, capturing profiles should work, but an error may be logged in the Radeon Developer Panel regarding not being able to set peak clock mode. It is recommended that the GPU in the APU be disabled in the BIOS.
4134

4235
* Windows®
4336

@@ -64,6 +57,25 @@ Known Issues
6457
Release Notes History
6558
-------------------------------------
6659

60+
V1.15 Changes
61+
-------------------------------------
62+
63+
* Radeon GPU Profiler
64+
65+
1) Support for additional AMD RDNA 3 hardware
66+
2) Newly redesigned ISA disassembly views in the Pipeline state and Instruction timing panes
67+
- Code blocks can now be collapsed/expanded
68+
- Selected token highlighting allows you to quickly see other instances of the selected token (instruction opcodes, registers and constants)
69+
- One-click navigation between branch instructions and their targets, along with tracked navigation history
70+
- Customize the displayed columns
71+
- Improved search result highlighting
72+
3) Improved performance in the System activity timeline in the Frame summary pane when opening large profiles
73+
4) Instruction timing side panel will now report the total number of WMMA (wave matrix multiply accumulate) instructions executed by a shader when running on RDNA 3 or newer hardware
74+
5) Pipeline state pane will now report when conservative rasterization is enabled
75+
6) Fixed issues with keyboard selection in the tree view in the Event timing and Pipeline state panes
76+
7) DirectX® 12 Mesh shader functions and Vulkan® Mesh shader extension functions now are identified properly in RGP's event lists
77+
8) Fixed incorrect tree hierarchy in the Event timing and Pipeline state pane when events are grouped by user events and event filtering is used
78+
6779
V1.14.1 Changes
6880
-------------------------------------
6981

docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
# built documents.
5555
#
5656
# The short X.Y version.
57-
version = u'1.15.0'
57+
version = u'1.15.1'
5858
# The full version, including alpha/beta/rc tags.
59-
release = u'1.15.0'
59+
release = u'1.15.1'
6060

6161
# The language for content autogenerated by Sphinx. Refer to documentation
6262
# for a list of supported languages.

docs/source/wavefront_occupancy.rst

+5-4
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ and RDNA/GCN stages are not applicable for OpenCL or HIP.
9090
\ **Cache counters**
9191

9292
This section visualizes the cache counter data collected while profiling.
93-
Cache counter data is only available on Radeon RX 5000 series and Radeon
94-
RX 6000 series GPUs. While profiling, counter data is sampled at a fixed
95-
rate, roughly one sample every 4096 clock cycles.
93+
Cache counter data is only available on Radeon RX 5000 series and newer
94+
GPUs. While profiling, counter data is sampled at a fixed rate, roughly
95+
one sample every 4096 clock cycles.
9696

9797
.. image:: media_rgp/rgp_wavefront_occupancy_counters_1.png
9898

@@ -167,7 +167,8 @@ presentation found on gpuopen.com.
167167
\ **Ray tracing counters**
168168

169169
When profiling a game that uses ray tracing, a second row of counter data will show
170-
ray tracing counter values.
170+
ray tracing counter values. These counters are only available on Radeon RX 6000
171+
series and newer GPUs.
171172

172173
.. image:: media_rgp/rgp_wavefront_occupancy_counters_5.png
173174

0 commit comments

Comments
 (0)