options

exec - 2024-02-22 06:45:48 - MAQAO 2.19.1

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

Stylizer  

[ 4 / 4 ] Application profile is long enough (202.96 s)

To have good quality measurements, it is advised that the application profiling time is greater than 10 seconds.

[ 3.00 / 3 ] Optimization level option is correctly used

[ 3.00 / 3 ] Most of time spent in analyzed modules comes from functions compiled with -g and -fno-omit-frame-pointer

-g option gives access to debugging informations, such are source locations. -fno-omit-frame-pointer improve the accuracy of callchains found during the application profiling.

[ 3.00 / 3 ] Architecture specific option -march=znver4 is used

[ 2 / 2 ] Application is correctly profiled ("Others" category represents 1.46 % 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

Optimizer

Loop IDModuleAnalysisPenalty ScoreCoverage (%)Vectorization
Ratio (%)
Vector Length
Use (%)
830execThe loop is fully and efficiently vectorized.027.82100100
Warning! There is no dynamic data for this loop. Some checks can not been performed.0
895execPartial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access.27.56012.5
[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
2748execPartial or unexisting vectorization - No issue detected05.411214
2304execPartial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access.301.5127.2715.91
[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 15 issues ( = data accesses) costing 2 point each.30
351execPartial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access.10001.25010
[SA] Too many paths (6561 paths) - Simplify control structure. There are 6561 issues ( = paths) costing 1 point, limited to 1000.1000
Warning! Some static analysis are missing because the loop has too many paths. Use a higher value for --maximal_path_number option.0
985execThe loop is fully and efficiently vectorized.00.39100100
Warning! There is no dynamic data for this loop. Some checks can not been performed.0
899execPartial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access.100.3911.1113.89
[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 5 issues ( = data accesses) costing 2 point each.10
582execThe loop is fully and efficiently vectorized.00.31100100
Warning! There is no dynamic data for this loop. Some checks can not been performed.0
990execInefficient vectorization.240.31100100
[SA] Presence of special instructions executing on a single port (SHUFFLE/PERM) - Simplify data access and try to get stride 1 access. There are 24 issues (= instructions) costing 1 point each.24
Warning! There is no dynamic data for this loop. Some checks can not been performed.0
894execPartial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access.360.26012.5
[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 18 issues ( = data accesses) costing 2 point each.36
×