tvm
|
namespace for constant symbols More...
Variables | |
constexpr const char * | tvm_get_c_metadata = "get_c_metadata" |
A PackedFunc that retrieves exported metadata. More... | |
constexpr const char * | tvm_module_ctx = "__tvm_module_ctx" |
Global variable to store module context. More... | |
constexpr const char * | tvm_dev_mblob = "__tvm_dev_mblob" |
Global variable to store device module blob. More... | |
constexpr const char * | tvm_set_device = "__tvm_set_device" |
global function to set device More... | |
constexpr const char * | tvm_global_barrier_state = "__tvm_global_barrier_state" |
Auxiliary counter to global barrier. More... | |
constexpr const char * | tvm_prepare_global_barrier = "__tvm_prepare_global_barrier" |
Prepare the global barrier before kernels that uses global barrier. More... | |
constexpr const char * | tvm_module_main = "__tvm_main__" |
Placeholder for the module's entry function. More... | |
constexpr const char * | tvm_param_prefix = "__tvm_param__" |
Prefix for parameter symbols emitted into the main program. More... | |
constexpr const char * | tvm_lookup_linked_param = "_lookup_linked_param" |
A PackedFunc that looks up linked parameters by storage_id. More... | |
constexpr const char * | tvm_entrypoint_suffix = "run" |
Model entrypoint generated as an interface to the AOT function outside of TIR. More... | |
namespace for constant symbols
|
constexpr |
Global variable to store device module blob.
|
constexpr |
Model entrypoint generated as an interface to the AOT function outside of TIR.
|
constexpr |
A PackedFunc that retrieves exported metadata.
|
constexpr |
Auxiliary counter to global barrier.
|
constexpr |
A PackedFunc that looks up linked parameters by storage_id.
|
constexpr |
Global variable to store module context.
|
constexpr |
Placeholder for the module's entry function.
|
constexpr |
Prefix for parameter symbols emitted into the main program.
|
constexpr |
Prepare the global barrier before kernels that uses global barrier.
|
constexpr |
global function to set device