Visible to Intel only — GUID: GUID-025FEE44-41F5-4608-B077-9A041B8DADFF
Visible to Intel only — GUID: GUID-025FEE44-41F5-4608-B077-9A041B8DADFF
Guided Auto Parallelism Messages
The Guided Auto Parallelism (GAP) messages provide advice that should improve optimizations.
The messages provide suggestions for:
Automatic parallelization of loop nests
Automatic vectorization of inner loops
Data transformation
You must decide whether to follow a particular suggestion. For example, if the advice is to apply a particular pragma, you must understand the semantics of the pragma and carefully consider whether it can be safely applied to the loop (or loop nest) in question.
If you apply the pragma improperly, the compiler may generate incorrect code, causing the application to execute incorrectly.
If you do not fully understand the suggested advice, please refer to the relevant topics in the compiler documentation before applying that advice.
Once you apply the suggested advice, the compiler assumes that it is correct and it does not perform any checks or issue any warnings.
In general, messages that relate to loops tend to target vectorization and/or parallelization of loops. If you are not familiar with loop optimizations, please refer to the compiler documentation on this kind of optimization.
- GAP Message (Diagnostic ID 30506)
- GAP Message (Diagnostic ID 30513)
- GAP Message (Diagnostic ID 30515)
- GAP Message (Diagnostic ID 30519)
- GAP Message (Diagnostic ID 30521)
- GAP Message (Diagnostic ID 30522)
- GAP Message (Diagnostic ID 30523)
- GAP Message (Diagnostic ID 30525)
- GAP Message (Diagnostic ID 30526)
- GAP Message (Diagnostic ID 30528)
- GAP Message (Diagnostic ID 30531)
- GAP Message (Diagnostic ID 30532)
- GAP Message (Diagnostic ID 30533)
- GAP Message (Diagnostic ID 30534)
- GAP Message (Diagnostic ID 30535)
- GAP Message (Diagnostic ID 30536)
- GAP Message (Diagnostic ID 30537)
- GAP Message (Diagnostic ID 30538)
- GAP Message (Diagnostic ID 30753)
- GAP Message (Diagnostic ID 30754)
- GAP Message (Diagnostic ID 30755)
- GAP Message (Diagnostic ID 30756)
- GAP Message (Diagnostic ID 30757)
- GAP Message (Diagnostic ID 30758)
- GAP Message (Diagnostic ID 30759)
- GAP Message (Diagnostic ID 30760)