Skip to main content

Module expr

Module expr 

Source
Expand description

HIR expression types for WAVE GPU kernels.

Expressions represent computations that produce values, including arithmetic, memory access, GPU intrinsics, and type conversions.

Enumsยง

BinOp
Binary operators.
BuiltinFunc
Built-in math and GPU functions.
Dimension
Dimension index for multi-dimensional GPU dispatch.
Expr
HIR expression producing a value.
Literal
Literal values.
MemoryScope
Memory scope for fence operations.
ShuffleMode
Shuffle modes for wave-level data exchange.
UnaryOp
Unary operators.