Skip to main content

Mojo function

warp_specialized_matmul

warp_specialized_matmul[in_type: DType, out_type: DType, a_layout: Layout, b_layout: Layout, c_layout: Layout, BM: Int, BN: Int, BK: Int, WM: Int, WN: Int, WK: Int, producer_warps_a: Int = 1, producer_warps_b: Int = 1, consumer_warps: Int = 1, pipeline_stages: Int = 1](a: LayoutTensor[in_type, a_layout, MutableAnyOrigin, address_space=AddressSpace(1)], b: LayoutTensor[in_type, b_layout, MutableAnyOrigin, address_space=AddressSpace(1)], c: LayoutTensor[out_type, c_layout, MutableAnyOrigin, address_space=AddressSpace(1)])

Was this page helpful?