ROCm / roctracer

ROCm Tracer Callback/Activity Library for Performance tracing AMD GPUs
https://rocm.docs.amd.com/projects/roctracer/en/latest/
Other
64 stars 30 forks source link

Simplify finding the hip package #88

Open trixirt opened 11 months ago

trixirt commented 11 months ago

On Fedora, where hip is installed as an rpm, its cmake files can not be found and are reported as an error.

CMake Error at test/CMakeLists.txt:32 (find_package): No "FindHIP.cmake" found in CMAKE_MODULE_PATH.

This change treats hip as a the normal package.