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: BUILD.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,8 +33,15 @@ This can be installed once Python is installed, as follows:
33
33
* pip install -U sphinx
34
34
* pip install sphinx_rtd_theme
35
35
36
-
Run the python pre_build.py script in the build folder from a command prompt. If no command line options are provided, the defaults will be used (Qt 6.7.0 and Visual Studio 2022)
37
-
36
+
Run the python pre_build.py script from a command prompt. If no command line options are provided, the defaults will be used (Qt 6.7.0 and Visual Studio 2022)
37
+
```bash
38
+
python3 build\pre_build.py
39
+
```
40
+
or
41
+
```bash
42
+
cd build
43
+
python3 pre_build.py
44
+
```
38
45
Some useful options of the pre_build.py script:
39
46
* --vs <VisualStudioversion>: generate the solution files for a specific Visual Studio version. For example, to target Visual Studio 2017, add --vs 2017 to the command.
40
47
* --qt <path>: full path to the folder from where you would like the Qt binaries to be retrieved. By default, CMake would try to auto-detect Qt on the system.
@@ -73,8 +80,9 @@ XCB libraries are required for Qt v5 and above. These can be installed by using:
73
80
sudo apt-get install libxcb-cursor-dev
74
81
```
75
82
76
-
Run the python pre_build.py in the build folder.
83
+
Run the python pre_build.py script.
77
84
```bash
85
+
cd build
78
86
python3 pre_build.py
79
87
```
80
88
Or run the pre_build.py script with the -qt option to specify another version of Qt. For example:
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,8 +43,8 @@ to reduce performance bottlenecks.
43
43
## Supported Operating Systems
44
44
* Windows® 10
45
45
* Windows® 11
46
-
* Ubuntu 22.04 LTS (Vulkan only)
47
-
* Ubuntu 24.04 LTS (Vulkan only)
46
+
* Ubuntu® 24.04 LTS (Vulkan only)
47
+
* With the introduction of 25.20-based Linux drivers, the AMDVLK driver is no longer included in the amdgpu-pro driver package. This is a result of the AMDVLK open-source project being discontinued as mentioned [here](https://github.com/GPUOpen-Drivers/AMDVLK/discussions/416). Instead, the RADV open-source Vulkan® driver is installed by default. Consequently, the Radeon Developer Panel does not support capturing data from Vulkan applications when using these newer driver releases. To analyze Linux Vulkan workloads with Radeon GPU Profiler (RGP), Radeon Raytracing Analyzer (RRA), or Radeon Memory Visualizer (RMV), users can opt for a 25.10-based driver. Alternatively, analysis can be performed using the data capture mechanism integrated within the RADV driver, although this method is not supported by the Radeon Developer Panel. For more information on configuring RADV, refer to the environment variable documentation, specifically the [MESA_VK_TRACE_* environment variables](https://docs.mesa3d.org/envvars.html#envvar-MESA_VK_TRACE) which can be utilized for enabling and configuring tracing.
Copy file name to clipboardExpand all lines: RELEASE_NOTES.txt
+18-9Lines changed: 18 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,11 @@
1
-
Radeon Raytracing Analyzer V1.9 06/17/2025
2
-
------------------------------------------
1
+
Radeon Raytracing Analyzer V1.10
2
+
--------------------------------
3
3
4
-
V1.9 Changes
4
+
V1.10 Changes
5
5
------------------------------------
6
-
1) Addition of an index column to the BLAS/TLAS tables.
7
-
2) Change the heatmap grayscaling on the Ray Dispatches pane so it doesn't clash with the grayed out image when selecting a region.
8
-
3) Allow selecting the previous and next rays from the Dispatch coordinates table directly from the Ray Inspector pane.
9
-
4) Bug/stability fixes.
6
+
1) Uncheck checkboxes for disabled nodes in the BLAS/TLAS viewer treeviews.
7
+
2) Fix the triangle area calculation for very small triangles.
8
+
3) Bug/stability fixes.
10
9
11
10
Known Issues
12
11
------------------------------------
@@ -20,12 +19,22 @@ Known Issues
20
19
(8) The axis free camera does not properly "Jump to ray" when the view is reset with 'F' key press.
21
20
(9) Only the X dimension is captured for the applications that use indirect dispatches.
22
21
(10) The FOV and camera speed does not get properly transmitted when jumping from ray inspector to TLAS viewer via the links on the left panel.
23
-
(11) The ray dispatches feature is currently experimental on Linux and requires at least 16GB of system memory to work reliably in most cases.
24
-
(12) Please ensure to load RRA scenes on a machine with a similar GPU to the GPU that was used to capture the trace. Large scenes (those taken at 4K) typically require a large amount of video memory so may not load on lower end GPUs.
22
+
(11) Please ensure to load RRA scenes on a machine with a similar GPU to the GPU that was used to capture the trace. Large scenes (those taken at 4K) typically require a large amount of video memory so may not load on lower end GPUs.
23
+
(12) If any dispatches in the Dispatch list show as having malformed data in RRA, try increasing the Ray dispatch buffer size in the Radeon Developer Panel.
24
+
(13) The ray dispatches feature is currently experimental on Linux and requires at least 16GB of system memory to work reliably in most cases.
25
+
(14) With the introduction of 25.20-based Linux drivers, the AMDVLK driver is no longer included in the amdgpu-pro driver package. This is a result of the AMDVLK open-source project being discontinued as mentioned here (https://github.com/GPUOpen-Drivers/AMDVLK/discussions/416). Instead, the RADV open-source Vulkan® driver is installed by default. Consequently, the Radeon Developer Panel does not support capturing data from Vulkan applications when using these newer driver releases. To analyze Linux Vulkan workloads with Radeon GPU Profiler (RGP), Radeon Raytracing Analyzer (RRA), or Radeon Memory Visualizer (RMV), users can opt for a 25.10-based driver. Alternatively, analysis can be performed using the data capture mechanism integrated within the RADV driver, although this method is not supported by the Radeon Developer Panel. For more information on configuring RADV, refer to the environment variable documentation, specifically the MESA_VK_TRACE_* environment variables (https://docs.mesa3d.org/envvars.html#envvar-MESA_VK_TRACE) which can be utilized for enabling and configuring tracing.
26
+
(15) When using a 25.10-based driver or older: 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.
25
27
26
28
Release Notes History
27
29
------------------------------------
28
30
31
+
V1.9 Changes
32
+
------------------------------------
33
+
1) Addition of an index column to the BLAS/TLAS tables.
34
+
2) Change the heatmap grayscaling on the Ray Dispatches pane so it doesn't clash with the grayed out image when selecting a region.
35
+
3) Allow selecting the previous and next rays from the Dispatch coordinates table directly from the Ray Inspector pane.
Copy file name to clipboardExpand all lines: build/dependency_map.py
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,14 +22,16 @@
22
22
# each git dependency has a desired directory where it will be cloned - along with a commit to checkout
23
23
# The third parameter in the value field is whether to do a shallow clone. Usually, this will be True but if a commit hash is used as a branch, a full clone is needed.
Copy file name to clipboardExpand all lines: documentation/source/index.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,10 +43,10 @@ Supported graphics APIs, RDNA hardware, and operating systems
43
43
44
44
- Windows® 11
45
45
46
-
- Ubuntu® 22.04 LTS (Vulkan only)
47
-
48
46
- Ubuntu® 24.04 LTS (Vulkan only)
49
47
48
+
- With the introduction of 25.20-based Linux drivers, the AMDVLK driver is no longer included in the amdgpu-pro driver package. This is a result of the AMDVLK open-source project being discontinued as mentioned `here <https://github.com/GPUOpen-Drivers/AMDVLK/discussions/416>`_. Instead, the RADV open-source Vulkan® driver is installed by default. Consequently, the Radeon Developer Panel does not support capturing data from Vulkan applications when using these newer driver releases. To analyze Linux Vulkan workloads with Radeon GPU Profiler (RGP), Radeon Raytracing Analyzer (RRA), or Radeon Memory Visualizer (RMV), users can opt for a 25.10-based driver. Alternatively, analysis can be performed using the data capture mechanism integrated within the RADV driver, although this method is not supported by the Radeon Developer Panel. For more information on configuring RADV, refer to the environment variable documentation, specifically the `MESA_VK_TRACE_* environment variables <https://docs.mesa3d.org/envvars.html#envvar-MESA_VK_TRACE>`_ which can be utilized for enabling and configuring tracing.
49
+
50
50
DISCLAIMER
51
51
----------
52
52
The information contained herein is for informational purposes only, and is subject to change without notice. While every
0 commit comments