tilelang.jit.param

類別

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__()