File tree 1 file changed +2
-2
lines changed
Omniperf-OpenMP/Fortran/1_collapse
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,8 @@ The number of active CUs is now close to 96.49% and the wavefront occupancy is i
172
172
We can compare the performance of ` problem ` and ` solution ` using ` omniperf analyze ` :
173
173
174
174
```
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
176
177
```
177
178
178
179
```
@@ -237,7 +238,6 @@ Note that the new execution time for `solution` is reduced by 99.06% of the orig
237
238
Run the following command to once again see a ranking of the top kernels that take up most of the runtime:
238
239
239
240
```
240
- cd ..
241
241
omniperf analyze -p workloads/problem/MI300A_A1/ --list-stats
242
242
```
243
243
You can’t perform that action at this time.
0 commit comments