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:
+1
-1
@@ -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,
|
||||
|
||||
Referencia en una nueva incidencia
Block a user