Skip to content
This repository was archived by the owner on Apr 30, 2020. It is now read-only.

Commit 7c01da1

Browse files
committed
Update to latest RCP release
1 parent 2e646b9 commit 7c01da1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CodeXL/Scripts/FetchDependencies.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
downloadMappingWin = {
2020
"https://github.com/GPUOpen-Tools/RGA/releases/download/1.0.0.0/rga-windows-x64-1.0.zip" : "../../Common/Lib/AMD/RGA/x64",
2121
"https://github.com/GPUOpen-Tools/RGA/releases/download/1.0.0.0/rga-windows-x86-1.0.zip" : "../../Common/Lib/AMD/RGA/x86",
22-
"https://github.com/GPUOpen-Tools/RCP/releases/download/v5.0preview/RadeonComputeProfiler.2017-05-02-v5.0.6383.zip" : "../../Common/Lib/AMD/RCP",
23-
"https://github.com/GPUOpen-Tools/RCP/releases/download/v5.0preview/RCPProfileDataParser.2017-05-02-v5.0.6383.zip" : "../../Common/Lib/AMD/RCP"
22+
"https://github.com/GPUOpen-Tools/RCP/releases/download/v5.0/RadeonComputeProfiler.2017-06-02-v5.0.6325.zip" : "../../Common/Lib/AMD/RCP",
23+
"https://github.com/GPUOpen-Tools/RCP/releases/download/v5.0/RCPProfileDataParser.2017-06-02-v5.0.6325.zip" : "../../Common/Lib/AMD/RCP"
2424
}
2525
downloadMappingLin = {
2626
"https://github.com/GPUOpen-Tools/RGA/releases/download/1.0.0.0/rga-linux-1.0.tgz" : "../../Common/Lib/AMD/RGA",
27-
"https://github.com/GPUOpen-Tools/RCP/releases/download/v5.0preview/RadeonComputeProfiler-v5.0.6304.tgz" : "../../Common/Lib/AMD/RCP",
28-
"https://github.com/GPUOpen-Tools/RCP/releases/download/v5.0preview/RCPProfileDataParser-v5.0.6304.tgz" : "../../Common/Lib/AMD/RCP"
27+
"https://github.com/GPUOpen-Tools/RCP/releases/download/v5.0/RadeonComputeProfiler-v5.0.6400.tgz" : "../../Common/Lib/AMD/RCP",
28+
"https://github.com/GPUOpen-Tools/RCP/releases/download/v5.0/RCPProfileDataParser-v5.0.6400.tgz" : "../../Common/Lib/AMD/RCP"
2929
}
3030

3131
# to allow the script to be run from anywhere - not just the cwd - store the absolute path to the script file

0 commit comments

Comments
 (0)