Skip to content

Commit 4e97dc2

Browse files
committed
Update release files for v1.1.1 release
1 parent 420e115 commit 4e97dc2

File tree

3 files changed

+22
-17
lines changed

3 files changed

+22
-17
lines changed

License.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Advanced Micro Devices, Inc.
3+
Copyright (c) 2022-2023 Advanced Micro Devices, Inc.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ CMake is a registered trademark of Kitware, Inc.
7373
Qt and the Qt logo are registered trademarks of the Qt Company Ltd and/or its subsidiaries worldwide.
7474

7575

76-
© 2022 Advanced Micro Devices, Inc. All rights reserved.
76+
© 2022-2023 Advanced Micro Devices, Inc. All rights reserved.

Release_Notes.txt

+20-15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
1-
Radeon Raytracing Analyzer V1.1 12/14/2022
2-
------------------------------------------
1+
Radeon Raytracing Analyzer V1.1.1 01/09/2023
2+
--------------------------------------------
3+
4+
V1.1.1 Changes
5+
------------------------------------
6+
1) Add support for fused instances.
7+
8+
Known Issues
9+
------------------------------------
10+
(1) When capturing raytracing applications, it is strongly recommended not to reuse buffers immediately after a DispatchRays() call, since the capture process can take quite a bit of time and this will lead to partially created BVH data being written out. This will show up in RRA as missing BLAS/TLAS data. The trace should still load but certain parts of the scene will be missing.
11+
(2) RRA is very memory-intensive, particularly for large scenes. To reduce the memory footprint as much as possible, please limit the number of concurrent instances of RRA. This will be dependent on the amount of video and system memory available, and in most uses-cases will not be an issue.
12+
(3) Radeon Developer Panel will NOT capture RRA traces from AMD multi-GPU configurations (e.g. two AMD GPUs). It will work with one AMD GPU and other non-AMD cards installed in the same machine. Please note that the primary monitor will need to be configured for the AMD GPU/monitor combination. For systems consisting of an AMD APU and AMD discrete GPU, capturing profiles should work, but an error may be logged in the Radeon Developer Panel regarding not being able to set peak clock mode. It is recommended that the GPU in the APU be disabled in the BIOS.
13+
(4) Radeon Developer Panel can only capture an RRA trace on a single AMD GPU at a time.
14+
(5) Radeon Developer Panel cannot capture RRA traces from non-AMD GPUs.
15+
(6) Unicode folders and filenames are currently not supported.
16+
(7) There is currently no default "Application 'up' axis" in the viewer panes. When loading or reloading RRA traces, orient your scene and press the "U" key to automatically set the up axis.
17+
18+
Release Notes History
19+
------------------------------------
320

421
V1.1 Changes
522
------------------------------------
@@ -17,19 +34,7 @@ V1.1 Changes
1734
7) 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.
1835
8) Bug/stability fixes.
1936

20-
Known Issues
21-
------------------------------------
22-
(1) When capturing raytracing applications, it is strongly recommended not to reuse buffers immediately after a DispatchRays() call, since the capture process can take quite a bit of time and this will lead to partially created BVH data being written out. This will show up in RRA as missing BLAS/TLAS data. The trace should still load but certain parts of the scene will be missing.
23-
(2) RRA is very memory-intensive, particularly for large scenes. To reduce the memory footprint as much as possible, please limit the number of concurrent instances of RRA. This will be dependent on the amount of video and system memory available, and in most uses-cases will not be an issue.
24-
(3) Radeon Developer Panel will NOT capture RRA traces from AMD multi-GPU configurations (e.g. two AMD GPUs). It will work with one AMD GPU and other non-AMD cards installed in the same machine. Please note that the primary monitor will need to be configured for the AMD GPU/monitor combination. For systems consisting of an AMD APU and AMD discrete GPU, capturing profiles should work, but an error may be logged in the Radeon Developer Panel regarding not being able to set peak clock mode. It is recommended that the GPU in the APU be disabled in the BIOS.
25-
(4) Radeon Developer Panel can only capture an RRA trace on a single AMD GPU at a time.
26-
(5) Radeon Developer Panel cannot capture RRA traces from non-AMD GPUs.
27-
(6) Unicode folders and filenames are currently not supported.
28-
(7) There is currently no default "Application 'up' axis" in the viewer panes. When loading or reloading RRA traces, orient your scene and press the "U" key to automatically set the up axis.
29-
30-
Release Notes History
31-
------------------------------------
32-
3337
V1.0
3438
------------------------------------
3539
This is the first public release of the Radeon Raytracing Analyzer.
40+

0 commit comments

Comments
 (0)