Add docs for --quiet mode and update README

Signed-off-by: coleramos425 <colramos@amd.com>
This commit is contained in:
coleramos425
2024-05-09 14:36:45 +00:00
committed by Cole Ramos
parent 8bca70a6ef
commit 3ab51735b5
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
## General
Omniperf is a system performance profiling tool for machine
learning/HPC workloads running on AMD MI GPUs. The tool presently
targets usage on MI100 and MI200 accelerators.
targets usage on MI100, MI200, and MI300 accelerators.
* For more information on available features, installation steps, and
workload profiling and analysis, please refer to the online
+5
View File
@@ -142,6 +142,11 @@ GPU Device 2: Profiling...
GPU Device 3: Profiling...
...
```
```{tip}
To reduce verbosity of profiling output try the `--quiet` flag which will hide rocprofiler output and activate a progress bar.
```
You will notice two main stages in *default* Omniperf profiling.
1. The first stage collects all the counters needed for Omniperf analysis (omitting any filters you have provided).