Intel® C++ Compiler XE 13.1 User and Reference Guides
Causes the compiler to ignore language constructs for offloading. This option only applies to Intel® MIC Architecture.
Windows: None
Linux: Language > Generate Only CPU code
OS X: None
Intel® 64 architecture, targeting Intel® MIC Architecture
Linux: | -no-offload |
OS X: | None |
Windows: | None |
None
OFF |
The compiler recognizes language constructs for offloading if they are specified. |
This option causes the compiler to ignore language constructs for offloading.
If this option is not specified, the compiler does the following by default:
It recognizes language constructs for offloading that appear in the source program and builds a heterogeneous binary that runs on both the target and host.
It causes two compilations or links to occur:
The host compiler generates code that sends input data to the target and receives results from the target.
The target compiler generates code that receives input data from the host, performs the computation and then returns results to the host.
None