Skip to content

Commit 3f1cca7

Browse files
committed
Update documentation for v1.11 release
1 parent de5ef12 commit 3f1cca7

19 files changed

+77
-14
lines changed

BUILD.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Build instructions
22

3+
To build RMV from source, third party software will need to be installed on your system. A script may be provided that, when executed by you, automatically fetches and installs software onto your system, where such software originates from (a) elsewhere on your system, if such software is already present on your system, or (b) the internet, if such software is not already present on your system. BY EXECUTING THE SCRIPT AND INSTALLING THE THIRD PARTY SOFTWARE, YOU AGREE TO BE BOUND BY THE LICENSE AGREEMENT(S) APPLICABLE TO SUCH SOFTWARE. You agree to carefully review and abide by the terms and conditions of all license(s) that govern such software. You acknowledge and agree that AMD is not distributing to you any of such software and that you are solely responsible for the installation of such software on your system.
4+
35
### Download Source code
46

57
Clone the project radeon_memory_visualizer from github.com

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ The Radeon Memory Visualizer (RMV) is a software tool that will allow users to a
3737
* Windows® 10
3838
* Windows® 11
3939
* Ubuntu 22.04 LTS (Vulkan only)
40+
* Ubuntu 24.04 LTS (Vulkan only)
4041

4142
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.
4243

@@ -82,4 +83,4 @@ CMake is a registered trademark of Kitware, Inc.
8283
Qt and the Qt logo are registered trademarks of the Qt Company Ltd and/or its subsidiaries worldwide.
8384

8485

85-
© 2020-2023 Advanced Micro Devices, Inc. All rights reserved.
86+
© 2020-2024 Advanced Micro Devices, Inc. All rights reserved.

RELEASE_NOTES.txt

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
Radeon™ Memory Visualizer V1.10 07/01/2024
1+
Radeon™ Memory Visualizer V1.11 10/01/2024
22
------------------------------------------
33

4-
V1.10 Changes
4+
V1.11 Changes
55
------------------------------------
6-
1) Updated to use Qt 6.7.0.
7-
2) Show/hide usage types on the Resource usage size and Resource usage count timeline views.
8-
3) Bug/stability fixes.
6+
1) Dark mode user interface support, allowing the user to choose between a light and dark theme (or have RMV follow the OS theme setting).
7+
2) UI support for driver experiments.
8+
3) The "Device configuration" pane has been renamed to "System information."
9+
4) Bug/stability fixes.
910

1011
Known Issues
1112
------------------------------------
@@ -25,6 +26,12 @@ Known Issues
2526
Release Notes History
2627
------------------------------------
2728

29+
V1.10 Changes
30+
------------------------------------
31+
1) Updated to use Qt 6.7.0.
32+
2) Show/hide usage types on the Resource usage size and Resource usage count timeline views.
33+
3) Bug/stability fixes.
34+
2835
V1.9 Changes
2936
------------------------------------
3037
1) Improved resource list sorting.

documentation/source/conf.py

Lines changed: 2 additions & 2 deletions
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.10.0'
57+
version = u'1.11.0'
5858
# The full version, including alpha/beta/rc tags.
59-
release = u'1.10.0'
59+
release = u'1.11.0'
6060

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

documentation/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Supported graphics APIs, RDNA hardware, and operating systems
4545

4646
- Ubuntu® 22.04 LTS (Vulkan only)
4747

48+
- Ubuntu® 24.04 LTS (Vulkan only)
4849

4950

5051
DISCLAIMER
-40.7 KB
Binary file not shown.
38.7 KB
Loading
39 KB
Loading
9.17 KB
Loading
-2.39 KB
Loading

0 commit comments

Comments
 (0)