Spatial multiplexing: part2, analysis (#542)

Co-authored-by: Yang Wang <ywang103@amd.com>


[ROCm/rocprofiler-compute commit: 808a9a79ed]
This commit is contained in:
ywang103-amd
2025-02-13 16:47:25 -05:00
committed by Vignesh Edithal
parent a36e280903
commit 952b675890
7 changed files with 202 additions and 17 deletions
@@ -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",