tilelang.backend.device_codegen¶
Device codegen component types and helpers.
Attributes¶
Classes¶
Device codegen entry points for one backend target variant. |
Functions¶
|
Create a device codegen callback backed by a TVM global function. |
Module Contents¶
- tilelang.backend.device_codegen.DeviceCodegenFunc¶
- tilelang.backend.device_codegen.global_func_device_codegen(global_func_name)¶
Create a device codegen callback backed by a TVM global function.
- Parameters:
global_func_name (str)
- Return type:
DeviceCodegenFunc