options

exec - 2024-04-27 04:00:39 - MAQAO 2.20.0

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

▼Optimizer

Loop IDAnalysisPenalty Score
►Loop 2 - exec+Execution Time: 87 % - Vectorization Ratio: 100.00 % - Vector Length Use: 46.20 %
►Loop Computation Issues+64
○[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 16 issues (= instructions) costing 4 points each.64
►Data Access Issues+11
○[SA] Inefficient vectorization: more than 10% of the vector loads instructions are unaligned - When allocating arrays, don’t forget to align them. There are 4 issues ( = arrays) costing 2 points each8
○[SA] Presence of special instructions executing on a single port (INSERT/EXTRACT) - Simplify data access and try to get stride 1 access. There are 3 issues (= instructions) costing 1 point each.3
►Inefficient Vectorization+5
○[SA] Presence of special instructions executing on a single port (INSERT/EXTRACT) - Simplify data access and try to get stride 1 access. There are 3 issues (= instructions) costing 1 point each.3
○[SA] Inefficient vectorization: use of masked instructions - Simplify control structure. The issue costs 2 points.2
○Loop 0 - execExecution Time: 0 % - Vectorization Ratio: 0.00 % - Vector Length Use: 6.25 %
►Loop 3 - exec+Execution Time: 0 % - Vectorization Ratio: 0.00 % - Vector Length Use: 6.25 %
►Loop Computation Issues+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
►Control Flow Issues+1
○[SA] Presence of calls - Inline either by compiler or by hand and use SVML for libm calls. There are 1 issues (= calls) costing 1 point each.1
►Data Access Issues+6
○[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
○[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
►Vectorization Roadblocks+5
○[SA] Presence of calls - Inline either by compiler or by hand and use SVML for libm calls. There are 1 issues (= calls) costing 1 point each.1
○[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
×