ROCm / rocprofiler-compute

Advanced Profiling and Analytics for AMD Hardware
https://rocm.docs.amd.com/projects/omniperf/en/latest/
MIT License
135 stars 49 forks source link

SLES15-SP4 Support #109

Closed coleramos425 closed 1 year ago

coleramos425 commented 1 year ago

Add support for SLES15-SP4. There'll need to be some changes to add this in dectect_roofline() https://github.com/AMDResearch/omniperf/blob/9770396fa8d75e2d72ead30890cb9d232ff6ea4a/src/omniperf#L273-L290

In addition, modify the automatic build process that we use to create these roofline binaries. We may need to eventually create a test pipeline for this as well.

coleramos425 commented 1 year ago

Patch has been applied to the dev branch. Now I just need to do some testing to verify BW output from SP3 binary are still giving expected output on SP4.