tilelang.cuda.op.gemm_sp.gemm_sp_mma¶
Attributes¶
Classes¶
Module Contents¶
- tilelang.cuda.op.gemm_sp.gemm_sp_mma.GEMM_SP_INST_MMA = 'cuda.mma'¶
- class tilelang.cuda.op.gemm_sp.gemm_sp_mma.GemmSPMMA¶
Bases:
tilelang.tileop.gemm_sp.gemm_sp_base.GemmSPBase- infer_layout(target, thread_nums)¶
- Parameters:
target (tvm.target.Target)
thread_nums (int)
- lower(target, thread_nums, thread_var)¶
- Parameters:
target (tvm.target.Target)
thread_nums (int)
thread_var (tvm.tir.Var)