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: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,6 @@ The Radeon Memory Visualizer (RMV) is a software tool that will allow users to a
36
36
* AMD Ryzen™ Processors with AMD RDNA™ Architecture Graphics
37
37
38
38
## Supported Operating Systems
39
-
* Windows® 10
40
39
* Windows® 11
41
40
* Ubuntu® 24.04 LTS (Vulkan only)
42
41
* 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.
@@ -84,4 +83,4 @@ CMake is a registered trademark of Kitware, Inc.
84
83
Qt and the Qt logo are registered trademarks of the Qt Company Ltd and/or its subsidiaries worldwide.
## Copyright (c) 2020-2025 Advanced Micro Devices, Inc. All rights reserved.
3
+
## Copyright (c) 2020-2026 Advanced Micro Devices, Inc. All rights reserved.
4
4
## \author AMD Developer Tools Team
5
5
## \file
6
6
## \brief Script to perform all necessary pre build steps. This includes:
@@ -69,6 +69,7 @@
69
69
parser.add_argument("--clean", action="store_true", help="delete any directories created by this script")
70
70
parser.add_argument("--no-qt", action="store_true", help="build a headless version (not applicable for all products)")
71
71
parser.add_argument("--build-number", default="0", help="specify the build number, primarily to be used by build machines to produce versioned builds")
72
+
parser.add_argument("--package-suffix", default=None, help="specify a suffix to be added to the package name generated by CPack")
72
73
parser.add_argument("--update", action="store_true", help="Force fetch_dependencies script to update all dependencies")
73
74
parser.add_argument("--output", default=output_root, help="specify the output location for generated cmake and build output files (default = OS specific subdirectory of location of pre_build.py script)")
74
75
parser.add_argument("--build", action="store_true", help="build all supported configurations on completion of prebuild step")
0 commit comments