The Radeon Compute Profiler (RCP) is a performance analysis tool that gathers data from the API run-time and GPU for OpenCLâ„¢ and ROCm/HSA applications. This information can be used by developers to discover bottlenecks in the application and to find ways to optimize the application's performance.
MIT License
85
stars
19
forks
source link
Build Instructions - Linux - arguments to build_rcp.sh #33
I need to change the path to HSA. According to the build instructions for Linux it should be done with:
build_rcp.sh hsadir=/path/to/hsa
A few line below there is the following command:
make Dbg HSA_DIR=/home/user/hsa_dir
But nothing seem to work for me. What I am doing wrong?
Currently I changed the path in "Build/Linux/Common.mk". But I would like to use the argument to
build_rcp.sh
.