options

bench_jastrow - 2023-06-14 21:53:39 - MAQAO 2.17.4

Help is available by moving the cursor above any symbol or by checking MAQAO website.

Stylizer  

[ 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 (174.8 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.45 % 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

Strategizer  

[ 0 / 4 ] Too little time of the experiment time spent in analyzed loops (13.62%)

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% (4.08%), representing an hotspot for the application

[ 0 / 4 ] Too little time of the experiment time spent in analyzed innermost loops (11.56%)

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 (2.06%) lower than cumulative innermost loop coverage (11.56%)

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.47%) 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.

Optimizer

Loop IDModuleAnalysisPenalty ScoreCoverage (%)Vectorization
Ratio (%)
Vector Length
Use (%)
266libqmckl.so.0Inefficient vectorization.424.08100100
[SA] Inefficient vectorization: more than 10% of the vector loads instructions are unaligned - When allocating arrays, don’t forget to align them. There are 13 issues ( = arrays) costing 2 points each26
[DA] Ratio time (ORIG)/time (DL1) is greater than 3 (5.70) - Perform blocking. Perform array restructuring. There are 1 issues (= non unit stride or indirect memory access) costing 2 point each, with an additional malus of 6 points due to the ORIG/DL1 ratio.8
[SA] Less than 10% of the FP ADD/SUB/MUL arithmetic operations are performed using FMA - Reorganize arithmetic expressions to exhibit potential for FMA. This issue costs 4 points.4
[SA] More than 20% of the loads are accessing the stack - Perform loop splitting to decrease pressure on registers. This issue costs 2 points.2
[SA] Presence of a large number of scalar integer instructions - Simplify loop structure, perform loop splitting or perform unroll and jam. This issue costs 2 points.2
[DA] The ratio FP/LS (floating point / memory accesses) is smaller than 0.8 (0.11) - Focus on optimizing data accesses.0
592libqmckl.so.0Partial or unexisting vectorization - No issue detected01.6558.9764.1
216libqmckl.so.0Partial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access.911.1121.4932.64
[SA] Too many paths (85 paths) - Simplify control structure. There are 85 issues ( = paths) costing 1 point each with a malus of 4 points.89
[SA] Non innermost loop (InBetween) - Collapse loop with innermost ones. This issue costs 2 points.2
Warning! Some static analysis are missing because the loop has too many paths. Use a higher value for --maximal_path_number option.0
220libqmckl.so.0Inefficient vectorization.150.98100100
[SA] Inefficient vectorization: more than 10% of the vector loads instructions are unaligned - When allocating arrays, don’t forget to align them. There are 3 issues ( = arrays) costing 2 points each6
[DA] Low iteration count (1 < 10) - Perform full unroll. Use compiler pragmas. Use PGO/FDO compiler options. Force compiler to use masked instructions. This issue costs 5 points.5
[SA] Less than 10% of the FP ADD/SUB/MUL arithmetic operations are performed using FMA - Reorganize arithmetic expressions to exhibit potential for FMA. This issue costs 4 points.4
Warning! There is no dynamic data for this loop. Some checks can not been performed.0
231libqmckl.so.0Partial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access.120.7342.8650
[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 6 issues ( = data accesses) costing 2 point each.12
543libqmckl.so.0Partial or unexisting vectorization - No issue detected00.697.6926.92
667libqmckl.so.0Inefficient vectorization.150.58100100
[DA] Ratio time (ORIG)/time (DL1) is greater than 3 (6.50) - Perform blocking. Perform array restructuring. There are 0 issues (= non unit stride or indirect memory access) costing 2 point each, with an additional malus of 7 points due to the ORIG/DL1 ratio.7
[SA] Less than 10% of the FP ADD/SUB/MUL arithmetic operations are performed using FMA - Reorganize arithmetic expressions to exhibit potential for FMA. This issue costs 4 points.4
[SA] Inefficient vectorization: more than 10% of the vector loads instructions are unaligned - When allocating arrays, don’t forget to align them. There are 2 issues ( = arrays) costing 2 points each4
[DA] Low iteration count (27 < 30) - Perform full unroll. Use compiler pragmas. Use PGO/FDO compiler options. Force compiler to use masked instructions.0
[DA] The ratio FP/LS (floating point / memory accesses) is smaller than 0.8 (0.14) - Focus on optimizing data accesses.0
630libqmckl.so.0Partial or unexisting vectorization - No issue detected00.558.9764.1
207libqmckl.so.0Partial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access.190.358.3326.04
[SA] Too many paths (13 paths) - Simplify control structure. There are 13 issues ( = paths) costing 1 point each with a malus of 4 points.17
[SA] Non innermost loop (InBetween) - Collapse loop with innermost ones. This issue costs 2 points.2
Warning! Some static analysis are missing because the loop has too many paths. Use a higher value for --maximal_path_number option.0
540libqmckl.so.0Partial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access.100.315.8826.29
[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
[SA] Non innermost loop (InBetween) - Collapse loop with innermost ones. This issue costs 2 points.2
×