H2Lib
3.0
|
Simple representation of a task. More...
#include <opencl.h>
Data Fields | |
void * | data |
ptask | next |
Simple representation of a task.
The data of the a task is stored in the field _task::data. Because this struct is usually used in the same contexts with a taskgroup, the code to be executed should be clear. Also it contains pointer _task::next to the next task in the list.
void* data |
Input / output data for the current task.
ptask next |
Pointer to the next task in the list.