Skip to content

Commit 90cd16a

Browse files
committed
Update documentation for V2.5
1 parent 31591d7 commit 90cd16a

5 files changed

Lines changed: 24 additions & 13 deletions

File tree

RELEASE_NOTES.txt

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
Radeon™ GPU Profiler V2.4 03-11-2025
1+
Radeon™ GPU Profiler V2.5 06-17-2025
22
-------------------------------------
33

4-
V2.4 Changes
4+
V2.5 Changes
55
-------------------------------------
66

7-
1) Support for AMD RDNA™ 4 hardware (AMD Radeon RX 9000 Series)
8-
2) Support for additional AMD RDNA 3-based APUs
9-
3) Support for profiling non-frame-based pure compute DirectX® 12 and Vulkan® applications (requires a 24.30-based driver or newer)
10-
4) Support for profiling DirectML applications, including displaying driver-added user markers to show the category of any meta commands executed via the DirectML runtime (requires a 24.30-based driver or newer)
11-
5) Support for viewing ISA and Instruction timing data for sub-dispatches in Work Graphs applications (requires a 24.30-based driver or newer)
12-
6) The ISA views in the Pipeline state pane and in the Instruction timing pane will now show additional information in a tooltip when you hover the mouse over an instruction opcode
13-
7) The System information page will now display information about the installed driver (requires a 24.30-based driver or newer)
7+
1) Support for additional AMD RDNA™ 4 hardware
8+
2) Counter collection is now supported on AMD RDNA 3.5-based APUs (requires a 25.10-based driver or newer)
9+
3) Support for showing pipeline data in the Pipelines Overview pane for Work Graph pipelines (requires a 25.10-based driver or newer)
10+
4) Improved interoperability between Radeon GPU Profiler and Radeon GPU Analyzer for pipelines that contain multiple shaders (like some ray tracing and compute pipelines)
11+
5) Improved instruction latency tooltip in the Instruction timing pane
12+
6) Improved annotations on event names for DirectX® 12 events launched from ExecuteIndirect
13+
7) Improved loading performance for profiles with large number of events
1414
8) Bug/stability fixes
1515

1616
Known Issues
@@ -29,11 +29,10 @@ Known Issues
2929
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.
3030
3) The Driver information will not be displayed in the System information page for profiles from HIP or OpenCL applications.
3131
4) When using a 24.30-based driver, the L2 cache size reported in the System information page on RX 9000 Series GPUs will be incorrect for profiles from HIP or OpenCL applications.
32-
5) Some DirectX ray tracing profiles may show "Unknown" events for profiles captured on Radeon RX 9000 Series GPUs.
3332

3433
* Linux®
3534

36-
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.
35+
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.
3736

3837
* RDNA
3938

@@ -47,6 +46,18 @@ Known Issues
4746
Release Notes History
4847
-------------------------------------
4948

49+
V2.4 Changes
50+
-------------------------------------
51+
52+
1) Support for AMD RDNA 4 hardware (AMD Radeon RX 9000 Series)
53+
2) Support for additional AMD RDNA 3-based APUs
54+
3) Support for profiling non-frame-based pure compute DirectX 12 and Vulkan applications (requires a 24.30-based driver or newer)
55+
4) Support for profiling DirectML applications, including displaying driver-added user markers to show the category of any meta commands executed via the DirectML runtime (requires a 24.30-based driver or newer)
56+
5) Support for viewing ISA and Instruction timing data for sub-dispatches in Work Graphs applications (requires a 24.30-based driver or newer)
57+
6) The ISA views in the Pipeline state pane and in the Instruction timing pane will now show additional information in a tooltip when you hover the mouse over an instruction opcode
58+
7) The System information page will now display information about the installed driver (requires a 24.30-based driver or newer)
59+
8) Bug/stability fixes
60+
5061
V2.3 Changes
5162
-------------------------------------
5263

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
# built documents.
5757
#
5858
# The short X.Y version.
59-
version = u'2.4.0'
59+
version = u'2.5.0'
6060
# The full version, including alpha/beta/rc tags.
61-
release = u'2.4.0'
61+
release = u'2.5.0'
6262

6363
# The language for content autogenerated by Sphinx. Refer to documentation
6464
# for a list of supported languages.
-3.81 KB
Loading
1.82 KB
Loading
1.92 KB
Loading

0 commit comments

Comments
 (0)