Added command-line argument to use rocscope instead of rocprof
Signed-off-by: coleramos425 <colramos@amd.com>
Этот коммит содержится в:
коммит произвёл
coleramos425
родитель
4075a05b94
Коммит
a09c720fe0
@@ -126,6 +126,16 @@ def parse(my_parser):
|
||||
help="\t\t\tProfile only the most time consuming kernels.",
|
||||
)
|
||||
|
||||
profile_group.add_argument(
|
||||
"-r",
|
||||
"--use-rocscope",
|
||||
required=False,
|
||||
default=False,
|
||||
action="store_true",
|
||||
dest="use_rocscope",
|
||||
help="\t\t\tUse rocscope for profiling",
|
||||
)
|
||||
|
||||
profile_group.add_argument(
|
||||
"-s",
|
||||
"--kernel-summaries",
|
||||
|
||||
Ссылка в новой задаче
Block a user