tilelang.jit.param module#

class tilelang.jit.param.Kernel(source: str, out_idx: Any)#

Bases: object

Placeholder for the type of the compiled kernel.

get_kernel_source() str#
class tilelang.jit.param.Program(data: str)#

Bases: object

Placeholder for the type returned by the original decorated function.