void GPUart_stop(void)
Disable kernel execution on the GPU.
Definition: GPUart.cpp:101
void GPUart_start(void)
Enable kernel execution on the GPU.
Definition: GPUart.cpp:87
void GPUart_schedule(void)
Trigger the scheduler of GPUart to process the scheduling decision.
Definition: GPUart.cpp:130
void GPUart_init(void)
Initialize all layers of GPUart.
Definition: GPUart.cpp:70
void GPUart_destroy(void)
Destroy all GPUart related context.
Definition: GPUart.cpp:115