Help is available by moving the cursor above any symbol or by checking MAQAO website.
[ 0 / 9 ] Compilation options are not available
Compilation options are an important optimization leverage but ONE-View is not able to analyze them.
[ 4 / 4 ] Application profile is long enough (68.35 s)
To have good quality measurements, it is advised that the application profiling time is greater than 10 seconds.
[ 2 / 2 ] Application is correctly profiled ("Others" category represents 0 % of the execution time)
To have a representative profiling, it is advised that the category "Others" represents less than 20% of the execution time in order to analyze as much as possible of the user code
[ 4 / 4 ] Enough time of the experiment time spent in analyzed loops (99.93%)
If the time spent in analyzed loops is less than 30%, standard loop optimizations will have a limited impact on application performances.
[ 4 / 4 ] Loop profile is not flat
At least one loop coverage is greater than 4% (6.27%), representing an hotspot for the application
[ 4 / 4 ] Enough time of the experiment time spent in analyzed innermost loops (99.91%)
If the time spent in analyzed innermost loops is less than 15%, standard innermost loop optimizations such as vectorisation will have a limited impact on application performances.
[ 3 / 3 ] Less than 10% (0%) is spend in BLAS1 operations
It could be more efficient to inline by hand BLAS1 operations
[ 3 / 3 ] Cumulative Outermost/In between loops coverage (0.02%) lower than cumulative innermost loop coverage (99.91%)
Having cumulative Outermost/In between loops coverage greater than cumulative innermost loop coverage will make loop optimization more complex
[ 2 / 2 ] Less than 10% (0%) is spend in Libm/SVML (special functions)
[ 2 / 2 ] Less than 10% (0%) is spend in BLAS2 operations
BLAS2 calls usually could make a poor cache usage and could benefit from inlining.
Loop ID | Module | Analysis | Penalty Score | Coverage (%) | Vectorization Ratio (%) | Vector Length Use (%) |
---|---|---|---|---|---|---|
►181 | exec | Partial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access. | 192 | 6.27 | 30.64 | 20.05 |
○ | [SA] Presence of indirect accesses - Use array restructuring or gather instructions to lower the cost. There are 47 issues ( = indirect data accesses) costing 4 point each. | 188 | ||||
○ | [SA] Presence of constant non unit stride data access - Use array restructuring, perform loop interchange or use gather instructions to lower a bit the cost. There are 2 issues ( = data accesses) costing 2 point each. | 4 | ||||
►191 | exec | Partial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access. | 160 | 5.7 | 38.29 | 22.76 |
○ | [SA] Presence of indirect accesses - Use array restructuring or gather instructions to lower the cost. There are 35 issues ( = indirect data accesses) costing 4 point each. | 140 | ||||
○ | [SA] Presence of constant non unit stride data access - Use array restructuring, perform loop interchange or use gather instructions to lower a bit the cost. There are 10 issues ( = data accesses) costing 2 point each. | 20 | ||||
►333 | exec | Partial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access. | 106 | 5.63 | 41.89 | 34.13 |
○ | [SA] Presence of indirect accesses - Use array restructuring or gather instructions to lower the cost. There are 26 issues ( = indirect data accesses) costing 4 point each. | 104 | ||||
○ | [SA] Several paths (2 paths) - Simplify control structure or force the compiler to use masked instructions. There are 2 issues ( = paths) costing 1 point each. | 2 | ||||
►291 | exec | Partial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access. | 106 | 5.49 | 41.35 | 33.51 |
○ | [SA] Presence of indirect accesses - Use array restructuring or gather instructions to lower the cost. There are 26 issues ( = indirect data accesses) costing 4 point each. | 104 | ||||
○ | [SA] Several paths (2 paths) - Simplify control structure or force the compiler to use masked instructions. There are 2 issues ( = paths) costing 1 point each. | 2 | ||||
►173 | exec | Partial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access. | 38 | 5.46 | 11.58 | 13.88 |
○ | [SA] Presence of constant non unit stride data access - Use array restructuring, perform loop interchange or use gather instructions to lower a bit the cost. There are 14 issues ( = data accesses) costing 2 point each. | 28 | ||||
○ | [SA] Presence of indirect accesses - Use array restructuring or gather instructions to lower the cost. There are 2 issues ( = indirect data accesses) costing 4 point each. | 8 | ||||
○ | [SA] Several paths (2 paths) - Simplify control structure or force the compiler to use masked instructions. There are 2 issues ( = paths) costing 1 point each. | 2 | ||||
►340 | exec | Partial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access. | 64 | 4.84 | 35.92 | 21.36 |
○ | [SA] Presence of indirect accesses - Use array restructuring or gather instructions to lower the cost. There are 16 issues ( = indirect data accesses) costing 4 point each. | 64 | ||||
►307 | exec | Partial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access. | 64 | 4.83 | 35.29 | 21.08 |
○ | [SA] Presence of indirect accesses - Use array restructuring or gather instructions to lower the cost. There are 16 issues ( = indirect data accesses) costing 4 point each. | 64 | ||||
►153 | exec | Partial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access. | 124 | 4.69 | 41.56 | 24.11 |
○ | [SA] Presence of indirect accesses - Use array restructuring or gather instructions to lower the cost. There are 30 issues ( = indirect data accesses) costing 4 point each. | 120 | ||||
○ | [SA] Presence of constant non unit stride data access - Use array restructuring, perform loop interchange or use gather instructions to lower a bit the cost. There are 2 issues ( = data accesses) costing 2 point each. | 4 | ||||
►160 | exec | Partial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access. | 16 | 3.99 | 2.17 | 12.5 |
○ | [SA] Presence of indirect accesses - Use array restructuring or gather instructions to lower the cost. There are 2 issues ( = indirect data accesses) costing 4 point each. | 8 | ||||
○ | [SA] Presence of constant non unit stride data access - Use array restructuring, perform loop interchange or use gather instructions to lower a bit the cost. There are 3 issues ( = data accesses) costing 2 point each. | 6 | ||||
○ | [SA] Several paths (2 paths) - Simplify control structure or force the compiler to use masked instructions. There are 2 issues ( = paths) costing 1 point each. | 2 | ||||
►141 | exec | Partial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access. | 206 | 3.98 | 41.69 | 32.47 |
○ | [SA] Presence of indirect accesses - Use array restructuring or gather instructions to lower the cost. There are 48 issues ( = indirect data accesses) costing 4 point each. | 192 | ||||
○ | [SA] Presence of constant non unit stride data access - Use array restructuring, perform loop interchange or use gather instructions to lower a bit the cost. There are 5 issues ( = data accesses) costing 2 point each. | 10 | ||||
○ | [SA] Several paths (4 paths) - Simplify control structure or force the compiler to use masked instructions. There are 4 issues ( = paths) costing 1 point each. | 4 |