Skip to main content
Log in

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.