[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:
committed by
GitHub
parent
60b81681c0
commit
42cc721a4b
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user