Skip to main content

Mojo struct

pipeline

struct pipeline[a_type: DType, b_type: DType, c_type: DType, block_tile_shape: IndexList[3], mma_shape: IndexList[3], a_swizzle: TensorMapSwizzle, b_swizzle: TensorMapSwizzle, loadop_t: LoadOp, outputop_t: OutputOp]

Implemented traits

AnyType, PipelineOp, UnknownDestructibility

Aliases

args_type

alias args_type = PipelineArgs[loadop_t, outputop_t]

Methods

run

static run(args: PipelineArgs[loadop_t, outputop_t])

Was this page helpful?