Spatial multiplexing: part2, analysis (#542)
Co-authored-by: Yang Wang <ywang103@amd.com>
[ROCm/rocprofiler-compute commit: 808a9a79ed]
This commit is contained in:
committed by
Vignesh Edithal
parent
a36e280903
commit
952b675890
@@ -495,6 +495,14 @@ Examples:
|
||||
nargs="+",
|
||||
help="\t\tSpecify GPU id(s) for filtering.",
|
||||
)
|
||||
analyze_group.add_argument(
|
||||
"--spatial-multiplexing",
|
||||
dest="spatial_multiplexing",
|
||||
required=False,
|
||||
default=False,
|
||||
action="store_true",
|
||||
help="\t\t\tMode of spatial multiplexing.",
|
||||
)
|
||||
analyze_group.add_argument(
|
||||
"-o",
|
||||
"--output",
|
||||
|
||||
Reference in New Issue
Block a user