This repository was archived by the owner on Apr 30, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ CodeXL uses
2020* Radeon Graphics Analyzer for analyzing Shaders and OpenCL Kernels. See https://github.com/GPUOpen-Tools/RGA .
2121To fetch these command line tools run the following command:
2222``` bash
23- python fetch_dependencies .py
23+ python CodeXL/Scripts/FetchDependencies .py
2424```
2525
2626## Windows
Original file line number Diff line number Diff line change 1717# key = GitHub release link
1818# value = location
1919downloadMappingWin = {
20- "https://github.com/GPUOpen-Tools/RGA/releases/download/1.0.0.0/rga-windows-x64-1.0.zip" : "./Common/Lib/AMD/RGA/x64" ,
21- "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"
20+ "https://github.com/GPUOpen-Tools/RGA/releases/download/1.0.0.0/rga-windows-x64-1.0.zip" : "../.. /Common/Lib/AMD/RGA/x64" ,
21+ "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"
2424}
2525downloadMappingLin = {
26- "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"
26+ "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"
2929}
3030
3131# to allow the script to be run from anywhere - not just the cwd - store the absolute path to the script file
You can’t perform that action at this time.
0 commit comments