Mojo function
split_k_reduce
split_k_reduce[c_type: DType, work_space_type: DType, c_layout: Layout, work_space_layout: Layout, elementwise_lambda_fn: Optional[elementwise_epilogue_type] = None](c: LayoutTensor[c_type, c_layout, c.origin, address_space=c.address_space, element_layout=c.element_layout, layout_int_type=c.layout_int_type, linear_idx_type=c.linear_idx_type, masked=c.masked, alignment=c.alignment], work_space: LayoutTensor[work_space_type, work_space_layout, work_space.origin, address_space=work_space.address_space, element_layout=work_space.element_layout, layout_int_type=work_space.layout_int_type, linear_idx_type=work_space.linear_idx_type, masked=work_space.masked, alignment=work_space.alignment], ctx: DeviceContext)
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!