Skip to main content

Module lower_msl

Module lower_msl 

Source
Expand description

IR to MSL (Metal Shading Language) lowering pass.

Lowers IR to Metal Shading Language for Apple GPU compute.

Structs§

MslLowering
MSL code generator.
MslLoweringConfig
MSL lowering configuration.

Enums§

MslLoweringError
MSL lowering errors.

Functions§

lower_to_msl
Convenience function to lower IR to MSL.
lower_to_msl_with_config
Lower IR to MSL with custom config.