Update docs and --help menu to reflect new vcopy usage
Signed-off-by: colramos-amd <colramos@amd.com>
[ROCm/rocprofiler-compute commit: f5b8cff990]
This commit is contained in:
@@ -52,11 +52,11 @@ def omniarg_parser(parser, omniperf_home, omniperf_version):
|
||||
|
||||
\n\n-------------------------------------------------------------------------------
|
||||
\nExamples:
|
||||
\n\tomniperf profile -n vcopy_all -- ./vcopy 1048576 256
|
||||
\n\tomniperf profile -n vcopy_SPI_TCC -b SQ TCC -- ./vcopy 1048576 256
|
||||
\n\tomniperf profile -n vcopy_kernel -k vecCopy -- ./vcopy 1048576 256
|
||||
\n\tomniperf profile -n vcopy_disp -d 0 -- ./vcopy 1048576 256
|
||||
\n\tomniperf profile -n vcopy_roof --roof-only -- ./vcopy 1048576 256
|
||||
\n\tomniperf profile -n vcopy_all -- ./vcopy -n 1048576 -b 256
|
||||
\n\tomniperf profile -n vcopy_SPI_TCC -b SQ TCC -- ./vcopy -n 1048576 -b 256
|
||||
\n\tomniperf profile -n vcopy_kernel -k vecCopy -- ./vcopy -n 1048576 -b 256
|
||||
\n\tomniperf profile -n vcopy_disp -d 0 -- ./vcopy -n 1048576 -b 256
|
||||
\n\tomniperf profile -n vcopy_roof --roof-only -- ./vcopy -n 1048576 -b 256
|
||||
\n-------------------------------------------------------------------------------\n
|
||||
""",
|
||||
prog="tool",
|
||||
|
||||
Reference in New Issue
Block a user