Request roofline-only data files #281
Labels
enhancement
New feature or request
Profiling
Related to the profiling done in Omniperf
Roofline
Related to Omniperf's Roofline Analysis
Is your feature request related to a problem? Please describe.
A common issue in generating roofline plots is labeling. Kokkos and RAJA codes tend to have large naming schemes tied to their kernels, which is not treated especially well with omniperf's plotter (for obvious reasons). E.g.:
kernelName_legend.pdf
Describe the solution you'd like
As a workaround, it would be nice to be able to get the raw data used to generate the roofline plot so that users can customize the plotting process. We can see from the data directory that we have the
pmc_perf.csv
androofline.csv
data files, but it is unclear how a build the roofline plot given the raw data/counters in these files.If possible, can a csv file be generated for each roofline plot that gets generated with kernel names, AI/GFLOPs data, and roofline data so that a user can rebuild the plots separately from omniperf.
The text was updated successfully, but these errors were encountered: