From b6e857a4ee4514161b5e9171816db079d3dd846e Mon Sep 17 00:00:00 2001 From: coleramos425 Date: Mon, 1 Apr 2024 14:18:22 -0500 Subject: [PATCH] Define a README for /src subdir Signed-off-by: coleramos425 [ROCm/rocprofiler-compute commit: 9403dce66740186dbd4e097e791f48f251579797] --- projects/rocprofiler-compute/src/README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 projects/rocprofiler-compute/src/README.md diff --git a/projects/rocprofiler-compute/src/README.md b/projects/rocprofiler-compute/src/README.md new file mode 100644 index 0000000000..dc3b92a4c4 --- /dev/null +++ b/projects/rocprofiler-compute/src/README.md @@ -0,0 +1,6 @@ +This directory contains all the source code files for the Omniperf project. +The top-level `omniperf` executable is the entry point and defines the flow for subsequent execution modes. + +To build Omniperf as a developer (from source) please add this directory to `PATH`. +You will find utilities and logic specific to Omniperf's different execution modes in their +respective subdirectories. \ No newline at end of file