FP8 roofline support (#592)

Adding FP8 datatype to roofline feature in rocprof-compute on MI300-based systems.
FP8 now shows in terminal output and roofline csv, and outputs a standalone PDF.

---------

Signed-off-by: Carrie Fallows <Carrie.Fallows@amd.com>
This commit is contained in:
cfallows-amd
2025-03-07 02:54:50 -05:00
committed by Vignesh Edithal
parent f64c83fc5e
commit 848fa1dc18
8 changed files with 42 additions and 18 deletions
+3 -3
View File
@@ -441,9 +441,9 @@ successfully.
.. note::
ROCm Compute Profiler generates two roofline outputs to organize results and reduce
clutter. One chart plots FP32/FP64 performance while the other plots I8/FP16
performance.
ROCm Compute Profiler generates three roofline outputs to organize results and reduce
clutter. One chart plots FP32/FP64 performance, one plots I8/FP16
performance, and the other plots FP8 performance.
The following image is a sample ``empirRoof_gpu-0_int8_fp16.pdf`` roofline
plot.