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

Extending OmniXXX to profile/trace EPYC CPUs #31

Open
drmichaelt7777 opened this issue Nov 15, 2022 · 1 comment
Open

Extending OmniXXX to profile/trace EPYC CPUs #31

drmichaelt7777 opened this issue Nov 15, 2022 · 1 comment

Comments

@drmichaelt7777
Copy link

Hello,

The functionality provided by the omniXXX packages could be extended to provide similar performance information on AMD EPYC CPUS. We are lacking tools to produce Roofline curves for EPYC DRAM/L3/L2/L1 curves. Although floating point (SP/DP) can be obtained with other synthetic benchmarks, cache hierarchy BW and latencies require specialized low-level instructions.

I am suggesting the omni tools to be extended to provide such information about the various AMD EPYC CPUs as well.

U can incorporate this functionality to AMDuProf or at least add L3 BWs (and latency) profiles.

thank you
Michael Thomadakis

@jrmadsen
Copy link

Omnitrace already has the capabilities to generate the roofline curves and collect the data. What's required is getting omniperf to read the output from omnitrace

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants