Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request roofline-only data files #281

Open
seanofthemillers opened this issue Feb 28, 2024 · 0 comments
Open

Request roofline-only data files #281

seanofthemillers opened this issue Feb 28, 2024 · 0 comments
Labels
enhancement New feature or request Profiling Related to the profiling done in Omniperf Roofline Related to Omniperf's Roofline Analysis

Comments

@seanofthemillers
Copy link

seanofthemillers commented Feb 28, 2024

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 and roofline.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.

@seanofthemillers seanofthemillers added the enhancement New feature or request label Feb 28, 2024
@coleramos425 coleramos425 added Profiling Related to the profiling done in Omniperf Roofline Related to Omniperf's Roofline Analysis labels Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Profiling Related to the profiling done in Omniperf Roofline Related to Omniperf's Roofline Analysis
Projects
None yet
Development

No branches or pull requests

2 participants