Skip to main content

Mojo trait

LoadOp

Implemented traits

AnyType, UnknownDestructibility

Aliases

args_type

alias args_type

Methods

__init__

__init__(out self: _Self, args: get_witness(_Self, linalg::matmul_sm100_composable::LoadOp, args_type))

Returns:

_Self

__call__

__call__(self: _Self, a_smem_tile: LayoutTensor[dtype, layout, origin, address_space=AddressSpace(3), element_layout=element_layout, layout_int_type=layout_int_type, linear_idx_type=linear_idx_type, masked=masked, alignment=alignment], b_smem_tile: LayoutTensor[dtype, layout, origin, address_space=AddressSpace(3), element_layout=element_layout, layout_int_type=layout_int_type, linear_idx_type=linear_idx_type, masked=masked, alignment=alignment], m: SIMD[uint32, 1], n: SIMD[uint32, 1], k: SIMD[uint32, 1], ref [3] mbar: SharedMemBarrier)

Was this page helpful?