ROCm / rocprofiler-compute

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

Fix crash when loading web UI roofline for gfx942 #479

Closed benrichard-amd closed 1 week ago

benrichard-amd commented 1 week ago

An exception was thrown when loading the roofline chart in the Web UI for MI300.

Missing parameter when calling Roofline constructor, which caused the 3rd parameter to use a default value of None, resulting in an exception later in the code.