You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.txt
+22-15Lines changed: 22 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,15 @@
1
-
Radeon™ GPU Profiler V2.2 07-01-2024
1
+
Radeon™ GPU Profiler V2.3 10-01-2024
2
2
-------------------------------------
3
3
4
-
V2.2 Changes
4
+
V2.3 Changes
5
5
-------------------------------------
6
6
7
-
1) Updated to use Qt 6.7.0
8
-
2) Fix a crash when loading a RADV-exported profile (https://github.com/GPUOpen-Tools/radeon_gpu_profiler/issues/98)
9
-
3) Enabling shader instrumentation (to support showing thread divergence in the ray tracing shader table UI) for Vulkan® is now supported starting with 24.10-based drivers
10
-
4) Reduced profile load time for certain profiles, especially for those captured on RDNA™ 3 hardware
11
-
5) Bug/stability fixes
7
+
1) The System information pane (which has been renamed from "Device configuration") will now indicate if any driver experiments were enabled when the loaded profile data set was captured
8
+
2) The event tree view in the Event timing and Pipeline state panes will show when multiple indirect draw calls or dispatches are launched from a single ExecuteIndirect call
9
+
3) Adapt to changes in the way that ray tracing pipelines are compiled by the ray tracing runtime and the shader compiler. This results in minor changes in the display names of the individual shaders in the RGP UI. The UI elements affected are the ray tracing shader table in the Pipeline state pane and the "Export name" drop down and the "Call targets" table in the Instruction timing pane.
10
+
4) Fix an issue when attempting to scroll horizontally using the input device when the mouse cursor is over select rows in the Wavefront occupancy pane (https://github.com/GPUOpen-Tools/radeon_gpu_profiler/issues/79)
11
+
5) Fix an issue where the last column in the Barriers pane is not visible at lower resolutions (https://github.com/GPUOpen-Tools/radeon_gpu_profiler/issues/103)
12
+
6) Bug/stability fixes
12
13
13
14
Known Issues
14
15
-------------------------------------
@@ -22,15 +23,14 @@ Known Issues
22
23
23
24
* Windows®
24
25
25
-
1) D3D12 command list calls of ExecuteIndirect() may show in RGP as multiple compute events.
26
-
2) Some Radeon Software hotkeys may conflict with Radeon GPU Profiler shortcut keys. The Radeon Software hotkeys can be reconfigured by opening the Radeon Software panel (from the system tray), selecting the Hotkeys tab under Settings then changing or unbinding any conflicting hotkeys.
27
-
3) If a DirectX® 12 profile is missing GPU synchronization primitive data (i.e. signals and waits) on the Frame summary pane, please try running the included scripts\AddUserToGroup.bat batch file and then recapturing the profile. This batch file must be run as Administrator.
26
+
1) Some Radeon Software hotkeys may conflict with Radeon GPU Profiler shortcut keys. The Radeon Software hotkeys can be reconfigured by opening the Radeon Software panel (from the system tray), selecting the Hotkeys tab under Settings then changing or unbinding any conflicting hotkeys.
27
+
2) If a DirectX® 12 profile is missing GPU synchronization primitive data (i.e. signals and waits) on the Frame summary pane, please try running the included scripts\AddUserToGroup.bat batch file and then recapturing the profile. This batch file must be run as Administrator.
28
28
29
29
* Linux®
30
30
31
-
1) Installations of Ubuntu 20.04 or newer may have the RADV open source Vulkan driver installed by default on the system. As a result, after an amdgpu-pro driver install, the default Vulkan ICD may be the RADV ICD. In order to capture a profile, Vulkan applications must be using the amdgpu-pro Vulkan ICD. The default Vulkan ICD can be overridden by setting the following environment variable before launching a Vulkan application: VK_ICD_FILENAMES=/etc/vulkan/icd.d/amd_icd64.json
31
+
1) Installations of Ubuntu 20.04 or newer may have the RADV open source Vulkan® driver installed by default on the system. As a result, after an amdgpu-pro driver install, the default Vulkan ICD may be the RADV ICD. In order to capture a profile, Vulkan applications must be using the amdgpu-pro Vulkan ICD. The default Vulkan ICD can be overridden by setting the following environment variable before launching a Vulkan application: VK_ICD_FILENAMES=/etc/vulkan/icd.d/amd_icd64.json
32
32
33
-
* RDNA
33
+
* RDNA™
34
34
35
35
1) The Device configuration does not show the correct Work group processor per Shader engine for certain parts with harvested CUs.
36
36
@@ -42,6 +42,15 @@ Known Issues
42
42
Release Notes History
43
43
-------------------------------------
44
44
45
+
V2.2 Changes
46
+
-------------------------------------
47
+
48
+
1) Updated to use Qt 6.7.0
49
+
2) Fix a crash when loading a RADV-exported profile (https://github.com/GPUOpen-Tools/radeon_gpu_profiler/issues/98)
50
+
3) Enabling shader instrumentation (to support showing thread divergence in the ray tracing shader table UI) for Vulkan is now supported starting with 24.10-based drivers
51
+
4) Reduced profile load time for certain profiles, especially for those captured on RDNA 3 hardware
52
+
5) Bug/stability fixes
53
+
45
54
V2.1 Changes
46
55
-------------------------------------
47
56
@@ -79,7 +88,7 @@ V1.16 Changes
79
88
* Radeon GPU Profiler
80
89
81
90
1) Support for additional AMD RDNA 3 hardware
82
-
2) The vertical scroll bars in the ISA disassembly view (in Instruction timing and Pipeline state panes) now indicate the location of search matches and instruction latency hotspot
91
+
2) The vertical scroll bars in the ISA disassembly view (in the Instruction timing and Pipeline state panes) now indicate the location of search matches and instruction latency hotspot
83
92
3) Added support for showing the ray tracing pipeline in the Pipeline state pane for profiles generated by the RADV driver (the bulk of this work was implemented by the RADV team, but this RGP release contains some corresponding changes to support this)
84
93
4) The Output Merger (OM) Pipeline state pane now shows the Stencil reference value as part of the Depth/Stencil state
85
94
5) The Output Merger (OM) Pipeline state pane now shows the correct value for "Alpha to coverage enable" on recent hardware
0 commit comments