For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /get-started.md).
Mojo function
tcgen05_cp
def tcgen05_cp[*, cta_group: Int32, datapaths: Int, bits: Int, src_fmt: String = "", dst_fmt: String = "", multicast: String = ""](tmem_addr: UInt32, s_desc: MMASmemDescriptor)
Copies data from shared memory described by the matrix descriptor s_desc to tensor memory tmem_addr.
Note: This function is only available on NVIDIA Blackwell GPUs (SM 100+).
Parameters:
- βcta_group (
Int32): The cooperative thread array (CTA) group ID. - βdatapaths (
Int): The first dimension of the shape. - βbits (
Int): The second dimension of the shape. - βsrc_fmt (
String): Source format string. - βdst_fmt (
String): Destination format string. - βmulticast (
String): Multicast string.
Args:
- βtmem_addr (
UInt32): Address of the tensor memory. - βs_desc (
MMASmemDescriptor): Matrix descriptor for the copy operation.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!