You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when the roofline csv doesn't exist. At the very least we shouldn't always say it's top_kernels.csv or w/e, and say "no roofline detected". Arguably, this shouldn't be a warning at all as --no-roof is a valid use-case?
The text was updated successfully, but these errors were encountered:
Describe the bug
Digging a bit, it appears we're emitting this from here:
https://github.com/AMDResearch/omniperf/blob/bfef4200993f0110f45753f8f9c4a7810b83c6ff/src/utils/parser.py#L926
when the roofline csv doesn't exist. At the very least we shouldn't always say it's top_kernels.csv or w/e, and say "no roofline detected". Arguably, this shouldn't be a warning at all as --no-roof is a valid use-case?
The text was updated successfully, but these errors were encountered: