tilelang.tileop.gemm_sp.gemm_sp_mma

Classes

Module Contents

class tilelang.tileop.gemm_sp.gemm_sp_mma.GemmSPMMA

Bases: tilelang.tileop.gemm_sp.gemm_sp_base.GemmSPBase

infer_layout(target, thread_nums)
参数:
  • target (tvm.target.Target)

  • thread_nums (int)

lower(target, thread_nums, thread_var)
参数:
  • target (tvm.target.Target)

  • thread_nums (int)

  • thread_var (tvm.tir.Var)

is_gemm_ss()
返回类型:

bool

is_gemm_sr()
返回类型:

bool

is_gemm_rs()
返回类型:

bool

is_gemm_rr()
返回类型:

bool