tilelang.jit.adapter.base module#

The profiler and convert to torch utils

class tilelang.jit.adapter.base.BaseKernelAdapter(mod, params: List[KernelParam], result_idx: List[int])#

Bases: ABC

func: Optional[Callable] = None#
get_kernel_source() str#