Signed-off-by: Nicholas Curtis <nicurtis@amd.com>
Этот коммит содержится в:
Nicholas Curtis
2023-06-06 12:25:40 -04:00
коммит произвёл Karl W. Schulz
родитель e8bceca531
Коммит 65d263b14e
+4 -3
Просмотреть файл
@@ -370,7 +370,7 @@ Standalone Roofline Options:
#### Roofline Only
The following example demonstrates profiling roofline data only:
```shell
```shell-session
$ omniperf profile --name vcopy --roof-only -- ./vcopy 1048576 256
Resolving rocprof
ROC Profiler: /usr/bin/rocprof
@@ -394,7 +394,8 @@ Checking for pmc_perf.csv in /home/colramos/GitHub/omniperf-pub/workloads/mix/m
Empirical Roofline PDFs saved!
```
An inspection of our workload output folder shows .pdf plots were generated successfully
```shell
```shell-session
$ ls workloads/vcopy/mi200/
total 176
drwxrwxr-x 3 colramos colramos 4096 Apr 11 17:18 .
drwxrwxr-x 3 colramos colramos 4096 Apr 11 17:15 ..
@@ -409,4 +410,4 @@ drwxrwxr-x 2 colramos colramos 4096 Apr 11 17:16 perfmon
```
A sample *empirRoof_gpu-ALL_fp32.pdf* looks something like this:
![Sample Standalone Roof Plot](images/sample-roof-plot.png)
![Sample Standalone Roof Plot](images/sample-roof-plot.png)