tilelang.jit.adapter package#
Subpackages#
Submodules#
- tilelang.jit.adapter.base module
- tilelang.jit.adapter.dlpack module
- tilelang.jit.adapter.libgen module
LibraryGenerator
LibraryGenerator.compile_lib()
LibraryGenerator.get_lib_path()
LibraryGenerator.get_source_path()
LibraryGenerator.lib_code
LibraryGenerator.libpath
LibraryGenerator.load_lib()
LibraryGenerator.remove_lib()
LibraryGenerator.set_lib_path()
LibraryGenerator.set_src_path()
LibraryGenerator.srcpath
LibraryGenerator.update_lib_code()
- tilelang.jit.adapter.utils module
- tilelang.jit.adapter.wrapper module
BaseWrapper
TLCPUSourceWrapper
TLCPUSourceWrapper.CALL_PREFIX
TLCPUSourceWrapper.INIT_FUNC
TLCPUSourceWrapper.backend
TLCPUSourceWrapper.create_call_func()
TLCPUSourceWrapper.device_mod
TLCPUSourceWrapper.get_cpu_init_func()
TLCPUSourceWrapper.get_dynamic_symbolic_set()
TLCPUSourceWrapper.host_mod
TLCPUSourceWrapper.parse_source_information()
TLCPUSourceWrapper.pass_configs
TLCPUSourceWrapper.prim_func
TLCPUSourceWrapper.update_lib_code()
TLCUDASourceWrapper
TLCUDASourceWrapper.backend
TLCUDASourceWrapper.create_dispatch_func()
TLCUDASourceWrapper.device_mod
TLCUDASourceWrapper.generate_tma_descriptor_args()
TLCUDASourceWrapper.get_cuda_init_func()
TLCUDASourceWrapper.get_dynamic_symbolic_set()
TLCUDASourceWrapper.host_mod
TLCUDASourceWrapper.is_tma_descriptor_arg()
TLCUDASourceWrapper.parse_source_information()
TLCUDASourceWrapper.pass_configs
TLCUDASourceWrapper.prim_func
TLCUDASourceWrapper.update_lib_code()
TLHIPSourceWrapper
TLWrapper