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. Parameters: data (str) data¶ __repr__()¶ class tilelang.jit.param.Kernel(source, out_idx)¶ Placeholder for the type of the compiled kernel. Parameters: source (str) out_idx (Any) source_code¶ out_idx¶ get_kernel_source()¶ Return type: str __repr__()¶