#include <starpu.h>
#include <core/workers.h>
#include <common/list.h>
#include <string.h>
#include <omp.h>
#include <mkl_service.h>
Go to the source code of this file.
◆ starpu_parallel_worker_config
struct starpu_parallel_worker_config |
◆ _starpu_parallel_worker_parameters
struct _starpu_parallel_worker_parameters |
Data Fields |
int |
min_nb |
|
int |
max_nb |
|
int |
nb |
|
char * |
sched_policy_name |
|
struct starpu_sched_policy * |
sched_policy_struct |
|
unsigned |
keep_homogeneous |
|
unsigned |
prefere_min |
|
void(*)(void *) |
create_func |
|
void * |
create_func_arg |
|
int |
type |
|
unsigned |
awake_workers |
|