ROCm / rocprofiler

ROC profiler library. Profiling with perf-counters and derived metrics.
https://rocm.docs.amd.com/projects/rocprofiler/en/latest/
Other
115 stars 43 forks source link

Update env.cmake for consistency w/ CMakeLists #109

Closed mhalk closed 1 year ago

mhalk commented 1 year ago

This NFC will only change the name of an internal variable. FIND_AQL_PROFILE_LIB to AQLPROFILE_LIB However, this will increase consistency among three files: ./cmake_modules/env.cmake ./src/api/CMakeLists.txt ./src/tools/rocprofv2/CMakeLists.txt Which in turn will enable an externally provided -DAQLPROFILE_LIB= to avoid a build termination.