tilelang.cuda.op.gemm.gemm_mma_sm75¶

Classes¶

GemmMMASm75

Base class for GEMM tile operators.

Module Contents¶

class tilelang.cuda.op.gemm.gemm_mma_sm75.GemmMMASm75¶

Bases: tilelang.cuda.op.gemm.gemm_mma.GemmMMA

Base 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_node IR node.

intrin_emitter_cls¶