Skip to content

Commit d9e5a66

Browse files
authored
Update README.md
1 parent 6db23e4 commit d9e5a66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Omniperf-OpenMP/Fortran/1_collapse/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,8 @@ The number of active CUs is now close to 96.49% and the wavefront occupancy is i
172172
We can compare the performance of `problem` and `solution` using `omniperf analyze`:
173173

174174
```
175-
omniperf analyze -p ../workloads/problem/MI300A_A1/ -p workloads/solution/MI300A_A1/ --dispatch 3 --block 7.1.0 7.1.1 7.1.2 2.1.7 2.1.15
175+
cd ..
176+
omniperf analyze -p workloads/problem/MI300A_A1/ -p solution/workloads/solution/MI300A_A1/ --dispatch 3 --block 7.1.0 7.1.1 7.1.2 2.1.7 2.1.15
176177
```
177178

178179
```
@@ -237,7 +238,6 @@ Note that the new execution time for `solution` is reduced by 99.06% of the orig
237238
Run the following command to once again see a ranking of the top kernels that take up most of the runtime:
238239

239240
```
240-
cd ..
241241
omniperf analyze -p workloads/problem/MI300A_A1/ --list-stats
242242
```
243243

0 commit comments

Comments
 (0)