Visible to Intel only — GUID: GUID-C5523C3F-D741-4ED2-BC49-5783C37856EB
Visible to Intel only — GUID: GUID-C5523C3F-D741-4ED2-BC49-5783C37856EB
qopt-prefetch-loads-only, Qopt-prefetch-loads-only
Specifies that the compiler should only prefetch for loads inside the loop and ignore the stores, if any.
Syntax
Linux: |
-qopt-prefetch-loads-only |
Windows: |
/Qopt-prefetch-loads-only |
Arguments
None
Default
OFF |
The compiler prefetches for both loads and stores. |
Description
This option specifies that the compiler should only prefetch for loads inside the loop and ignore the stores, if any.
Linux
This option is ignored if option -qopt-prefetch=0 or option -qno-opt-prefetch is specified.
Windows
This option is ignored if option /Qopt-prefetch=0 or option /Qopt-prefetch- is specified.
This option only applies to host compilation. When offloading is enabled, it does not impact device-specific compilation.
IDE Equivalent
Alternate Options
None