Skip to content

Commit 455cdd8

Browse files
committed
Updates for 2.14 release.
1 parent 42d411f commit 455cdd8

File tree

148 files changed

+347
-206
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

148 files changed

+347
-206
lines changed

README.md

Lines changed: 12 additions & 10 deletions

build/dependency_map.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@
3232

3333
github_mapping = {
3434
# Lib.
35-
"appsdk" : ["../external/appsdk", "master"],
36-
"common_lib_ext_boost_1.59" : ["../external/third_party/Boost", "master"],
37-
"cxxopts" : ["../external/third_party/cxxopts", "master"],
38-
"volk" : ["../external/third_party/volk", "master"],
35+
"appsdk" : ["../external/appsdk", "55a6940ebc963daec69152314a1bb94943287d4c"],
36+
"common_lib_ext_boost_1.59" : ["../external/third_party/Boost", "d50f858fdff41c549595bb1c84d236206d117772"],
37+
"cxxopts" : ["../external/third_party/cxxopts", "e725ea308468ab50751ba7f930842a4c061226e9"],
38+
"volk" : ["../external/third_party/volk", "eef21b173a78b4db96a7b13df9e096068c9bacd6"],
3939
# Src.
40-
"tsingleton" : ["../external/tsingleton", "master"],
41-
"common_src_miniz" : ["../external/miniz", "master"],
40+
"tsingleton" : ["../external/tsingleton", "d048b8fdea9d84e8939116a442ef70608189f6e2"],
41+
"common_src_miniz" : ["../external/miniz", "a958cde31565769681aa3d7934c3d38c52940f4e"],
4242
"dynamic_library_module" : ["../external/dynamic_library_module", "amd-rga-v2.7"],
43-
"device_info" : ["../external/device_info", "rga-v2.13"],
43+
"device_info" : ["../external/device_info", "rga-v2.14"],
4444
"update_check_api" : ["../external/update_check_api", "v2.1.1"],
4545
# Qt tools.
46-
"qt_common" : ["../external/qt_common", "v4.3.0"],
47-
"qt_isa_gui" : ["../external/qt_isa_gui", "v1.1.0"],
46+
"qt_common" : ["../external/qt_common", "v4.4.0"],
47+
"qt_isa_gui" : ["../external/qt_isa_gui", "v1.2.0"],
4848
}
740 Bytes
Binary file not shown.

documentation/RGA_RELEASE_NOTES.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
Radeon™ GPU Analyzer 2.13 Release Notes
1+
Radeon™ GPU Analyzer 2.14 Release Notes
22
=======================================
33
Highlights
44
==========
5-
-     Added support for the gfx1200 RDNA™ 4 architecture as a compilation target across all of RGA's modes.
6-
- The Binary Analysis mode now supports Vulkan mesh shading pipelines and Vulkan raytracing pre-compiled Code Objects.
7-
- All Vulkan offline modes (vk-offline, vk-spv-offline and vk-spv-txt-offline) now support mesh shading pipeline compilation.
8-
- Updated the Vulkan and OpenGL offline compilers.
9-
- Updated the following Vulkan tool dependencies: glslangValidator, spirv-as and spirv-dis (SPIRV-Tools v2024.4).
10-
- Updated the DXC front-end compiler to v1.8.2502.
5+
-     Analyze precompiled HIP GPU Code Object binaries for the MI-350 (gfx950 CDNA™ 4 architecture) with RGA's Binary Analysis mode.
6+
-     Compile and analyze OpenCL™ kernels for MI-350 (gfx950 CDNA™ 4 architecture).
7+
-     Added support for the gfx1153 as a compilation target across all RGA's modes.
118

129
Notes:
10+
- 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, live driver compilation of Vulkan pipelines using RGA is no longer supported with the latest drivers. For a limited transition period, RGA will still bundle the latest amdvlk64.so from the latest 25.10 amdgpu-pro driver release which can be used for reference. RGA will also continue to support Vulkan pipeline compilation on Linux through its offline Vulkan mode.
1311
- Clock cycle estimates are no longer presented by the upgraded ISA disassembly view in RGA GUI application.
1412
- The new disassembly view presents Functional Groups, leveraging the AMD GPU machine-readable ISA documentation.
1513
- For backward compatibility, the RGA CLI output presents Cycle estimates and Functional Unit fields similar to RGA 2.11.
@@ -40,6 +38,8 @@ DirectX 11 Mode
4038

4139
Vulkan Offline Modes (vk-offline, vk-spv-offline, vk-spv-txt-offline)
4240
---------------------------------------------------------------------
41+
- Vulkan offline modes will fail on Ubuntu 22.04. It will work as expected on Ubuntu 24.04.
42+
4343
SPIR-V support limitations:
4444
a. The Vulkan Offline modes currently only support the following SPIR-V capabilities:
4545
CapabilityMatrix

documentation/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
# built documents.
5858
#
5959
# The short X.Y version.
60-
version = '2.13.0'
60+
version = '2.14.0'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '2.13.0'
62+
release = '2.14.0'
6363

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

documentation/source/index.rst

Lines changed: 1 addition & 1 deletion

external/.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@ vulkan_offline/windows/amdllpc.exe filter=lfs diff=lfs merge=lfs -text
6565
dx12/agility_sdk/d3d12SDKLayers.dll filter=lfs diff=lfs merge=lfs -text
6666
lc/opencl/windows/lib/bitcode/opencl.bc filter=lfs diff=lfs merge=lfs -text
6767
lc/opencl/linux/lib/bitcode/opencl.bc filter=lfs diff=lfs merge=lfs -text
68-
lc/opencl/linux/bin/clang-18 filter=lfs diff=lfs merge=lfs -text
6968
vulkan/tools/windows/bin/glslangValidator.exe filter=lfs diff=lfs merge=lfs -text
69+
lc/opencl/linux/bin/clang-20 filter=lfs diff=lfs merge=lfs -text
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:971bbe86e91332474d3cfd912fa1fdce22bee56a9dd1a5055793bf5caac8c93a
3-
size 15935776
2+
oid sha256:ab048ab0e7c4159522e1e943e9ca3976bbcf574adf7565bccdf818539201de70
3+
size 19085744
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:d5b10b5c2d70721c561b53e8624e07326beca2853cd339424871be90c800560e
3-
size 15555072
2+
oid sha256:c21e7ad50a02e115862d5f169b2af7f05730bd82318aa08b91fb9d5a7a5195d3
3+
size 17569792

external/lc/opencl/linux/bin/clang-18

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)