bloqade.geometry.dialects.grid.stmts.ShiftSubgridX
← Module overview
class
classShiftSubgridX¶source
bloqade.geometry.dialects.grid.stmts.ShiftSubgridX
Bases: ir.Statement
class ShiftSubgridXAttributes
| Name | Type | Default | Description |
|---|---|---|---|
name | — | 'shift_subgrid_x' | |
traits | — | frozenset({ir.Pure(), lowering.FromPythonCall()}) | |
zone | ir.SSAValue | info.argument(type=(GridType[NumX := (types.TypeVar('NumX')), NumY := (types.TypeVar('NumY'))])) | |
x_indices | ir.SSAValue | info.argument(ilist.IListType[types.Int, types.TypeVar('SubNumX')]) | |
x_shift | ir.SSAValue | info.argument(types.Float) | |
result | ir.ResultValue | info.result(GridType[NumX, NumY]) |