GPUOpen-Tools / radeon_compute_profiler

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
84 stars 19 forks source link

Remove RCP by script #6

Closed wei-yuan closed 6 years ago

wei-yuan commented 6 years ago

Hi, I had installed RCP using build_rcp.sh several weeks ago on my Ubuntu 16.04 pc Now, I want to reinstall it. Before that, I have to uninstall RCP. I've noticed that there is no uninstall shell script in RCP repo

My Question is

Is there any proper way to uninstall RCP?
Or I only can remove it manually?
But how? Thank you for your time

chesik-amd commented 6 years ago

RCP does not have any install/uninstall scripts. "build_rcp.sh" is the build script. You can execute "build_rcp.sh clean" to remove any artifacts from previous builds, and then you can execute the build script again to rebuild RCP.

wei-yuan commented 6 years ago

@chesik-amd Thank you for your clear and informative apply. Have a great day!