MLIR
20.0.0git
|
#include "mlir/Target/SPIRV/Serialization.h"
Public Attributes | |
bool | emitSymbolName = true |
Whether to emit OpName instructions for SPIR-V symbol ops. More... | |
bool | emitDebugInfo = false |
Whether to emit OpLine location information for SPIR-V ops. More... | |
Definition at line 24 of file Serialization.h.
bool mlir::spirv::SerializationOptions::emitDebugInfo = false |
Whether to emit OpLine
location information for SPIR-V ops.
Definition at line 28 of file Serialization.h.
bool mlir::spirv::SerializationOptions::emitSymbolName = true |
Whether to emit OpName
instructions for SPIR-V symbol ops.
Definition at line 26 of file Serialization.h.