IMPORTANT: To view this page as Markdown, append `.md` to the URL (e.g. /max/get-started.md). For the complete documentation index, see llms.txt.
Skip to main content
For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /max/get-started.md).

Mojo function

output_reg_to_smem_st_matrix

def output_reg_to_smem_st_matrix[output_type: DType, accum_type: DType, num_m_mmas: Int, padded_depth: Int, o_frag_size: Int, //, BM: Int, swizzle: Swizzle, num_consumer: Int](warp_group_thread_idx: UInt32, local_warp_group_idx: UInt32, output_reg_tile: TileTensor[accum_type, Layout[*?, *?], MutAnyOrigin, address_space=AddressSpace.LOCAL], accum_smem_tile: TileTensor[output_type, Layout[*?, *?], MutAnyOrigin, address_space=AddressSpace.SHARED])