Include dependency graph for cs_execution_context.cpp:Functions | |
| void | cs_execution_default_env_init (void) |
| Initialize the global execution context. More... | |
| void | cs_execution_default_env_init_context (void) |
| Initialize context (CPU/GPU) More... | |
| void | cs_execution_default_env_finalize (void) |
| Free the global execution context pointer. More... | |
Variables | |
| static cs::execution::environment * | _default_env = nullptr |
| void cs_execution_default_env_finalize | ( | void | ) |
Free the global execution context pointer.
| void cs_execution_default_env_init | ( | void | ) |
Initialize the global execution context.
| void cs_execution_default_env_init_context | ( | void | ) |
Initialize context (CPU/GPU)
|
static |