Skip to main content

Mojo function

ping_pong_matmul

ping_pong_matmul[a_type: DType, b_type: DType, c_type: DType, a_layout: Layout, b_layout: Layout, c_layout: Layout, //, enable_l2_cache_optimization: Bool = False, enable_swizzle: Bool = True, use_transpose_load: Bool = False](a_device_tensor: LayoutTensor[a_type, a_layout, origin], b_device_tensor: LayoutTensor[b_type, b_layout, origin], c_device_tensor: LayoutTensor[c_type, c_layout, origin], ctx: DeviceContext)

Was this page helpful?