Skip to main content

Mojo function

structured_ping_pong_matmul

structured_ping_pong_matmul[a_type: DType, b_type: DType, c_type: DType, //, enable_swizzle: Bool = True](a: TileTensor[a_type, a.LayoutType, a.origin, address_space=a.address_space, linear_idx_type=a.linear_idx_type, element_size=a.element_size], b: TileTensor[b_type, b.LayoutType, b.origin, address_space=b.address_space, linear_idx_type=b.linear_idx_type, element_size=b.element_size], c: TileTensor[c_type, c.LayoutType, c.origin, address_space=c.address_space, linear_idx_type=c.linear_idx_type, element_size=c.element_size], ctx: DeviceContext)

Host launcher for the structured ping-pong matmul.

Was this page helpful?