Intel® Advisor Help

Problem: Code Region is not Marked Up

Symptoms

A code region of interest is not analyzed and has Outside of Marked Regionwhy-not-offloaded message in the Details pane of the Accelerated Regions tab after you execute the Offload Modeling perspective.

Details

To limit the scope of collections, the Intel® Advisor selects loops that match certain criteria and marks them up for analysis. By default, the Intel Advisor performs a smart region selection using the generic markup.

If a code region does not satisfy the markup criteria, you should see the Outside of Marked Regionwhy-not-offloaded message or the System Modulediagnostics message in the Details pane of the Accelerated Regions tab.

Cause

Your code region does not satisfy one or more markup rules for a specified markup mode. If you use the default generic mark-up strategy, make sure your loop of interest satisfies the following rules:

Possible Solution

If a code region does not satisfy the generic markup rules, but you want to analyze it, do one of the following:

See Also