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

Building RCP-5.6 - HSAFdnCommon misses "amd_hsa_tools_interfaces.h" #32

Closed justxi closed 2 years ago

justxi commented 5 years ago

I built RCP 5.6 against ROCm 2.6, which results in the missing header file "amd_hsa_tools_interfaces.h" while building the module "HSAFdnCommon".

Using the current state of the git repository does not result in a failure.

Can you point me to the change which resolves this problem?