From 8a68762620df4d9ddb7a0d04eadb007b9d93ee15 Mon Sep 17 00:00:00 2001 From: "Karl W. Schulz" Date: Fri, 4 Nov 2022 17:00:35 -0500 Subject: [PATCH] minor edit for docs Signed-off-by: Karl W. Schulz [ROCm/rocprofiler-compute commit: 3c9a066579e58eff8eddcad68853fc418f898e2e] --- projects/rocprofiler-compute/src/docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler-compute/src/docs/installation.md b/projects/rocprofiler-compute/src/docs/installation.md index d1987f7669..5a5b83dd38 100644 --- a/projects/rocprofiler-compute/src/docs/installation.md +++ b/projects/rocprofiler-compute/src/docs/installation.md @@ -127,7 +127,7 @@ export PYTHONPATH=$INSTALL_DIR/python-libs ### rocProf -Omniperf uses the rocprof binary during the profiling +Omniperf relies on a rocprof binary during the profiling process. Normally the path to this binary will be detected automatically, but it can also be overridden via the use of an optional `ROCPROF` environment variable.