Mojo function
batched_matmul_kernel_gpu
batched_matmul_kernel_gpu[c_type: DType, a_type: DType, b_type: DType, layout_c: Layout, layout_a: Layout, layout_b: Layout, transpose_b: Bool, config: MatmulConfig[a_type, b_type, c_type, transpose_b], elementwise_lambda_fn: OptionalReg[elementwise_epilogue_type] = None](c_tensor: LayoutTensor[c_type, layout_c, MutAnyOrigin], a_tensor: LayoutTensor[a_type, layout_a, MutAnyOrigin], b_tensor: LayoutTensor[b_type, layout_b, MutAnyOrigin], m: Int, n: Int, k: Int)
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!