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
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ The Radeon Memory Visualizer (RMV) is a software tool that will allow users to a
31
31
* AMD Radeon RX 7000 series
32
32
* AMD Radeon RX 6000 series
33
33
* AMD Radeon RX 5000 series
34
-
* AMD Ryzen™ Processors with Radeon Graphics
34
+
* AMD Ryzen™ Processors with AMD RDNA™ Architecture Graphics
35
35
36
36
## Supported Operating Systems
37
37
* Windows® 10
@@ -42,9 +42,8 @@ The Radeon Memory Visualizer (RMV) is a software tool that will allow users to a
42
42
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.
43
43
44
44
## Required hardware for SAM (Smart access memory) support
45
-
* AMD Radeon RX 7000 series
46
-
* AMD Radeon RX 6000 series
47
-
* AMD Ryzen 5000 and higher series processors with Radeon Graphics
45
+
* AMD Radeon RX 6000 series or higher
46
+
* AMD Ryzen 5000 and higher series processors with AMD RDNA Architecture Graphics
Copy file name to clipboardExpand all lines: build/pre_build.py
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@
69
69
parser.add_argument("--no-qt", action="store_true", help="build a headless version (not applicable for all products)")
70
70
parser.add_argument("--build-number", default="0", help="specify the build number, primarily to be used by build machines to produce versioned builds")
71
71
parser.add_argument("--update", action="store_true", help="Force fetch_dependencies script to update all dependencies")
72
-
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 PreBuild.py script)")
72
+
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)")
73
73
parser.add_argument("--build", action="store_true", help="build all supported configurations on completion of prebuild step")
74
74
parser.add_argument("--build-jobs", default="16", help="number of simultaneous jobs to run during a build (default = 16)")
75
75
parser.add_argument("--analyze", action="store_true", help="perform static analysis of code on build (currently VS2017 only)")
0 commit comments