tvm
Variables
tvm::runtime::symbol Namespace Reference

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...
 

Detailed Description

namespace for constant symbols

Variable Documentation

◆ tvm_dev_mblob

constexpr const char* tvm::runtime::symbol::tvm_dev_mblob = "__tvm_dev_mblob"
constexpr

Global variable to store device module blob.

◆ tvm_entrypoint_suffix

constexpr const char* tvm::runtime::symbol::tvm_entrypoint_suffix = "run"
constexpr

Model entrypoint generated as an interface to the AOT function outside of TIR.

◆ tvm_get_c_metadata

constexpr const char* tvm::runtime::symbol::tvm_get_c_metadata = "get_c_metadata"
constexpr

A PackedFunc that retrieves exported metadata.

◆ tvm_global_barrier_state

constexpr const char* tvm::runtime::symbol::tvm_global_barrier_state = "__tvm_global_barrier_state"
constexpr

Auxiliary counter to global barrier.

◆ tvm_lookup_linked_param

constexpr const char* tvm::runtime::symbol::tvm_lookup_linked_param = "_lookup_linked_param"
constexpr

A PackedFunc that looks up linked parameters by storage_id.

◆ tvm_module_ctx

constexpr const char* tvm::runtime::symbol::tvm_module_ctx = "__tvm_module_ctx"
constexpr

Global variable to store module context.

◆ tvm_module_main

constexpr const char* tvm::runtime::symbol::tvm_module_main = "__tvm_main__"
constexpr

Placeholder for the module's entry function.

◆ tvm_param_prefix

constexpr const char* tvm::runtime::symbol::tvm_param_prefix = "__tvm_param__"
constexpr

Prefix for parameter symbols emitted into the main program.

◆ tvm_prepare_global_barrier

constexpr const char* tvm::runtime::symbol::tvm_prepare_global_barrier = "__tvm_prepare_global_barrier"
constexpr

Prepare the global barrier before kernels that uses global barrier.

◆ tvm_set_device

constexpr const char* tvm::runtime::symbol::tvm_set_device = "__tvm_set_device"
constexpr

global function to set device