[rocprofiler-compute] Standalone roofline should create HTML instead of PDF (#2535)

* Standalone roofline should create HTML instead of PDF

* Eiminate the dependency on kaleido and plotly_get_chrome by moving
  towards plotly native HTML image roofline chart generation

* Address review comments
Этот коммит содержится в:
vedithal-amd
2026-01-09 09:05:49 -05:00
коммит произвёл GitHub
родитель be375c2dbf
Коммит 51ba3c3a53
9 изменённых файлов: 43 добавлений и 55 удалений
+2 -2
Просмотреть файл
@@ -501,7 +501,7 @@ Examples:
type=str,
default=["FP32"],
help=(
"\t\t\tChoose datatypes to view roofline PDFs for: (DEFAULT: FP32)\n"
"\t\t\tChoose datatypes to view roofline HTMLs for: (DEFAULT: FP32)\n"
"\t\t\t FP4\n"
"\t\t\t FP6\n"
"\t\t\t FP8\n"
@@ -692,7 +692,7 @@ Examples:
type=str,
default=["FP32"],
help=(
"\t\tChoose datatypes to view roofline PDFs for: (DEFAULT: FP32)\n"
"\t\tChoose datatypes to view roofline HTMLs for: (DEFAULT: FP32)\n"
"\t\t\t FP4\n"
"\t\t\t FP6\n"
"\t\t\t FP8\n"