options

exec - 2024-02-21 21:57:05 - MAQAO 2.19.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 (%)
192execPartial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access.1326.3338.2922.76
[SA] Presence of indirect accesses - Use array restructuring or gather instructions to lower the cost. There are 28 issues ( = indirect data accesses) costing 4 point each.112
[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
153execPartial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access.1005.441.5624.11
[SA] Presence of indirect accesses - Use array restructuring or gather instructions to lower the cost. There are 22 issues ( = indirect data accesses) costing 4 point each.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 6 issues ( = data accesses) costing 2 point each.12
160execPartial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access.165.342.2712.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
180execPartial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access.1725.1830.6420.05
[SA] Presence of indirect accesses - Use array restructuring or gather instructions to lower the cost. There are 38 issues ( = indirect data accesses) costing 4 point each.152
[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
291execPartial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access.1064.3141.3533.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
340execPartial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access.644.2435.5821.27
[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
333execPartial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access.1064.2241.8934.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
306execPartial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access.644.1834.9521
[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
163execPartial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access.604.1336.2221.75
[SA] Presence of indirect accesses - Use array restructuring or gather instructions to lower the cost. There are 15 issues ( = indirect data accesses) costing 4 point each.60
293execPartial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access.203.4248.3937.19
[SA] Too many paths (16 paths) - Simplify control structure. There are 16 issues ( = paths) costing 1 point each with a malus of 4 points.20
Warning! Some static analysis are missing because the loop has too many paths. Use a higher value for --maximal_path_number option.0
×