From 0c1cd7086472029daf3e676fe55cde39011e4de7 Mon Sep 17 00:00:00 2001 From: "Karl W. Schulz" Date: Fri, 4 Nov 2022 17:48:04 -0500 Subject: [PATCH] docs update: highlight location of example workload source code Signed-off-by: Karl W. Schulz --- src/docs/performance_analysis.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/docs/performance_analysis.md b/src/docs/performance_analysis.md index 4c41b61855..729ab64284 100644 --- a/src/docs/performance_analysis.md +++ b/src/docs/performance_analysis.md @@ -6,9 +6,16 @@ :maxdepth: 4 ``` -The [Omniperf](https://github.com/AMDResearch/omniperf) repository comes with a sample GPU compute workload, *vcopy*. This workload is used throughout the following sections to demonstrate the use of Omniperf in MI GPU performance analysis. +The [Omniperf](https://github.com/AMDResearch/omniperf) repository +includes source code for a sample GPU compute workload, +__vcopy.cpp__. A copy of this file is available in the `share/sample` +subdirectory after a normal Omniperf installation, or via the +`$OMNIPERF_SHARE/sample` directory when using the supplied modulefile. -Unless otherwise noted, the performance analysis is done on the MI200 platform. +A compiled version of this workload is used throughout the following +sections to demonstrate the use of Omniperf in MI GPU performance +analysis. Unless otherwise noted, the performance analysis is done on +the MI200 platform. ## Workload Compilation **vcopy compilation:**