From 3ab51735b574bdd832b9aca2dbe09cc97ed0347f Mon Sep 17 00:00:00 2001 From: coleramos425 Date: Thu, 9 May 2024 14:36:45 +0000 Subject: [PATCH] Add docs for --quiet mode and update README Signed-off-by: coleramos425 --- README.md | 2 +- src/docs/profiling.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ebb874172b..efd82d76bf 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/docs/profiling.md b/src/docs/profiling.md index 27ec011233..97c18f362c 100644 --- a/src/docs/profiling.md +++ b/src/docs/profiling.md @@ -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).