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
As a preliminary step, make sure that you have the following installed on your system:
@@ -13,14 +14,14 @@ As a preliminary step, make sure that you have the following installed on your s
13
14
* Qt® 5 or above (5.15.2 is the default and recommended).
14
15
* Visual Studio® 2015 or above (2019 is the default).
15
16
16
-
Qt V5.15.2 can be installed using the Qt online installer available from the Qt 5.15.2 release page here: https://www.qt.io/blog/qt-5.15.2-released
17
-
As an alternative, the Qt 5.12.6 offline installer can be used here: https://download.qt.io/archive/qt/5.12/5.12.6/
17
+
Qt V5.15.2 can be installed using the Qt online installer available from the Qt 5.15.2 release page [here][qt-online].
18
+
As an alternative, the Qt 5.12.6 offline installer can be used [here][qt-offline].
18
19
Qt should be installed to the default location (C:\Qt\Qt5.xx.x).
19
20
Be sure to select msvc2017/msvc2019 64-bit during Qt installation, depending on the compiler you decide to use.
20
21
A reboot is required after Qt is installed.
21
22
22
-
CMake can be downloaded from (https://cmake.org/download/).
23
-
Python (V3.x) can be downloaded from (https://www.python.org/). To build the documentation from Visual Studio, the Sphinx Python Document Generator is needed.
23
+
CMake can be downloaded from [here](https://cmake.org/download/).
24
+
Python (V3.x) can be downloaded from [here](https://www.python.org/). To build the documentation from Visual Studio, the Sphinx Python Document Generator is needed.
24
25
This can be installed once Python is installed, as follows:
25
26
* Open a command prompt and navigate to the scripts folder in the python install folder. Then type these 2 commands:
26
27
* pip install -U sphinx
@@ -38,7 +39,7 @@ The Release and Debug builds of RMV will be available in the build/release and b
38
39
39
40
### Building on Ubuntu
40
41
Required dependencies can be installed as follows:
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,6 @@ The Radeon Memory Visualizer (RMV) is a software tool that will allow users to a
41
41
## Supported Operating Systems
42
42
* Windows® 10
43
43
* Windows® 11
44
-
* Ubuntu 20.04 LTS (Vulkan only)
45
44
* Ubuntu 22.04 LTS (Vulkan only)
46
45
47
46
Note: Before running RDP and capturing an RMV memory trace on Linux, be sure to make the necessary configuration changes by running the RDP setup.sh script each time the machine is rebooted. For more information, see the RDP documentation.
@@ -89,4 +88,4 @@ CMake is a registered trademark of Kitware, Inc.
89
88
Qt and the Qt logo are registered trademarks of the Qt Company Ltd and/or its subsidiaries worldwide.
Copy file name to clipboardExpand all lines: Release_Notes.txt
+18-13Lines changed: 18 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -1,30 +1,35 @@
1
-
Radeon™ Memory Visualizer V1.5 12-14-2022
1
+
Radeon™ Memory Visualizer V1.6 04-26-2023
2
2
-----------------------------------------
3
3
4
-
V1.5 Changes
4
+
V1.6 Changes
5
5
------------------------------------
6
-
1) Keyboard shortcuts added for all panes on the Welcome and Settings lists. Some keys have also been remapped to avoid conflict with the Adrenaline software. See the documentation or keyboard shortcuts pane for details.
7
-
2) Bug fixes.
6
+
1) Additional parameters added to the resource history table in the resource details pane.
7
+
2) Improved Device configuration reporting with newer trace files, including CPU and driver information.
8
+
3) Bug/stability fixes.
8
9
9
10
Known Issues
10
11
------------------------------------
11
12
12
13
(1a) More than a single active device at a time within a single application is not supported. In this case, only the first device will be traced.
13
14
(1b) More than a single Vulkan/DX12 process at a time is not supported. Only the first started application will be traced.
14
15
(2) In the Snapshots|Resource details pane, Physical memory mapped events may be shown before virtual allocate events.
15
-
(3) Some of the Pane navigation shortcuts may conflict with the keyboard shortcuts used by the Radeon Settings (such as ALT-R). It is recommended to remap the Radeon settings so they don't conflict.
16
-
(4) Some UI elements do not rescale properly when the OS's DPI scale settings are dynamically changed, or when dragging RMV between two monitors with different DPI scales. Close and re-open RMV to view at proper sizes.
17
-
(5) Running multiple instances of the Radeon Developer Panel is not supported.
18
-
(6) Sparse texture are not fully supported.
19
-
(7) When tracing an application that uses a launcher, or an application that creates multiple devices, it is possible that more than one trace file will be written to disk. In the case of the launcher, adding the launcher's executable name to the Blocked applications list in the Radeon Developer Panel should prevent multiple trace files. Restarting the Radeon Developer Panel may be required before attempting to trace again.
20
-
(8) If a memory dump is created by shutting down the application being traced and there are a large number of resource names, some names may not be included in the RMV file. The work-around is to use the Dump trace button in the Radeon Developer Panel and wait for the button to be disabled before shutting down the application. This gives the buffered names a chance to be processed.
21
-
(9) The Shader core clock frequency and Video memory clock frequency for memory traces captured on Linux may be incorrectly displayed as 0.
22
-
(10) The Device name may be blank for memory traces captured on Linux with some APUs.
23
-
(11) 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 memory trace, 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
16
+
(3) Some UI elements do not rescale properly when the OS's DPI scale settings are dynamically changed, or when dragging RMV between two monitors with different DPI scales. Close and re-open RMV to view at proper sizes.
17
+
(4) Running multiple instances of the Radeon Developer Panel is not supported.
18
+
(5) Sparse texture are not fully supported.
19
+
(6) When tracing an application that uses a launcher, or an application that creates multiple devices, it is possible that more than one trace file will be written to disk. In the case of the launcher, adding the launcher's executable name to the Blocked applications list in the Radeon Developer Panel should prevent multiple trace files. Restarting the Radeon Developer Panel may be required before attempting to trace again.
20
+
(7) If a memory dump is created by shutting down the application being traced and there are a large number of resource names, some names may not be included in the RMV file. The work-around is to use the Dump trace button in the Radeon Developer Panel and wait for the button to be disabled before shutting down the application. This gives the buffered names a chance to be processed.
21
+
(8) The Shader core clock frequency and Video memory clock frequency for memory traces captured on Linux may be incorrectly displayed as 0.
22
+
(9) The Device name may be blank for memory traces captured on Linux with some APUs.
23
+
(10) 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 memory trace, 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
24
24
25
25
Release Notes History
26
26
------------------------------------
27
27
28
+
V1.5 Changes
29
+
------------------------------------
30
+
1) Keyboard shortcuts added for all panes on the Welcome and Settings lists. Some keys have also been remapped to avoid conflict with the Adrenaline software. See the documentation or keyboard shortcuts pane for details.
31
+
2) Bug fixes.
32
+
28
33
V1.4.1 Changes
29
34
------------------------------------
30
35
1) Linux capture support (requires driver version 22.10 or higher).
0 commit comments