![]() |
(git:f56c6e3)
|
Internal representation of a task list, abstracting various backends. More...
#include <grid_task_list.h>
Data Fields | |
| int | backend |
| int | nlevels |
| int(* | npts_local )[3] |
| grid_ref_task_list * | ref |
| grid_cpu_task_list * | cpu |
| grid_dgemm_task_list * | dgemm |
Internal representation of a task list, abstracting various backends.
Definition at line 26 of file grid_task_list.h.
| int grid_task_list::backend |
Definition at line 27 of file grid_task_list.h.
| int grid_task_list::nlevels |
Definition at line 28 of file grid_task_list.h.
| int(* grid_task_list::npts_local)[3] |
Definition at line 29 of file grid_task_list.h.
| grid_ref_task_list* grid_task_list::ref |
Definition at line 30 of file grid_task_list.h.
| grid_cpu_task_list* grid_task_list::cpu |
Definition at line 31 of file grid_task_list.h.
| grid_dgemm_task_list* grid_task_list::dgemm |
Definition at line 32 of file grid_task_list.h.