For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /max/get-started.md).
Mojo struct
NullTileConsumer
struct NullTileConsumer
No-op TileConsumer. Used as the default when no fusion is requested, and as the placeholder type when a kernel's tile_consumer Optional is None.
Implemented traitsβ
AnyType,
Copyable,
DevicePassable,
ImplicitlyCopyable,
ImplicitlyDeletable,
Movable,
RegisterPassable,
TileConsumer,
TrivialRegisterPassable
comptime membersβ
device_typeβ
comptime device_type = NullTileConsumer
src_address_spaceβ
comptime src_address_space = AddressSpace.LOCAL
Methodsβ
__init__β
def __init__() -> Self
__call__β
def __call__[dtype: DType, LayoutType: TensorLayout](ref self, tile_coord: Coord, tile: TileTensor[dtype, LayoutType, Storage=tile.Storage, address_space=Self.src_address_space, linear_idx_type=tile.linear_idx_type], thread_layout: Layout)
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!