tilelang.cuda.op.gemm.gemm_mma_sm75¶
Classes¶
Base class for GEMM tile operators. |
Module Contents¶
- class tilelang.cuda.op.gemm.gemm_mma_sm75.GemmMMASm75¶
Bases:
tilelang.cuda.op.gemm.gemm_mma.GemmMMABase class for GEMM tile operators.
Classifies the GEMM variant by the memory scopes of operands A and B (SS, SR, RS, TS, RR) and provides common property accessors for the underlying
gemm_nodeIR node.- intrin_emitter_cls¶