Got kernel summaries in rocscope integrated
Signed-off-by: coleramos425 <colramos@amd.com>
[ROCm/rocprofiler-compute commit: 9e12acf79c]
This commit is contained in:
کامیت شده توسط
coleramos425
والد
966e276118
کامیت
c0024696d4
@@ -125,6 +125,17 @@ def parse(my_parser):
|
||||
dest="lucky",
|
||||
help="\t\t\tProfile only the most time consuming kernels.",
|
||||
)
|
||||
|
||||
profile_group.add_argument(
|
||||
"-s",
|
||||
"--kernel-summaries",
|
||||
required=False,
|
||||
default=False,
|
||||
action="store_true",
|
||||
dest="summaries",
|
||||
help="\t\t\tCreate kernel summaries.",
|
||||
)
|
||||
|
||||
profile_group.add_argument(
|
||||
"-b",
|
||||
"--ipblocks",
|
||||
|
||||
مرجع در شماره جدید
Block a user