options

xy_model - 2026-06-19 16:59:50 - MAQAO 2026.0.1

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

  • run_0
  • run_1
  • run_2
  • run_3
  • run_4
  • run_5
  • run_6
  • run_7
  • run_8

Experiment Quality  

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

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

[ 3 / 3 ] Most of time spent in analyzed modules comes from functions with source/debug info

-g option gives access to debugging informations, such are source locations.

[ 0 / 3 ] Compilation of some functions is not optimized for the target processor

Application run on the GRANITE_RAPIDS micro-architecture while the code was specialized for graniterapids.

[ 3 / 3 ] Most of time spent in analyzed modules comes from functions with compilation options informations and -fno-omit-frame-pointer is present

-fno-omit-frame-pointer improves the accuracy of callchains found during the application profiling.

[ 3 / 3 ] Optimization level option is correctly used

[ 3 / 3 ] Host configuration allows retrieval of all necessary metrics.

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

[ 1 / 1 ] Lstopo present. The Topology lstopo report will be generated.

Code Quality  

[ 4 / 4 ] Enough time of the experiment time spent in analyzed loops (43.96%)

If the time spent in analyzed loops is less than 30%, standard loop optimizations will have a limited impact on application performances.

[ 4 / 4 ] Threads activity is good

On average, more than 99.72% of observed threads are actually active

[ 4 / 4 ] CPU activity is good

CPU cores are active 99.72% of time

[ 4 / 4 ] Loop profile is not flat

At least one loop coverage is greater than 4% (16.14%), representing an hotspot for the application

[ 4 / 4 ] Enough time of the experiment time spent in analyzed innermost loops (27.80%)

If the time spent in analyzed innermost loops is less than 15%, standard innermost loop optimizations such as vectorisation will have a limited impact on application performances.

[ 4 / 4 ] Affinity is good (99.94%)

Threads are not migrating to CPU cores: probably successfully pinned

[ 3 / 3 ] Less than 10% (0.00%) is spend in BLAS1 operations

It could be more efficient to inline by hand BLAS1 operations

[ 3 / 3 ] Functions mostly use all threads

Functions running on a reduced number of threads (typically sequential code) cover less than 10% of application walltime (0.00%)

[ 3 / 3 ] Cumulative Outermost/In between loops coverage (16.16%) lower than cumulative innermost loop coverage (27.80%)

Having cumulative Outermost/In between loops coverage greater than cumulative innermost loop coverage will make loop optimization more complex

[ 2 / 2 ] Less than 10% (0.00%) is spend in BLAS2 operations

BLAS2 calls usually could make a poor cache usage and could benefit from inlining.

[ 0 / 2 ] More than 10% (53.23%) is spend in Libm/SVML (special functions)

The application is heavily using special math functions (powers, exp, sin etc…) proper library version have to be used. Exact accuracy needs have to be evaluated. Perform input value profiling, first count how many different input values.

Loops Overview

Loop IDAnalysisPenalty Score
Loop 17 - xy_model+Execution Time: 16 % - Vectorization Ratio: 11.05 % - Vector Length Use: 13.55 %
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+155
[SA] Presence of calls - Inline either by compiler or by hand and use SVML for libm calls. There are 4 issues (= calls) costing 1 point each.4
[SA] Too many paths (145 paths) - Simplify control structure. There are 145 issues ( = paths) costing 1 point each with a malus of 4 points.149
[SA] Non innermost loop (InBetween) - Collapse loop with innermost ones. This issue costs 2 points.2
Data Access Issues+9
[SA] Presence of special instructions executing on a single port (INSERT/EXTRACT, BLEND/MERGE) - Simplify data access and try to get stride 1 access. There are 7 issues (= instructions) costing 1 point each.7
[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+155
[SA] Presence of calls - Inline either by compiler or by hand and use SVML for libm calls. There are 4 issues (= calls) costing 1 point each.4
[SA] Too many paths (145 paths) - Simplify control structure. There are 145 issues ( = paths) costing 1 point each with a malus of 4 points.149
[SA] Non innermost loop (InBetween) - Collapse loop with innermost ones. This issue costs 2 points.2
Inefficient Vectorization+7
[SA] Presence of special instructions executing on a single port (INSERT/EXTRACT, BLEND/MERGE) - Simplify data access and try to get stride 1 access. There are 7 issues (= instructions) costing 1 point each.7
Loop 10 - xy_modelExecution Time: 4 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 14 - xy_modelExecution Time: 4 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 12 - xy_modelExecution Time: 3 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 9 - xy_modelExecution Time: 3 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 15 - xy_modelExecution Time: 2 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 11 - xy_modelExecution Time: 2 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 13 - xy_modelExecution Time: 2 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 16 - xy_modelExecution Time: 2 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 22 - xy_modelExecution Time: 0 % - Vectorization Ratio: 100.00 % - Vector Length Use: 50.00 %

Experiment Quality  

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

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

[ 3 / 3 ] Most of time spent in analyzed modules comes from functions with source/debug info

-g option gives access to debugging informations, such are source locations.

[ 0 / 3 ] Compilation of some functions is not optimized for the target processor

Application run on the GRANITE_RAPIDS micro-architecture while the code was specialized for graniterapids.

[ 3 / 3 ] Most of time spent in analyzed modules comes from functions with compilation options informations and -fno-omit-frame-pointer is present

-fno-omit-frame-pointer improves the accuracy of callchains found during the application profiling.

[ 3 / 3 ] Optimization level option is correctly used

[ 3 / 3 ] Host configuration allows retrieval of all necessary metrics.

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

[ 1 / 1 ] Lstopo present. The Topology lstopo report will be generated.

Code Quality  

[ 4 / 4 ] Enough time of the experiment time spent in analyzed loops (43.57%)

If the time spent in analyzed loops is less than 30%, standard loop optimizations will have a limited impact on application performances.

[ 4 / 4 ] Threads activity is good

On average, more than 198.89% of observed threads are actually active

[ 4 / 4 ] CPU activity is good

CPU cores are active 99.36% of time

[ 4 / 4 ] Loop profile is not flat

At least one loop coverage is greater than 4% (15.75%), representing an hotspot for the application

[ 4 / 4 ] Enough time of the experiment time spent in analyzed innermost loops (27.80%)

If the time spent in analyzed innermost loops is less than 15%, standard innermost loop optimizations such as vectorisation will have a limited impact on application performances.

[ 4 / 4 ] Affinity is good (99.97%)

Threads are not migrating to CPU cores: probably successfully pinned

[ 3 / 3 ] Less than 10% (0.00%) is spend in BLAS1 operations

It could be more efficient to inline by hand BLAS1 operations

[ 3 / 3 ] Functions mostly use all threads

Functions running on a reduced number of threads (typically sequential code) cover less than 10% of application walltime (0.00%)

[ 3 / 3 ] Cumulative Outermost/In between loops coverage (15.77%) lower than cumulative innermost loop coverage (27.80%)

Having cumulative Outermost/In between loops coverage greater than cumulative innermost loop coverage will make loop optimization more complex

[ 2 / 2 ] Less than 10% (0.00%) is spend in BLAS2 operations

BLAS2 calls usually could make a poor cache usage and could benefit from inlining.

[ 0 / 2 ] More than 10% (52.77%) is spend in Libm/SVML (special functions)

The application is heavily using special math functions (powers, exp, sin etc…) proper library version have to be used. Exact accuracy needs have to be evaluated. Perform input value profiling, first count how many different input values.

Loops Overview

Loop IDAnalysisPenalty Score
Loop 17 - xy_model+Execution Time: 15 % - Vectorization Ratio: 11.05 % - Vector Length Use: 13.55 %
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+155
[SA] Presence of calls - Inline either by compiler or by hand and use SVML for libm calls. There are 4 issues (= calls) costing 1 point each.4
[SA] Too many paths (145 paths) - Simplify control structure. There are 145 issues ( = paths) costing 1 point each with a malus of 4 points.149
[SA] Non innermost loop (InBetween) - Collapse loop with innermost ones. This issue costs 2 points.2
Data Access Issues+9
[SA] Presence of special instructions executing on a single port (INSERT/EXTRACT, BLEND/MERGE) - Simplify data access and try to get stride 1 access. There are 7 issues (= instructions) costing 1 point each.7
[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+155
[SA] Presence of calls - Inline either by compiler or by hand and use SVML for libm calls. There are 4 issues (= calls) costing 1 point each.4
[SA] Too many paths (145 paths) - Simplify control structure. There are 145 issues ( = paths) costing 1 point each with a malus of 4 points.149
[SA] Non innermost loop (InBetween) - Collapse loop with innermost ones. This issue costs 2 points.2
Inefficient Vectorization+7
[SA] Presence of special instructions executing on a single port (INSERT/EXTRACT, BLEND/MERGE) - Simplify data access and try to get stride 1 access. There are 7 issues (= instructions) costing 1 point each.7
Loop 10 - xy_modelExecution Time: 4 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 14 - xy_modelExecution Time: 4 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 12 - xy_modelExecution Time: 3 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 9 - xy_modelExecution Time: 3 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 15 - xy_modelExecution Time: 2 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 13 - xy_modelExecution Time: 2 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 11 - xy_modelExecution Time: 2 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 16 - xy_modelExecution Time: 2 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 22 - xy_modelExecution Time: 0 % - Vectorization Ratio: 100.00 % - Vector Length Use: 50.00 %

Experiment Quality  

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

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

[ 3 / 3 ] Most of time spent in analyzed modules comes from functions with source/debug info

-g option gives access to debugging informations, such are source locations.

[ 0 / 3 ] Compilation of some functions is not optimized for the target processor

Application run on the GRANITE_RAPIDS micro-architecture while the code was specialized for graniterapids.

[ 3 / 3 ] Most of time spent in analyzed modules comes from functions with compilation options informations and -fno-omit-frame-pointer is present

-fno-omit-frame-pointer improves the accuracy of callchains found during the application profiling.

[ 3 / 3 ] Optimization level option is correctly used

[ 3 / 3 ] Host configuration allows retrieval of all necessary metrics.

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

[ 1 / 1 ] Lstopo present. The Topology lstopo report will be generated.

Code Quality  

[ 4 / 4 ] Enough time of the experiment time spent in analyzed loops (43.15%)

If the time spent in analyzed loops is less than 30%, standard loop optimizations will have a limited impact on application performances.

[ 4 / 4 ] Threads activity is good

On average, more than 395.36% of observed threads are actually active

[ 4 / 4 ] CPU activity is good

CPU cores are active 98.77% of time

[ 4 / 4 ] Loop profile is not flat

At least one loop coverage is greater than 4% (15.74%), representing an hotspot for the application

[ 4 / 4 ] Enough time of the experiment time spent in analyzed innermost loops (27.38%)

If the time spent in analyzed innermost loops is less than 15%, standard innermost loop optimizations such as vectorisation will have a limited impact on application performances.

[ 4 / 4 ] Affinity is good (99.94%)

Threads are not migrating to CPU cores: probably successfully pinned

[ 3 / 3 ] Less than 10% (0.00%) is spend in BLAS1 operations

It could be more efficient to inline by hand BLAS1 operations

[ 3 / 3 ] Functions mostly use all threads

Functions running on a reduced number of threads (typically sequential code) cover less than 10% of application walltime (0.00%)

[ 3 / 3 ] Cumulative Outermost/In between loops coverage (15.77%) lower than cumulative innermost loop coverage (27.38%)

Having cumulative Outermost/In between loops coverage greater than cumulative innermost loop coverage will make loop optimization more complex

[ 2 / 2 ] Less than 10% (0.00%) is spend in BLAS2 operations

BLAS2 calls usually could make a poor cache usage and could benefit from inlining.

[ 0 / 2 ] More than 10% (51.73%) is spend in Libm/SVML (special functions)

The application is heavily using special math functions (powers, exp, sin etc…) proper library version have to be used. Exact accuracy needs have to be evaluated. Perform input value profiling, first count how many different input values.

Loops Overview

Loop IDAnalysisPenalty Score
Loop 17 - xy_model+Execution Time: 15 % - Vectorization Ratio: 11.05 % - Vector Length Use: 13.55 %
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+155
[SA] Presence of calls - Inline either by compiler or by hand and use SVML for libm calls. There are 4 issues (= calls) costing 1 point each.4
[SA] Too many paths (145 paths) - Simplify control structure. There are 145 issues ( = paths) costing 1 point each with a malus of 4 points.149
[SA] Non innermost loop (InBetween) - Collapse loop with innermost ones. This issue costs 2 points.2
Data Access Issues+9
[SA] Presence of special instructions executing on a single port (INSERT/EXTRACT, BLEND/MERGE) - Simplify data access and try to get stride 1 access. There are 7 issues (= instructions) costing 1 point each.7
[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+155
[SA] Presence of calls - Inline either by compiler or by hand and use SVML for libm calls. There are 4 issues (= calls) costing 1 point each.4
[SA] Too many paths (145 paths) - Simplify control structure. There are 145 issues ( = paths) costing 1 point each with a malus of 4 points.149
[SA] Non innermost loop (InBetween) - Collapse loop with innermost ones. This issue costs 2 points.2
Inefficient Vectorization+7
[SA] Presence of special instructions executing on a single port (INSERT/EXTRACT, BLEND/MERGE) - Simplify data access and try to get stride 1 access. There are 7 issues (= instructions) costing 1 point each.7
Loop 10 - xy_modelExecution Time: 4 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 12 - xy_modelExecution Time: 4 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 14 - xy_modelExecution Time: 3 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 9 - xy_modelExecution Time: 3 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 11 - xy_modelExecution Time: 2 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 13 - xy_modelExecution Time: 2 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 15 - xy_modelExecution Time: 2 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 16 - xy_modelExecution Time: 2 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 22 - xy_modelExecution Time: 0 % - Vectorization Ratio: 100.00 % - Vector Length Use: 50.00 %

Experiment Quality  

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

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

[ 3 / 3 ] Most of time spent in analyzed modules comes from functions with source/debug info

-g option gives access to debugging informations, such are source locations.

[ 0 / 3 ] Compilation of some functions is not optimized for the target processor

Application run on the GRANITE_RAPIDS micro-architecture while the code was specialized for graniterapids.

[ 3 / 3 ] Most of time spent in analyzed modules comes from functions with compilation options informations and -fno-omit-frame-pointer is present

-fno-omit-frame-pointer improves the accuracy of callchains found during the application profiling.

[ 3 / 3 ] Optimization level option is correctly used

[ 3 / 3 ] Host configuration allows retrieval of all necessary metrics.

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

[ 1 / 1 ] Lstopo present. The Topology lstopo report will be generated.

Code Quality  

[ 4 / 4 ] Enough time of the experiment time spent in analyzed loops (40.96%)

If the time spent in analyzed loops is less than 30%, standard loop optimizations will have a limited impact on application performances.

[ 4 / 4 ] Threads activity is good

On average, more than 782.33% of observed threads are actually active

[ 2 / 4 ] CPU activity is below 90% (60.70%)

CPU cores are idle more than 10% of time. Threads supposed to run on these cores are probably IO/sync waiting. Some hints: use faster filesystems to read/write data, improve parallel load balancing and/or scheduling.

[ 4 / 4 ] Loop profile is not flat

At least one loop coverage is greater than 4% (14.64%), representing an hotspot for the application

[ 4 / 4 ] Enough time of the experiment time spent in analyzed innermost loops (26.29%)

If the time spent in analyzed innermost loops is less than 15%, standard innermost loop optimizations such as vectorisation will have a limited impact on application performances.

[ 4 / 4 ] Affinity is good (99.26%)

Threads are not migrating to CPU cores: probably successfully pinned

[ 3 / 3 ] Less than 10% (0.00%) is spend in BLAS1 operations

It could be more efficient to inline by hand BLAS1 operations

[ 3 / 3 ] Functions mostly use all threads

Functions running on a reduced number of threads (typically sequential code) cover less than 10% of application walltime (1.05%)

[ 3 / 3 ] Cumulative Outermost/In between loops coverage (14.67%) lower than cumulative innermost loop coverage (26.29%)

Having cumulative Outermost/In between loops coverage greater than cumulative innermost loop coverage will make loop optimization more complex

[ 2 / 2 ] Less than 10% (0.00%) is spend in BLAS2 operations

BLAS2 calls usually could make a poor cache usage and could benefit from inlining.

[ 0 / 2 ] More than 10% (50.34%) is spend in Libm/SVML (special functions)

The application is heavily using special math functions (powers, exp, sin etc…) proper library version have to be used. Exact accuracy needs have to be evaluated. Perform input value profiling, first count how many different input values.

Loops Overview

Loop IDAnalysisPenalty Score
Loop 17 - xy_model+Execution Time: 14 % - Vectorization Ratio: 11.05 % - Vector Length Use: 13.55 %
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+155
[SA] Presence of calls - Inline either by compiler or by hand and use SVML for libm calls. There are 4 issues (= calls) costing 1 point each.4
[SA] Too many paths (145 paths) - Simplify control structure. There are 145 issues ( = paths) costing 1 point each with a malus of 4 points.149
[SA] Non innermost loop (InBetween) - Collapse loop with innermost ones. This issue costs 2 points.2
Data Access Issues+9
[SA] Presence of special instructions executing on a single port (INSERT/EXTRACT, BLEND/MERGE) - Simplify data access and try to get stride 1 access. There are 7 issues (= instructions) costing 1 point each.7
[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+155
[SA] Presence of calls - Inline either by compiler or by hand and use SVML for libm calls. There are 4 issues (= calls) costing 1 point each.4
[SA] Too many paths (145 paths) - Simplify control structure. There are 145 issues ( = paths) costing 1 point each with a malus of 4 points.149
[SA] Non innermost loop (InBetween) - Collapse loop with innermost ones. This issue costs 2 points.2
Inefficient Vectorization+7
[SA] Presence of special instructions executing on a single port (INSERT/EXTRACT, BLEND/MERGE) - Simplify data access and try to get stride 1 access. There are 7 issues (= instructions) costing 1 point each.7
Loop 10 - xy_modelExecution Time: 4 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 14 - xy_modelExecution Time: 4 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 12 - xy_modelExecution Time: 3 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 9 - xy_modelExecution Time: 3 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 13 - xy_modelExecution Time: 2 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 15 - xy_modelExecution Time: 2 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 11 - xy_modelExecution Time: 2 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 16 - xy_modelExecution Time: 2 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 22 - xy_modelExecution Time: 0 % - Vectorization Ratio: 100.00 % - Vector Length Use: 50.00 %

Experiment Quality  

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

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

[ 3 / 3 ] Most of time spent in analyzed modules comes from functions with source/debug info

-g option gives access to debugging informations, such are source locations.

[ 0 / 3 ] Compilation of some functions is not optimized for the target processor

Application run on the GRANITE_RAPIDS micro-architecture while the code was specialized for graniterapids.

[ 3 / 3 ] Most of time spent in analyzed modules comes from functions with compilation options informations and -fno-omit-frame-pointer is present

-fno-omit-frame-pointer improves the accuracy of callchains found during the application profiling.

[ 3 / 3 ] Optimization level option is correctly used

[ 3 / 3 ] Host configuration allows retrieval of all necessary metrics.

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

[ 1 / 1 ] Lstopo present. The Topology lstopo report will be generated.

Code Quality  

[ 4 / 4 ] Enough time of the experiment time spent in analyzed loops (38.53%)

If the time spent in analyzed loops is less than 30%, standard loop optimizations will have a limited impact on application performances.

[ 4 / 4 ] Threads activity is good

On average, more than 1504.73% of observed threads are actually active

[ 4 / 4 ] CPU activity is good

CPU cores are active 94.17% of time

[ 4 / 4 ] Loop profile is not flat

At least one loop coverage is greater than 4% (13.84%), representing an hotspot for the application

[ 4 / 4 ] Enough time of the experiment time spent in analyzed innermost loops (24.65%)

If the time spent in analyzed innermost loops is less than 15%, standard innermost loop optimizations such as vectorisation will have a limited impact on application performances.

[ 4 / 4 ] Affinity is good (99.82%)

Threads are not migrating to CPU cores: probably successfully pinned

[ 3 / 3 ] Less than 10% (0.00%) is spend in BLAS1 operations

It could be more efficient to inline by hand BLAS1 operations

[ 3 / 3 ] Functions mostly use all threads

Functions running on a reduced number of threads (typically sequential code) cover less than 10% of application walltime (0.00%)

[ 3 / 3 ] Cumulative Outermost/In between loops coverage (13.88%) lower than cumulative innermost loop coverage (24.65%)

Having cumulative Outermost/In between loops coverage greater than cumulative innermost loop coverage will make loop optimization more complex

[ 2 / 2 ] Less than 10% (0.00%) is spend in BLAS2 operations

BLAS2 calls usually could make a poor cache usage and could benefit from inlining.

[ 0 / 2 ] More than 10% (47.21%) is spend in Libm/SVML (special functions)

The application is heavily using special math functions (powers, exp, sin etc…) proper library version have to be used. Exact accuracy needs have to be evaluated. Perform input value profiling, first count how many different input values.

Loops Overview

Loop IDAnalysisPenalty Score
Loop 17 - xy_model+Execution Time: 13 % - Vectorization Ratio: 11.05 % - Vector Length Use: 13.55 %
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+155
[SA] Presence of calls - Inline either by compiler or by hand and use SVML for libm calls. There are 4 issues (= calls) costing 1 point each.4
[SA] Too many paths (145 paths) - Simplify control structure. There are 145 issues ( = paths) costing 1 point each with a malus of 4 points.149
[SA] Non innermost loop (InBetween) - Collapse loop with innermost ones. This issue costs 2 points.2
Data Access Issues+9
[SA] Presence of special instructions executing on a single port (INSERT/EXTRACT, BLEND/MERGE) - Simplify data access and try to get stride 1 access. There are 7 issues (= instructions) costing 1 point each.7
[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+155
[SA] Presence of calls - Inline either by compiler or by hand and use SVML for libm calls. There are 4 issues (= calls) costing 1 point each.4
[SA] Too many paths (145 paths) - Simplify control structure. There are 145 issues ( = paths) costing 1 point each with a malus of 4 points.149
[SA] Non innermost loop (InBetween) - Collapse loop with innermost ones. This issue costs 2 points.2
Inefficient Vectorization+7
[SA] Presence of special instructions executing on a single port (INSERT/EXTRACT, BLEND/MERGE) - Simplify data access and try to get stride 1 access. There are 7 issues (= instructions) costing 1 point each.7
Loop 10 - xy_modelExecution Time: 4 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 12 - xy_modelExecution Time: 3 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 14 - xy_modelExecution Time: 3 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 9 - xy_modelExecution Time: 3 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 11 - xy_modelExecution Time: 2 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 15 - xy_modelExecution Time: 2 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 13 - xy_modelExecution Time: 2 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 16 - xy_modelExecution Time: 2 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 22 - xy_modelExecution Time: 0 % - Vectorization Ratio: 100.00 % - Vector Length Use: 50.00 %

Experiment Quality  

[ 0 / 4 ] Application profile is too short (7.29 s)

If the overall application profiling time is less than 10 seconds, many of the measurements at function or loop level will very likely be under the measurement quality threshold (0,1 seconds).
Rerun to increase runtime duration: for example use a larger dataset or include a repetition loop.

[ 3 / 3 ] Most of time spent in analyzed modules comes from functions with source/debug info

-g option gives access to debugging informations, such are source locations.

[ 0 / 3 ] Compilation of some functions is not optimized for the target processor

Application run on the GRANITE_RAPIDS micro-architecture while the code was specialized for graniterapids.

[ 3 / 3 ] Most of time spent in analyzed modules comes from functions with compilation options informations and -fno-omit-frame-pointer is present

-fno-omit-frame-pointer improves the accuracy of callchains found during the application profiling.

[ 3 / 3 ] Optimization level option is correctly used

[ 3 / 3 ] Host configuration allows retrieval of all necessary metrics.

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

[ 1 / 1 ] Lstopo present. The Topology lstopo report will be generated.

Code Quality  

[ 4 / 4 ] Enough time of the experiment time spent in analyzed loops (35.08%)

If the time spent in analyzed loops is less than 30%, standard loop optimizations will have a limited impact on application performances.

[ 4 / 4 ] Threads activity is good

On average, more than 2799.86% of observed threads are actually active

[ 3 / 4 ] CPU activity is below 90% (88.36%)

CPU cores are idle more than 10% of time. Threads supposed to run on these cores are probably IO/sync waiting. Some hints: use faster filesystems to read/write data, improve parallel load balancing and/or scheduling.

[ 4 / 4 ] Loop profile is not flat

At least one loop coverage is greater than 4% (12.70%), representing an hotspot for the application

[ 4 / 4 ] Enough time of the experiment time spent in analyzed innermost loops (22.32%)

If the time spent in analyzed innermost loops is less than 15%, standard innermost loop optimizations such as vectorisation will have a limited impact on application performances.

[ 4 / 4 ] Affinity is good (99.80%)

Threads are not migrating to CPU cores: probably successfully pinned

[ 3 / 3 ] Less than 10% (0.00%) is spend in BLAS1 operations

It could be more efficient to inline by hand BLAS1 operations

[ 3 / 3 ] Functions mostly use all threads

Functions running on a reduced number of threads (typically sequential code) cover less than 10% of application walltime (0.00%)

[ 3 / 3 ] Cumulative Outermost/In between loops coverage (12.76%) lower than cumulative innermost loop coverage (22.32%)

Having cumulative Outermost/In between loops coverage greater than cumulative innermost loop coverage will make loop optimization more complex

[ 2 / 2 ] Less than 10% (0.00%) is spend in BLAS2 operations

BLAS2 calls usually could make a poor cache usage and could benefit from inlining.

[ 0 / 2 ] More than 10% (42.39%) is spend in Libm/SVML (special functions)

The application is heavily using special math functions (powers, exp, sin etc…) proper library version have to be used. Exact accuracy needs have to be evaluated. Perform input value profiling, first count how many different input values.

Loops Overview

Loop IDAnalysisPenalty Score
Loop 17 - xy_model+Execution Time: 12 % - Vectorization Ratio: 11.05 % - Vector Length Use: 13.55 %
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+155
[SA] Presence of calls - Inline either by compiler or by hand and use SVML for libm calls. There are 4 issues (= calls) costing 1 point each.4
[SA] Too many paths (145 paths) - Simplify control structure. There are 145 issues ( = paths) costing 1 point each with a malus of 4 points.149
[SA] Non innermost loop (InBetween) - Collapse loop with innermost ones. This issue costs 2 points.2
Data Access Issues+9
[SA] Presence of special instructions executing on a single port (INSERT/EXTRACT, BLEND/MERGE) - Simplify data access and try to get stride 1 access. There are 7 issues (= instructions) costing 1 point each.7
[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+155
[SA] Presence of calls - Inline either by compiler or by hand and use SVML for libm calls. There are 4 issues (= calls) costing 1 point each.4
[SA] Too many paths (145 paths) - Simplify control structure. There are 145 issues ( = paths) costing 1 point each with a malus of 4 points.149
[SA] Non innermost loop (InBetween) - Collapse loop with innermost ones. This issue costs 2 points.2
Inefficient Vectorization+7
[SA] Presence of special instructions executing on a single port (INSERT/EXTRACT, BLEND/MERGE) - Simplify data access and try to get stride 1 access. There are 7 issues (= instructions) costing 1 point each.7
Loop 10 - xy_modelExecution Time: 3 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 14 - xy_modelExecution Time: 3 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 12 - xy_modelExecution Time: 3 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 9 - xy_modelExecution Time: 2 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 15 - xy_modelExecution Time: 2 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 11 - xy_modelExecution Time: 2 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 13 - xy_modelExecution Time: 2 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 16 - xy_modelExecution Time: 1 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 22 - xy_modelExecution Time: 0 % - Vectorization Ratio: 100.00 % - Vector Length Use: 50.00 %

Experiment Quality  

[ 0 / 4 ] Application profile is too short (5.19 s)

If the overall application profiling time is less than 10 seconds, many of the measurements at function or loop level will very likely be under the measurement quality threshold (0,1 seconds).
Rerun to increase runtime duration: for example use a larger dataset or include a repetition loop.

[ 3 / 3 ] Most of time spent in analyzed modules comes from functions with source/debug info

-g option gives access to debugging informations, such are source locations.

[ 0 / 3 ] Compilation of some functions is not optimized for the target processor

Application run on the GRANITE_RAPIDS micro-architecture while the code was specialized for graniterapids.
Architecture specific options are needed to produce efficient code for a specific processor ( -march=(target) ).

[ 3 / 3 ] Most of time spent in analyzed modules comes from functions with compilation options informations and -fno-omit-frame-pointer is present

-fno-omit-frame-pointer improves the accuracy of callchains found during the application profiling.

[ 3 / 3 ] Optimization level option is correctly used

[ 3 / 3 ] Host configuration allows retrieval of all necessary metrics.

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

[ 1 / 1 ] Lstopo present. The Topology lstopo report will be generated.

Code Quality  

[ 0 / 4 ] Too little time of the experiment time spent in analyzed loops (26.98%)

If the time spent in analyzed loops is less than 30%, standard loop optimizations will have a limited impact on application performances.

[ 4 / 4 ] Threads activity is good

On average, more than 4124.41% of observed threads are actually active

[ 2 / 4 ] CPU activity is below 90% (66.16%)

CPU cores are idle more than 10% of time. Threads supposed to run on these cores are probably IO/sync waiting. Some hints: use faster filesystems to read/write data, improve parallel load balancing and/or scheduling.

[ 4 / 4 ] Loop profile is not flat

At least one loop coverage is greater than 4% (9.85%), representing an hotspot for the application

[ 4 / 4 ] Enough time of the experiment time spent in analyzed innermost loops (17.06%)

If the time spent in analyzed innermost loops is less than 15%, standard innermost loop optimizations such as vectorisation will have a limited impact on application performances.

[ 4 / 4 ] Affinity is good (99.83%)

Threads are not migrating to CPU cores: probably successfully pinned

[ 3 / 3 ] Less than 10% (0.00%) is spend in BLAS1 operations

It could be more efficient to inline by hand BLAS1 operations

[ 3 / 3 ] Functions mostly use all threads

Functions running on a reduced number of threads (typically sequential code) cover less than 10% of application walltime (0.00%)

[ 3 / 3 ] Cumulative Outermost/In between loops coverage (9.93%) lower than cumulative innermost loop coverage (17.06%)

Having cumulative Outermost/In between loops coverage greater than cumulative innermost loop coverage will make loop optimization more complex

[ 2 / 2 ] Less than 10% (0.00%) is spend in BLAS2 operations

BLAS2 calls usually could make a poor cache usage and could benefit from inlining.

[ 0 / 2 ] More than 10% (32.21%) is spend in Libm/SVML (special functions)

The application is heavily using special math functions (powers, exp, sin etc…) proper library version have to be used. Exact accuracy needs have to be evaluated. Perform input value profiling, first count how many different input values.

Loops Overview

Loop IDAnalysisPenalty Score
Loop 17 - xy_model+Execution Time: 9 % - Vectorization Ratio: 11.05 % - Vector Length Use: 13.55 %
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+155
[SA] Presence of calls - Inline either by compiler or by hand and use SVML for libm calls. There are 4 issues (= calls) costing 1 point each.4
[SA] Too many paths (145 paths) - Simplify control structure. There are 145 issues ( = paths) costing 1 point each with a malus of 4 points.149
[SA] Non innermost loop (InBetween) - Collapse loop with innermost ones. This issue costs 2 points.2
Data Access Issues+9
[SA] Presence of special instructions executing on a single port (INSERT/EXTRACT, BLEND/MERGE) - Simplify data access and try to get stride 1 access. There are 7 issues (= instructions) costing 1 point each.7
[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+155
[SA] Presence of calls - Inline either by compiler or by hand and use SVML for libm calls. There are 4 issues (= calls) costing 1 point each.4
[SA] Too many paths (145 paths) - Simplify control structure. There are 145 issues ( = paths) costing 1 point each with a malus of 4 points.149
[SA] Non innermost loop (InBetween) - Collapse loop with innermost ones. This issue costs 2 points.2
Inefficient Vectorization+7
[SA] Presence of special instructions executing on a single port (INSERT/EXTRACT, BLEND/MERGE) - Simplify data access and try to get stride 1 access. There are 7 issues (= instructions) costing 1 point each.7
Loop 10 - xy_modelExecution Time: 2 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 14 - xy_modelExecution Time: 2 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 12 - xy_modelExecution Time: 2 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 9 - xy_modelExecution Time: 2 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 15 - xy_modelExecution Time: 1 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 11 - xy_modelExecution Time: 1 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 13 - xy_modelExecution Time: 1 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 16 - xy_modelExecution Time: 1 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 22 - xy_modelExecution Time: 0 % - Vectorization Ratio: 100.00 % - Vector Length Use: 50.00 %

Experiment Quality  

[ 0 / 4 ] Application profile is too short (5.87 s)

If the overall application profiling time is less than 10 seconds, many of the measurements at function or loop level will very likely be under the measurement quality threshold (0,1 seconds).
Rerun to increase runtime duration: for example use a larger dataset or include a repetition loop.

[ 3 / 3 ] Most of time spent in analyzed modules comes from functions with source/debug info

-g option gives access to debugging informations, such are source locations.

[ 0 / 3 ] Compilation of some functions is not optimized for the target processor

Application run on the GRANITE_RAPIDS micro-architecture while the code was specialized for graniterapids.
Architecture specific options are needed to produce efficient code for a specific processor ( -march=(target) ).

[ 3 / 3 ] Most of time spent in analyzed modules comes from functions with compilation options informations and -fno-omit-frame-pointer is present

-fno-omit-frame-pointer improves the accuracy of callchains found during the application profiling.

[ 3 / 3 ] Optimization level option is correctly used

[ 3 / 3 ] Host configuration allows retrieval of all necessary metrics.

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

[ 1 / 1 ] Lstopo present. The Topology lstopo report will be generated.

Code Quality  

[ 0 / 4 ] Too little time of the experiment time spent in analyzed loops (13.37%)

If the time spent in analyzed loops is less than 30%, standard loop optimizations will have a limited impact on application performances.

[ 4 / 4 ] Threads activity is good

On average, more than 5557.55% of observed threads are actually active

[ 1 / 4 ] CPU activity is below 90% (44.75%)

CPU cores are idle more than 10% of time. Threads supposed to run on these cores are probably IO/sync waiting. Some hints: use faster filesystems to read/write data, improve parallel load balancing and/or scheduling.

[ 4 / 4 ] Loop profile is not flat

At least one loop coverage is greater than 4% (4.76%), representing an hotspot for the application

[ 0 / 4 ] Too little time of the experiment time spent in analyzed innermost loops (8.58%)

If the time spent in analyzed innermost loops is less than 15%, standard innermost loop optimizations such as vectorisation will have a limited impact on application performances.

[ 4 / 4 ] Affinity is good (99.88%)

Threads are not migrating to CPU cores: probably successfully pinned

[ 3 / 3 ] Less than 10% (0.00%) is spend in BLAS1 operations

It could be more efficient to inline by hand BLAS1 operations

[ 3 / 3 ] Functions mostly use all threads

Functions running on a reduced number of threads (typically sequential code) cover less than 10% of application walltime (0.00%)

[ 3 / 3 ] Cumulative Outermost/In between loops coverage (4.80%) lower than cumulative innermost loop coverage (8.58%)

Having cumulative Outermost/In between loops coverage greater than cumulative innermost loop coverage will make loop optimization more complex

[ 2 / 2 ] Less than 10% (0.00%) is spend in BLAS2 operations

BLAS2 calls usually could make a poor cache usage and could benefit from inlining.

[ 0 / 2 ] More than 10% (16.12%) is spend in Libm/SVML (special functions)

The application is heavily using special math functions (powers, exp, sin etc…) proper library version have to be used. Exact accuracy needs have to be evaluated. Perform input value profiling, first count how many different input values.

Loops Overview

Loop IDAnalysisPenalty Score
Loop 17 - xy_model+Execution Time: 4 % - Vectorization Ratio: 11.05 % - Vector Length Use: 13.55 %
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+155
[SA] Presence of calls - Inline either by compiler or by hand and use SVML for libm calls. There are 4 issues (= calls) costing 1 point each.4
[SA] Too many paths (145 paths) - Simplify control structure. There are 145 issues ( = paths) costing 1 point each with a malus of 4 points.149
[SA] Non innermost loop (InBetween) - Collapse loop with innermost ones. This issue costs 2 points.2
Data Access Issues+9
[SA] Presence of special instructions executing on a single port (INSERT/EXTRACT, BLEND/MERGE) - Simplify data access and try to get stride 1 access. There are 7 issues (= instructions) costing 1 point each.7
[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+155
[SA] Presence of calls - Inline either by compiler or by hand and use SVML for libm calls. There are 4 issues (= calls) costing 1 point each.4
[SA] Too many paths (145 paths) - Simplify control structure. There are 145 issues ( = paths) costing 1 point each with a malus of 4 points.149
[SA] Non innermost loop (InBetween) - Collapse loop with innermost ones. This issue costs 2 points.2
Inefficient Vectorization+7
[SA] Presence of special instructions executing on a single port (INSERT/EXTRACT, BLEND/MERGE) - Simplify data access and try to get stride 1 access. There are 7 issues (= instructions) costing 1 point each.7
Loop 10 - xy_modelExecution Time: 1 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 12 - xy_modelExecution Time: 1 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 14 - xy_modelExecution Time: 1 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 9 - xy_modelExecution Time: 1 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 15 - xy_modelExecution Time: 0 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 13 - xy_modelExecution Time: 0 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 11 - xy_modelExecution Time: 0 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 16 - xy_modelExecution Time: 0 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 22 - xy_modelExecution Time: 0 % - Vectorization Ratio: 100.00 % - Vector Length Use: 50.00 %

Experiment Quality  

[ 0 / 4 ] Application profile is too short (7.14 s)

If the overall application profiling time is less than 10 seconds, many of the measurements at function or loop level will very likely be under the measurement quality threshold (0,1 seconds).
Rerun to increase runtime duration: for example use a larger dataset or include a repetition loop.

[ 3 / 3 ] Most of time spent in analyzed modules comes from functions with source/debug info

-g option gives access to debugging informations, such are source locations.

[ 0 / 3 ] Compilation of some functions is not optimized for the target processor

Application run on the GRANITE_RAPIDS micro-architecture while the code was specialized for graniterapids.
Architecture specific options are needed to produce efficient code for a specific processor ( -march=(target) ).

[ 3 / 3 ] Most of time spent in analyzed modules comes from functions with compilation options informations and -fno-omit-frame-pointer is present

-fno-omit-frame-pointer improves the accuracy of callchains found during the application profiling.

[ 3 / 3 ] Optimization level option is correctly used

[ 3 / 3 ] Host configuration allows retrieval of all necessary metrics.

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

[ 1 / 1 ] Lstopo present. The Topology lstopo report will be generated.

Code Quality  

[ 0 / 4 ] Too little time of the experiment time spent in analyzed loops (7.19%)

If the time spent in analyzed loops is less than 30%, standard loop optimizations will have a limited impact on application performances.

[ 4 / 4 ] Threads activity is good

On average, more than 6970.37% of observed threads are actually active

[ 1 / 4 ] CPU activity is below 90% (37.47%)

CPU cores are idle more than 10% of time. Threads supposed to run on these cores are probably IO/sync waiting. Some hints: use faster filesystems to read/write data, improve parallel load balancing and/or scheduling.

[ 0 / 4 ] Loop profile is flat

No hotspot found in the application (greatest loop coverage is 2.61%), and the twenty hottest loops cumulated coverage is lower than 20% of the application profiled time (7.19%)

[ 0 / 4 ] Too little time of the experiment time spent in analyzed innermost loops (4.54%)

If the time spent in analyzed innermost loops is less than 15%, standard innermost loop optimizations such as vectorisation will have a limited impact on application performances.

[ 4 / 4 ] Affinity is good (99.92%)

Threads are not migrating to CPU cores: probably successfully pinned

[ 3 / 3 ] Less than 10% (0.00%) is spend in BLAS1 operations

It could be more efficient to inline by hand BLAS1 operations

[ 3 / 3 ] Functions mostly use all threads

Functions running on a reduced number of threads (typically sequential code) cover less than 10% of application walltime (0.00%)

[ 3 / 3 ] Cumulative Outermost/In between loops coverage (2.65%) lower than cumulative innermost loop coverage (4.54%)

Having cumulative Outermost/In between loops coverage greater than cumulative innermost loop coverage will make loop optimization more complex

[ 2 / 2 ] Less than 10% (0.00%) is spend in BLAS2 operations

BLAS2 calls usually could make a poor cache usage and could benefit from inlining.

[ 2 / 2 ] Less than 10% (8.59%) is spend in Libm/SVML (special functions)

Loops Overview

Loop IDAnalysisPenalty Score
Loop 17 - xy_model+Execution Time: 2 % - Vectorization Ratio: 11.05 % - Vector Length Use: 13.55 %
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+155
[SA] Presence of calls - Inline either by compiler or by hand and use SVML for libm calls. There are 4 issues (= calls) costing 1 point each.4
[SA] Too many paths (145 paths) - Simplify control structure. There are 145 issues ( = paths) costing 1 point each with a malus of 4 points.149
[SA] Non innermost loop (InBetween) - Collapse loop with innermost ones. This issue costs 2 points.2
Data Access Issues+9
[SA] Presence of special instructions executing on a single port (INSERT/EXTRACT, BLEND/MERGE) - Simplify data access and try to get stride 1 access. There are 7 issues (= instructions) costing 1 point each.7
[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+155
[SA] Presence of calls - Inline either by compiler or by hand and use SVML for libm calls. There are 4 issues (= calls) costing 1 point each.4
[SA] Too many paths (145 paths) - Simplify control structure. There are 145 issues ( = paths) costing 1 point each with a malus of 4 points.149
[SA] Non innermost loop (InBetween) - Collapse loop with innermost ones. This issue costs 2 points.2
Inefficient Vectorization+7
[SA] Presence of special instructions executing on a single port (INSERT/EXTRACT, BLEND/MERGE) - Simplify data access and try to get stride 1 access. There are 7 issues (= instructions) costing 1 point each.7
Loop 10 - xy_modelExecution Time: 0 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 14 - xy_modelExecution Time: 0 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 12 - xy_modelExecution Time: 0 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 9 - xy_modelExecution Time: 0 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 11 - xy_modelExecution Time: 0 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 15 - xy_modelExecution Time: 0 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 13 - xy_modelExecution Time: 0 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 16 - xy_modelExecution Time: 0 % - Vectorization Ratio: 0.00 % - Vector Length Use: 0.00 %
Loop 22 - xy_modelExecution Time: 0 % - Vectorization Ratio: 100.00 % - Vector Length Use: 50.00 %
×