Intel® C++ Compiler 18.0 Developer Guide and Reference
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*.
Only available on Intel® 64 architecture targeting Intel® Graphics Technology, or when targeting Intel® Graphics Technology running on IA-32 architecture
Linux: | -mgpu-asm-dump[=filename] |
macOS: | 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*) or /Qgpu-arch (Windows*).
Visual Studio: Diagnostics > Generate Native Assembly Listing for Intel® Graphics Technology
Diagnostics > Native Assembly Listing for Intel® Graphics Technology File
Eclipse: Output Files > Generate Native Assembly Listing for Intel® Graphics Technology
Xcode: None
None