Skip to main content

Mojo function

naive_batched_matmul_kernel

naive_batched_matmul_kernel[rank: Int, c_type: DType, a_type: DType, b_type: DType, c_layout: Layout, a_layout: Layout, b_layout: Layout, elementwise_lambda_fn: OptionalReg[elementwise_epilogue_type] = None, accum_type: DType = get_accum_type[c_type]()](c_tensor: LayoutTensor[c_type, c_layout, MutAnyOrigin], a_tensor: LayoutTensor[a_type, a_layout, MutAnyOrigin], b_tensor: LayoutTensor[b_type, b_layout, MutAnyOrigin], c_buff_nd_shape: IndexList[rank])

Was this page helpful?