options

exec - 2024-08-06 03:09:32 - MAQAO 2.20.5

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

▼Optimizer

Loop IDAnalysisPenalty Score
►Loop 5 - exec+Execution Time: 97 % - Vectorization Ratio: 100.00 % - Vector Length Use: 45.63 %
►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
○Number of DIV instructions: 8
Number of SQRT instructions: 8
►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
○Number of INSERT/EXTRACT instructions: 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
○Number of INSERT/EXTRACT instructions: 3
○[SA] Inefficient vectorization: use of masked instructions - Simplify control structure. The issue costs 2 points.2
►Loop 1 - exec+Execution Time: 0 % - Vectorization Ratio: 92.86 % - Vector Length Use: 46.88 %
►Data Access Issues+3
○[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 1 issues ( = data accesses) costing 2 point each.2
►+[SA] Presence of special instructions executing on a single port (BROADCAST) - Simplify data access and try to get stride 1 access. There are 1 issues (= instructions) costing 1 point each.1
○Number of YMM BROADCAST instructions: 1
►Vectorization Roadblocks+2
○[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 1 issues ( = data accesses) costing 2 point each.2
►Inefficient Vectorization+1
►+[SA] Presence of special instructions executing on a single port (BROADCAST) - Simplify data access and try to get stride 1 access. There are 1 issues (= instructions) costing 1 point each.1
○Number of YMM BROADCAST instructions: 1
►Loop 4 - exec+Execution Time: 0 % - Vectorization Ratio: 0.00 % - Vector Length Use: 6.82 %
►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+4
○[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 1 issues ( = data accesses) costing 2 point each.2
○[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+3
○[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 1 issues ( = data accesses) costing 2 point each.2
×