iree_compiler
MetalShader::ThreadGroupSize
ThreadGroupSize
#include <SPIRVToMSL.h>struct ThreadGroupSizeDefined in compiler/plugins/target/MetalSPIRV/SPIRVToMSL.h:23
Public Attributes
x
uint32_t xDefined in compiler/plugins/target/MetalSPIRV/SPIRVToMSL.h:24
y
uint32_t yDefined in compiler/plugins/target/MetalSPIRV/SPIRVToMSL.h:25
z
uint32_t zDefined in compiler/plugins/target/MetalSPIRV/SPIRVToMSL.h:26
