* Add install into CMakeLists.txt file- resolves 'no hip module' issues. * Readd printout line for peak VALU during benchmarking removed on accident in a different commit. * Add CHANGELOG entry for commit 2bfa9a4 ("Integrate roofline benchmark into rocprof-compute (#2015)") Signed-off-by: Carrie Fallows <Carrie.Fallows@amd.com> * Run formatter checks on rocprof-compute to clear PR checks Signed-off-by: Carrie Fallows <Carrie.Fallows@amd.com> * Update benchmark.py link in changelog Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Apply suggestions to CHANGELOG from code review Co-authored-by: Pratik Basyal <pratik.basyal@amd.com> --------- Signed-off-by: Carrie Fallows <Carrie.Fallows@amd.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Pratik Basyal <pratik.basyal@amd.com>
2bfa9a4
* Add exception handling for native tool path search * Fix formatting in roofline benchmark code * Fix detection of .so files * include hip code and native tool code in standalone binary * add fallback path for ROCM_PATH
--------- Co-authored-by: Fei Zheng <44449748+feizheng10@users.noreply.github.com>