Add datatypes for roofline profiling (#642)

Rebuild of rocm-amdgpu-bench roofline binaries for MI200/MI300 systems with rocm6.
Added datatype options to roofline feature.

---------

Signed-off-by: Carrie Fallows <Carrie.Fallows@amd.com>
Este commit está contenido en:
cfallows-amd
2025-03-26 21:07:48 -04:00
cometido por GitHub
padre 04f92b72a9
commit 6cb5bcdbe9
Se han modificado 10 ficheros con 31 adiciones y 25 borrados
+1 -1
Ver fichero
@@ -372,7 +372,7 @@ Examples:
"-R",
"--roofline-data-type",
required=False,
choices=["FP8", "FP16", "BF16", "FP32", "FP64", "I8"],
choices=["FP8", "FP16", "BF16", "FP32", "FP64", "I8", "I32", "I64"],
metavar="",
nargs="+",
type=str,