Visible to Intel only — GUID: GUID-C46A86DA-6D6B-455D-8860-AC814569C3D5
Visible to Intel only — GUID: GUID-C46A86DA-6D6B-455D-8860-AC814569C3D5
qopt-prefetch, Qopt-prefetch
Enables or disables prefetch insertion optimization. This feature is only available for ifort.
Linux: |
-qopt-prefetch[=n] -qno-opt-prefetch |
macOS: |
-qopt-prefetch[=n] -qno-opt-prefetch |
Windows: |
/Qopt-prefetch[:n] /Qopt-prefetch- |
n |
Is the level of software prefetching optimization desired. Possible values are:
|
-qno-opt-prefetch |
Prefetch insertion optimization is disabled. |
This option enables or disables prefetch insertion optimization. The goal of prefetching is to reduce cache misses by providing hints to the processor about when data should be loaded into the cache.
This option enables prefetching when higher optimization levels are specified.
Visual Studio: Optimization > Prefetch Insertion
None