Skip to main content

Mojo function

matmul_kernel_naive

matmul_kernel_naive[c_type: DType, a_type: DType, b_type: DType, c_layout_type: TensorLayout, a_layout_type: TensorLayout, b_layout_type: TensorLayout, BLOCK_DIM: Int, transpose_b: Bool = False, elementwise_lambda_fn: Optional[elementwise_epilogue_type] = None, s_type: DType = get_accum_type[c_type]()](c: TileTensor[c_type, c_layout_type, MutAnyOrigin], a: TileTensor[a_type, a_layout_type, ImmutAnyOrigin], b: TileTensor[b_type, b_layout_type, ImmutAnyOrigin], m: Int, n: Int, k: Int)

Was this page helpful?