Intel® C++ Compiler 16.0 User and Reference Guide

mgpu-asm-dump, Qgpu-asm-dump

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.

Architecture Restrictions

Only available on IA-32 architecture targeting Intel® Graphics Technology, and on Intel® 64 architecture targeting Intel® Graphics Technology

Syntax

Linux:

-mgpu-asm-dump[=filename]

OS X:

None

Windows:

/Qgpu-asm-dump[:filename]

Arguments

filename

(Optional) Is the name of the output file in which to place the native assembly listing.

Default

OFF

No native assembly listing is generated for the processor graphics code to be offloaded.

Description

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).

IDE Equivalent

None

Alternate Options

None

See Also