[rocprof-compute] remove references to --kernel-names (#1543)

* remove references to --kernel-names

* ruff format

* remove redundant comments

* update docs and roofline image

* added two output lines to docs
This commit is contained in:
jamessiddeley-amd
2025-11-10 11:47:39 -05:00
committed by GitHub
parent 60b81681c0
commit 42cc721a4b
8 changed files with 290 additions and 51 deletions
@@ -439,13 +439,6 @@ Examples:
type=int,
help="\t\t\tTarget GPU device ID. (DEFAULT: 0)",
)
roofline_group.add_argument(
"--kernel-names",
required=False,
default=False,
action="store_true",
help="\t\t\tInclude kernel names in roofline plot.",
)
roofline_group.add_argument(
"-R",
"--roofline-data-type",