options

exec - 2023-12-19 16:51:56 - MAQAO 2.18.1

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

Optimizer

Loop IDModuleAnalysisPenalty ScoreCoverage (%)Vectorization
Ratio (%)
Vector Length
Use (%)
258execPartial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access.989.2580.9595.77
[SA] Presence of expensive FP instructions - Perform hoisting, change algorithm, use SVML or proper numerical library or perform value profiling (count the number of distinct input values). There are 24 issues (= instructions) costing 4 points each.96
[SA] Inefficient vectorization: use of shorter than available vector length - Force compiler to use proper vector length. CAUTION: use of 512 bits vectors could be more expensive than 256 bits on some processors. Use intrinsics (costly and not portable). The issue costs 2 points.2
Warning! There is no dynamic data for this loop. Some checks can not been performed.0
789execPartial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access.48.94025
[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
254execPartial or unexisting vectorization - No issue detected08.8878.196.49
293execPartial or unexisting vectorization - No issue detected06.79025
332execPartial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access.366.5992.86100
[SA] Presence of expensive FP instructions - Perform hoisting, change algorithm, use SVML or proper numerical library or perform value profiling (count the number of distinct input values). There are 8 issues (= instructions) costing 4 points each.32
[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
210execPartial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access.10025.42024.17
[SA] Too many paths (at least 1000 paths) - Simplify control structure. There are at least 1000 issues ( = paths) costing 1 point.1000
[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
170execInefficient vectorization.165.03100100
[SA] Presence of expensive FP instructions - Perform hoisting, change algorithm, use SVML or proper numerical library or perform value profiling (count the number of distinct input values). There are 4 issues (= instructions) costing 4 points each.16
Warning! There is no dynamic data for this loop. Some checks can not been performed.0
205execPartial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access.10024.77024.17
[SA] Too many paths (at least 1000 paths) - Simplify control structure. There are at least 1000 issues ( = paths) costing 1 point.1000
[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
397execPartial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access.484.0998.18100
[SA] Presence of expensive FP instructions - Perform hoisting, change algorithm, use SVML or proper numerical library or perform value profiling (count the number of distinct input values). There are 12 issues (= instructions) costing 4 points each.48
Warning! There is no dynamic data for this loop. Some checks can not been performed.0
392execPartial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access.484.0997.67100
[SA] Presence of expensive FP instructions - Perform hoisting, change algorithm, use SVML or proper numerical library or perform value profiling (count the number of distinct input values). There are 12 issues (= instructions) costing 4 points each.48
Warning! There is no dynamic data for this loop. Some checks can not been performed.0
×