iree_compiler
MetalShader
MetalShader
#include <SPIRVToMSL.h>struct MetalShaderDefined in compiler/plugins/target/MetalSPIRV/SPIRVToMSL.h:21
Public Attributes
| Return | Name | Description |
|---|---|---|
std::string | source | |
struct mlir::iree_compiler::MetalShader::ThreadGroupSize | threadgroupSize | |
uint32_t | languageVersion |
source
std::string sourceDefined in compiler/plugins/target/MetalSPIRV/SPIRVToMSL.h:22
threadgroupSize
struct mlir::iree_compiler::MetalShader::ThreadGroupSize threadgroupSizeType: struct mlir::iree_compiler::MetalShader::ThreadGroupSize
Defined in compiler/plugins/target/MetalSPIRV/SPIRVToMSL.h:27
languageVersion
uint32_t languageVersionDefined in compiler/plugins/target/MetalSPIRV/SPIRVToMSL.h:28
