Mojo function
wgmma_async
wgmma_async[m: Int, n: Int, k: Int, c_dtype: DType, width: Int, /, *, a_type: DType, b_type: DType, layout_a: StringLiteral = "row", layout_b: StringLiteral = "col"](mat_a_desc: WGMMADescriptor[dtype], mat_b_desc: WGMMADescriptor[dtype], c_reg: SIMD[c_dtype, width]) -> SIMD[c_dtype, width]
Performs warp group async Matrix-multiply and accumulate(WGMMA) operation.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!