tilelang.jit.param

Classes

Program

Placeholder for the type returned by the original decorated function.

Kernel

Placeholder for the type of the compiled kernel.

Module Contents

class tilelang.jit.param.Program(data)

Placeholder for the type returned by the original decorated function.

参数:

data (str)

data
__repr__()
class tilelang.jit.param.Kernel(source, out_idx)

Placeholder for the type of the compiled kernel.

参数:
  • source (str)

  • out_idx (Any)

source_code
out_idx
get_kernel_source()
返回类型:

str

__repr__()