Intel® C++ Compiler 16.0 User and Reference Guide
Tells the compiler to generate a native assembly listing for the processor graphics code to be offloaded. This option only applies to Intel® Graphics Technology. On IA-32 architecture, you can only specify this option on Windows* OS.
Only available on IA-32 architecture targeting Intel® Graphics Technology, and on Intel® 64 architecture targeting Intel® Graphics Technology
Linux: | -mgpu-asm-dump[=filename] |
OS X: | None |
Windows: | /Qgpu-asm-dump[:filename] |
filename |
(Optional) Is the name of the output file in which to place the native assembly listing. |
OFF |
No native assembly listing is generated for the processor graphics code to be offloaded. |
This option tells the compiler to generate a native assembly listing for the processor graphics code to be offloaded.
The assembly listing can only be generated when native code is generated at link time. Both the assembly listing and the target executable are generated.
To use this option, you must also specify option -mgpu-arch (Linux* OS) or /Qgpu-arch (Windows* OS).
None