123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524 |
- /* StarPU --- Runtime system for heterogeneous multicore architectures.
- *
- * Copyright (C) 2011, 2013 INRIA
- *
- * StarPU is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation; either version 2.1 of the License, or (at
- * your option) any later version.
- *
- * StarPU is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- *
- * See the GNU Lesser General Public License in COPYING.LGPL for more details.
- */
- #include <core/sched_policy.h>
- #include <core/sched_ctx.h>
- #include <common/utils.h>
- #include <stdarg.h>
- starpu_pthread_rwlock_t changing_ctx_mutex[STARPU_NMAX_SCHED_CTXS];
- extern struct starpu_worker_collection worker_list;
- static starpu_pthread_mutex_t sched_ctx_manag = STARPU_PTHREAD_MUTEX_INITIALIZER;
- static starpu_pthread_mutex_t finished_submit_mutex = STARPU_PTHREAD_MUTEX_INITIALIZER;
- struct starpu_task stop_submission_task = STARPU_TASK_INITIALIZER;
- starpu_pthread_key_t sched_ctx_key;
- unsigned with_hypervisor = 0;
- double hyp_start_sample[STARPU_NMAX_SCHED_CTXS];
- double hyp_start_allow_sample[STARPU_NMAX_SCHED_CTXS];
- double flops[STARPU_NMAX_SCHED_CTXS][STARPU_NMAXWORKERS];
- size_t data_size[STARPU_NMAX_SCHED_CTXS][STARPU_NMAXWORKERS];
- static unsigned _starpu_get_first_free_sched_ctx(struct _starpu_machine_config *config);
- static void _starpu_worker_gets_into_ctx(unsigned sched_ctx_id, struct _starpu_worker *worker)
- {
- unsigned ret_sched_ctx = _starpu_sched_ctx_list_get_sched_ctx(worker->sched_ctx_list, sched_ctx_id);
- /* the worker was planning to go away in another ctx but finally he changed his mind &
- he's staying */
- if (ret_sched_ctx == STARPU_NMAX_SCHED_CTXS)
- {
- /* add context to worker */
- _starpu_sched_ctx_list_add(&worker->sched_ctx_list, sched_ctx_id);
- worker->nsched_ctxs++;
- }
- worker->removed_from_ctx[sched_ctx_id] = 0;
- return;
- }
- void _starpu_worker_gets_out_of_ctx(unsigned sched_ctx_id, struct _starpu_worker *worker)
- {
- unsigned ret_sched_ctx = _starpu_sched_ctx_list_get_sched_ctx(worker->sched_ctx_list, sched_ctx_id);
- /* remove context from worker */
- if(ret_sched_ctx != STARPU_NMAX_SCHED_CTXS)
- {
- struct _starpu_sched_ctx *sched_ctx = _starpu_get_sched_ctx_struct(sched_ctx_id);
- if(sched_ctx && sched_ctx->sched_policy && sched_ctx->sched_policy->remove_workers)
- sched_ctx->sched_policy->remove_workers(sched_ctx_id, &worker->workerid, 1);
- _starpu_sched_ctx_list_remove(&worker->sched_ctx_list, sched_ctx_id);
- worker->nsched_ctxs--;
- }
- return;
- }
- static void _starpu_update_workers_with_ctx(int *workerids, int nworkers, int sched_ctx_id)
- {
- int i;
- struct _starpu_worker *worker = NULL;
- struct _starpu_worker *curr_worker = _starpu_get_local_worker_key();
-
- for(i = 0; i < nworkers; i++)
- {
- worker = _starpu_get_worker_struct(workerids[i]);
- /* if the current thread requires resize it's no need
- to lock it in order to change its sched_ctx info */
- if(curr_worker && curr_worker == worker)
- _starpu_worker_gets_into_ctx(sched_ctx_id, worker);
- else
- {
- STARPU_PTHREAD_MUTEX_LOCK(&worker->sched_mutex);
- _starpu_worker_gets_into_ctx(sched_ctx_id, worker);
- STARPU_PTHREAD_MUTEX_UNLOCK(&worker->sched_mutex);
- }
- }
- return;
- }
- static void _starpu_update_workers_without_ctx(int *workerids, int nworkers, int sched_ctx_id, unsigned now)
- {
- int i;
- struct _starpu_worker *worker = NULL;
- struct _starpu_worker *curr_worker = _starpu_get_local_worker_key();
-
- for(i = 0; i < nworkers; i++)
- {
- worker = _starpu_get_worker_struct(workerids[i]);
- if(now)
- {
- if(curr_worker && curr_worker == worker)
- _starpu_worker_gets_out_of_ctx(sched_ctx_id, worker);
- else
- {
- STARPU_PTHREAD_MUTEX_LOCK(&worker->sched_mutex);
- _starpu_worker_gets_out_of_ctx(sched_ctx_id, worker);
- STARPU_PTHREAD_MUTEX_UNLOCK(&worker->sched_mutex);
- }
- }
- else
- {
- if(curr_worker && curr_worker == worker)
- worker->removed_from_ctx[sched_ctx_id] = 1;
- else
- {
- STARPU_PTHREAD_MUTEX_LOCK(&worker->sched_mutex);
- worker->removed_from_ctx[sched_ctx_id] = 1;
- STARPU_PTHREAD_MUTEX_UNLOCK(&worker->sched_mutex);
- }
- }
- }
- return;
- }
- void starpu_sched_ctx_stop_task_submission()
- {
- _starpu_exclude_task_from_dag(&stop_submission_task);
- _starpu_task_submit_internally(&stop_submission_task);
- }
- void starpu_sched_ctx_worker_shares_tasks_lists(int workerid, int sched_ctx_id)
- {
- struct _starpu_worker *worker = _starpu_get_worker_struct(workerid);
- struct _starpu_sched_ctx *sched_ctx = _starpu_get_sched_ctx_struct(sched_ctx_id);
- /* if is the initial sched_ctx no point in taking the mutex, the workers are
- not launched yet */
- if(!sched_ctx->is_initial_sched)
- STARPU_PTHREAD_MUTEX_LOCK(&worker->sched_mutex);
- worker->shares_tasks_lists[sched_ctx_id] = 1;
- if(!sched_ctx->is_initial_sched)
- STARPU_PTHREAD_MUTEX_UNLOCK(&worker->sched_mutex);
- }
- static void _starpu_add_workers_to_sched_ctx(struct _starpu_sched_ctx *sched_ctx, int *workerids, int nworkers,
- int *added_workers, int *n_added_workers)
- {
- struct starpu_worker_collection *workers = sched_ctx->workers;
- struct _starpu_machine_config *config = (struct _starpu_machine_config *)_starpu_get_machine_config();
- int nworkers_to_add = nworkers == -1 ? (int)config->topology.nworkers : nworkers;
- int workers_to_add[nworkers_to_add];
- int i = 0;
- for(i = 0; i < nworkers_to_add; i++)
- {
- /* added_workers is NULL for the call of this func at the creation of the context*/
- /* if the function is called at the creation of the context it's no need to do this verif */
- if(added_workers)
- {
- int worker = workers->add(workers, (workerids == NULL ? i : workerids[i]));
- if(worker >= 0)
- added_workers[(*n_added_workers)++] = worker;
- else
- {
- struct _starpu_worker *worker_str = _starpu_get_worker_struct(workerids[i]);
- STARPU_PTHREAD_MUTEX_LOCK(&worker_str->sched_mutex);
- worker_str->removed_from_ctx[sched_ctx->id] = 0;
- STARPU_PTHREAD_MUTEX_UNLOCK(&worker_str->sched_mutex);
- }
- }
- else
- {
- int worker = (workerids == NULL ? i : workerids[i]);
- workers->add(workers, worker);
- workers_to_add[i] = worker;
- }
- }
- if(sched_ctx->sched_policy->add_workers)
- {
- if(added_workers)
- {
- if(*n_added_workers > 0)
- sched_ctx->sched_policy->add_workers(sched_ctx->id, added_workers, *n_added_workers);
- }
- else
- sched_ctx->sched_policy->add_workers(sched_ctx->id, workers_to_add, nworkers_to_add);
- }
- return;
- }
- static void _starpu_remove_workers_from_sched_ctx(struct _starpu_sched_ctx *sched_ctx, int *workerids,
- int nworkers, int *removed_workers, int *n_removed_workers)
- {
- struct starpu_worker_collection *workers = sched_ctx->workers;
- int i = 0;
- for(i = 0; i < nworkers; i++)
- {
- if(workers->nworkers > 0)
- {
- if(_starpu_worker_belongs_to_a_sched_ctx(workerids[i], sched_ctx->id))
- {
- int worker = workers->remove(workers, workerids[i]);
- if(worker >= 0)
- removed_workers[(*n_removed_workers)++] = worker;
- }
- }
- }
- return;
- }
- static void _starpu_sched_ctx_free_scheduling_data(struct _starpu_sched_ctx *sched_ctx)
- {
- int *workerids = NULL;
- unsigned nworkers_ctx = starpu_sched_ctx_get_workers_list(sched_ctx->id, &workerids);
- if(nworkers_ctx > 0 && sched_ctx->sched_policy->remove_workers)
- sched_ctx->sched_policy->remove_workers(sched_ctx->id, workerids, nworkers_ctx);
- free(workerids);
- return;
- }
- #ifdef STARPU_HAVE_HWLOC
- static void _starpu_sched_ctx_create_hwloc_tree(struct _starpu_sched_ctx *sched_ctx)
- {
- struct _starpu_machine_config *config = (struct _starpu_machine_config *)_starpu_get_machine_config();
- sched_ctx->hwloc_workers_set = hwloc_bitmap_alloc();
- struct starpu_worker_collection *workers = sched_ctx->workers;
- int worker;
- struct starpu_sched_ctx_iterator it;
- if(workers->init_iterator)
- workers->init_iterator(workers, &it);
- while(workers->has_next(workers, &it))
- {
- worker = workers->get_next(workers, &it);
- if(!starpu_worker_is_combined_worker(worker))
- {
- hwloc_bitmap_or(sched_ctx->hwloc_workers_set,
- sched_ctx->hwloc_workers_set,
- config->workers[worker].hwloc_cpu_set);
- }
- }
- return;
- }
- #endif
- struct _starpu_sched_ctx* _starpu_create_sched_ctx(struct starpu_sched_policy *policy, int *workerids,
- int nworkers_ctx, unsigned is_initial_sched,
- const char *sched_ctx_name,
- int min_prio_set, int min_prio,
- int max_prio_set, int max_prio)
- {
- struct _starpu_machine_config *config = (struct _starpu_machine_config *)_starpu_get_machine_config();
- STARPU_PTHREAD_MUTEX_LOCK(&sched_ctx_manag);
- STARPU_ASSERT(config->topology.nsched_ctxs < STARPU_NMAX_SCHED_CTXS);
- unsigned id = _starpu_get_first_free_sched_ctx(config);
- struct _starpu_sched_ctx *sched_ctx = &config->sched_ctxs[id];
- sched_ctx->id = id;
- config->topology.nsched_ctxs++;
- STARPU_PTHREAD_MUTEX_UNLOCK(&sched_ctx_manag);
- int nworkers = config->topology.nworkers;
- STARPU_ASSERT(nworkers_ctx <= nworkers);
- STARPU_PTHREAD_MUTEX_INIT(&sched_ctx->empty_ctx_mutex, NULL);
- starpu_task_list_init(&sched_ctx->empty_ctx_tasks);
- sched_ctx->sched_policy = (struct starpu_sched_policy*)malloc(sizeof(struct starpu_sched_policy));
- sched_ctx->is_initial_sched = is_initial_sched;
- sched_ctx->name = sched_ctx_name;
- sched_ctx->inheritor = STARPU_NMAX_SCHED_CTXS;
- sched_ctx->finished_submit = 0;
- sched_ctx->min_priority_is_set = min_prio_set;
- if (sched_ctx->min_priority_is_set) sched_ctx->min_priority = min_prio;
- sched_ctx->max_priority_is_set = max_prio_set;
- if (sched_ctx->max_priority_is_set) sched_ctx->max_priority = max_prio;
- sem_init(&sched_ctx->parallel_code_sem, 0, 0);
- _starpu_barrier_counter_init(&sched_ctx->tasks_barrier, 0);
- _starpu_barrier_counter_init(&sched_ctx->ready_tasks_barrier, 0);
- sched_ctx->ready_flops = 0.0;
- /*init the strategy structs and the worker_collection of the ressources of the context */
- _starpu_init_sched_policy(config, sched_ctx, policy);
- /* construct the collection of workers(list/tree/etc.) */
- sched_ctx->workers->init(sched_ctx->workers);
- /* after having an worker_collection on the ressources add them */
- _starpu_add_workers_to_sched_ctx(sched_ctx, workerids, nworkers_ctx, NULL, NULL);
- #ifdef STARPU_HAVE_HWLOC
- /* build hwloc tree of the context */
- _starpu_sched_ctx_create_hwloc_tree(sched_ctx);
- #endif //STARPU_HAVE_HWLOC
- /* if we create the initial big sched ctx we can update workers' status here
- because they haven't been launched yet */
- if(is_initial_sched)
- {
- int i;
- /*initialize the mutexes for all contexts */
- for(i = 0; i < STARPU_NMAX_SCHED_CTXS; i++)
- STARPU_PTHREAD_RWLOCK_INIT(&changing_ctx_mutex[i], NULL);
- for(i = 0; i < nworkers; i++)
- {
- struct _starpu_worker *worker = _starpu_get_worker_struct(i);
- worker->sched_ctx_list = (struct _starpu_sched_ctx_list*)malloc(sizeof(struct _starpu_sched_ctx_list));
- _starpu_sched_ctx_list_init(worker->sched_ctx_list);
- _starpu_sched_ctx_list_add(&worker->sched_ctx_list, sched_ctx->id);
- worker->nsched_ctxs++;
- }
- }
- return sched_ctx;
- }
- static void _get_workers(int min, int max, int *workers, int *nw, enum starpu_worker_archtype arch, unsigned allow_overlap)
- {
- int pus[max];
- int npus = 0;
- int i;
- int n = 0;
- struct _starpu_machine_config *config = (struct _starpu_machine_config *)_starpu_get_machine_config();
- if(config->topology.nsched_ctxs == 1)
- {
- /*we have all available resources */
- npus = starpu_worker_get_nids_by_type(arch, pus, max);
- /*TODO: hierarchical ctxs: get max good workers: close one to another */
- for(i = 0; i < npus; i++)
- workers[(*nw)++] = pus[i];
- }
- else
- {
- unsigned enough_ressources = 0;
- npus = starpu_worker_get_nids_ctx_free_by_type(arch, pus, max);
- for(i = 0; i < npus; i++)
- workers[(*nw)++] = pus[i];
- if(npus == max)
- /*we have enough available resources */
- enough_ressources = 1;
- if(!enough_ressources && npus >= min)
- /*we have enough available resources */
- enough_ressources = 1;
- if(!enough_ressources)
- {
- /* try to get ressources from ctx who have more than the min of workers they need */
- int s;
- for(s = 1; s < STARPU_NMAX_SCHED_CTXS; s++)
- {
- if(config->sched_ctxs[s].id != STARPU_NMAX_SCHED_CTXS)
- {
- int _npus = 0;
- int _pus[STARPU_NMAXWORKERS];
- _npus = starpu_get_workers_of_sched_ctx(config->sched_ctxs[s].id, _pus, arch);
- int ctx_min = arch == STARPU_CPU_WORKER ? config->sched_ctxs[s].min_ncpus : config->sched_ctxs[s].min_ngpus;
- if(_npus > ctx_min)
- {
- if(npus < min)
- {
- n = (_npus - ctx_min) > (min - npus) ? min - npus : (_npus - ctx_min);
- npus += n;
- }
- /*TODO: hierarchical ctxs: get n good workers: close to the other ones I already assigned to the ctx */
- for(i = 0; i < n; i++)
- workers[(*nw)++] = _pus[i];
- starpu_sched_ctx_remove_workers(_pus, n, config->sched_ctxs[s].id);
- }
- }
- }
- if(npus >= min)
- enough_ressources = 1;
- }
- if(!enough_ressources)
- {
- /* if there is no available workers to satisfy the minimum required
- give them workers proportional to their requirements*/
- int global_npus = starpu_worker_get_count_by_type(arch);
- int req_npus = 0;
- int s;
- for(s = 1; s < STARPU_NMAX_SCHED_CTXS; s++)
- if(config->sched_ctxs[s].id != STARPU_NMAX_SCHED_CTXS)
- req_npus += arch == STARPU_CPU_WORKER ? config->sched_ctxs[s].min_ncpus : config->sched_ctxs[s].min_ngpus;
- req_npus += min;
- for(s = 1; s < STARPU_NMAX_SCHED_CTXS; s++)
- {
- if(config->sched_ctxs[s].id != STARPU_NMAX_SCHED_CTXS)
- {
- int ctx_min = arch == STARPU_CPU_WORKER ? config->sched_ctxs[s].min_ncpus : config->sched_ctxs[s].min_ngpus;
- double needed_npus = ((double)ctx_min * (double)global_npus) / (double)req_npus;
- int _npus = 0;
- int _pus[STARPU_NMAXWORKERS];
- _npus = starpu_get_workers_of_sched_ctx(config->sched_ctxs[s].id, _pus, arch);
- if(needed_npus < (double)_npus)
- {
- double npus_to_rem = (double)_npus - needed_npus;
- int x = floor(npus_to_rem);
- double x_double = (double)x;
- double diff = npus_to_rem - x_double;
- int npus_to_remove = diff >= 0.5 ? x+1 : x;
- int pus_to_remove[npus_to_remove];
- int c = 0;
- /*TODO: hierarchical ctxs: get npus_to_remove good workers: close to the other ones I already assigned to the ctx */
- for(i = _npus-1; i >= (_npus - npus_to_remove); i--)
- {
- workers[(*nw)++] = _pus[i];
- pus_to_remove[c++] = _pus[i];
- }
- if(!allow_overlap)
- starpu_sched_ctx_remove_workers(pus_to_remove, npus_to_remove, config->sched_ctxs[s].id);
- }
- }
- }
- }
- }
- }
- unsigned starpu_sched_ctx_create_inside_interval(const char *policy_name, const char *sched_ctx_name,
- int min_ncpus, int max_ncpus, int min_ngpus, int max_ngpus,
- unsigned allow_overlap)
- {
- struct _starpu_machine_config *config = (struct _starpu_machine_config *)_starpu_get_machine_config();
- struct starpu_sched_policy *selected_policy = _starpu_select_sched_policy(config, policy_name);
- struct _starpu_sched_ctx *sched_ctx = NULL;
- int workers[max_ncpus + max_ngpus];
- int nw = 0;
- STARPU_PTHREAD_MUTEX_LOCK(&sched_ctx_manag);
- _get_workers(min_ncpus, max_ncpus, workers, &nw, STARPU_CPU_WORKER, allow_overlap);
- _get_workers(min_ngpus, max_ngpus, workers, &nw, STARPU_CUDA_WORKER, allow_overlap);
- STARPU_PTHREAD_MUTEX_UNLOCK(&sched_ctx_manag);
- int i;
- printf("%d: ", nw);
- for(i = 0; i < nw; i++)
- printf("%d ", workers[i]);
- printf("\n");
- sched_ctx = _starpu_create_sched_ctx(selected_policy, workers, nw, 0, sched_ctx_name, 0, 0, 0, 0);
- sched_ctx->min_ncpus = min_ncpus;
- sched_ctx->max_ncpus = max_ncpus;
- sched_ctx->min_ngpus = min_ngpus;
- sched_ctx->max_ngpus = max_ngpus;
- _starpu_update_workers_without_ctx(sched_ctx->workers->workerids, sched_ctx->workers->nworkers, sched_ctx->id, 0);
- #ifdef STARPU_USE_SC_HYPERVISOR
- sched_ctx->perf_counters = NULL;
- #endif
- return sched_ctx->id;
- }
- unsigned starpu_sched_ctx_create(int *workerids, int nworkers, const char *sched_ctx_name, ...)
- {
- va_list varg_list;
- int arg_type;
- int min_prio_set = 0;
- int max_prio_set = 0;
- int min_prio = 0;
- int max_prio = 0;
- struct starpu_sched_policy *sched_policy;
- va_start(varg_list, sched_ctx_name);
- while ((arg_type = va_arg(varg_list, int)) != 0)
- {
- if (arg_type == STARPU_SCHED_CTX_POLICY_NAME)
- {
- char *policy_name = va_arg(varg_list, char *);
- struct _starpu_machine_config *config = (struct _starpu_machine_config *)_starpu_get_machine_config();
- sched_policy = _starpu_select_sched_policy(config, policy_name);
- }
- else if (arg_type == STARPU_SCHED_CTX_POLICY_STRUCT)
- {
- sched_policy = va_arg(varg_list, struct starpu_sched_policy *);
- }
- else if (arg_type == STARPU_SCHED_CTX_POLICY_MIN_PRIO)
- {
- min_prio = va_arg(varg_list, int);
- min_prio_set = 1;
- }
- else if (arg_type == STARPU_SCHED_CTX_POLICY_MAX_PRIO)
- {
- max_prio = va_arg(varg_list, int);
- max_prio_set = 1;
- }
- else
- {
- STARPU_ABORT_MSG("Unrecognized argument %d\n", arg_type);
- }
- }
- va_end(varg_list);
- struct _starpu_sched_ctx *sched_ctx = NULL;
- sched_ctx = _starpu_create_sched_ctx(sched_policy, workerids, nworkers, 0, sched_ctx_name, min_prio_set, min_prio, max_prio_set, max_prio);
- _starpu_update_workers_with_ctx(sched_ctx->workers->workerids, sched_ctx->workers->nworkers, sched_ctx->id);
- #ifdef STARPU_USE_SC_HYPERVISOR
- sched_ctx->perf_counters = NULL;
- #endif
- return sched_ctx->id;
- }
- void starpu_sched_ctx_register_close_callback(unsigned sched_ctx_id, void (*close_callback)(unsigned sched_ctx_id, void* args), void *args)
- {
- struct _starpu_sched_ctx *sched_ctx = _starpu_get_sched_ctx_struct(sched_ctx_id);
- sched_ctx->close_callback = close_callback;
- sched_ctx->close_args = args;
- return;
- }
- #ifdef STARPU_USE_SC_HYPERVISOR
- void starpu_sched_ctx_set_perf_counters(unsigned sched_ctx_id, void* perf_counters)
- {
- struct _starpu_sched_ctx *sched_ctx = _starpu_get_sched_ctx_struct(sched_ctx_id);
- sched_ctx->perf_counters = (struct starpu_sched_ctx_performance_counters *)perf_counters;
- return;
- }
- #endif
- /* free all structures for the context */
- static void _starpu_delete_sched_ctx(struct _starpu_sched_ctx *sched_ctx)
- {
- STARPU_ASSERT(sched_ctx->id != STARPU_NMAX_SCHED_CTXS);
- _starpu_deinit_sched_policy(sched_ctx);
- free(sched_ctx->sched_policy);
- sched_ctx->sched_policy = NULL;
- STARPU_PTHREAD_MUTEX_DESTROY(&sched_ctx->empty_ctx_mutex);
- sem_destroy(&sched_ctx->parallel_code_sem);
- sched_ctx->id = STARPU_NMAX_SCHED_CTXS;
- #ifdef STARPU_HAVE_HWLOC
- hwloc_bitmap_free(sched_ctx->hwloc_workers_set);
- #endif //STARPU_HAVE_HWLOC
- struct _starpu_machine_config *config = _starpu_get_machine_config();
- STARPU_PTHREAD_MUTEX_LOCK(&sched_ctx_manag);
- config->topology.nsched_ctxs--;
- STARPU_PTHREAD_MUTEX_UNLOCK(&sched_ctx_manag);
- }
- void starpu_sched_ctx_delete(unsigned sched_ctx_id)
- {
- struct _starpu_sched_ctx *sched_ctx = _starpu_get_sched_ctx_struct(sched_ctx_id);
- #ifdef STARPU_USE_SC_HYPERVISOR
- if(sched_ctx != NULL && sched_ctx_id != 0 && sched_ctx_id != STARPU_NMAX_SCHED_CTXS
- && sched_ctx->perf_counters != NULL)
- {
- _STARPU_TRACE_HYPERVISOR_BEGIN();
- sched_ctx->perf_counters->notify_delete_context(sched_ctx_id);
- _STARPU_TRACE_HYPERVISOR_END();
- }
- #endif //STARPU_USE_SC_HYPERVISOR
- unsigned inheritor_sched_ctx_id = sched_ctx->inheritor;
- struct _starpu_sched_ctx *inheritor_sched_ctx = _starpu_get_sched_ctx_struct(sched_ctx->inheritor);
- STARPU_PTHREAD_RWLOCK_WRLOCK(&changing_ctx_mutex[sched_ctx_id]);
- STARPU_ASSERT(sched_ctx->id != STARPU_NMAX_SCHED_CTXS);
- int *workerids;
- unsigned nworkers_ctx = starpu_sched_ctx_get_workers_list(sched_ctx->id, &workerids);
-
- /*if both of them have all the ressources is pointless*/
- /*trying to transfer ressources from one ctx to the other*/
- struct _starpu_machine_config *config = (struct _starpu_machine_config *)_starpu_get_machine_config();
- unsigned nworkers = config->topology.nworkers;
- if(nworkers_ctx > 0 && inheritor_sched_ctx && inheritor_sched_ctx->id != STARPU_NMAX_SCHED_CTXS &&
- !(nworkers_ctx == nworkers && nworkers_ctx == inheritor_sched_ctx->workers->nworkers))
- {
- starpu_sched_ctx_add_workers(workerids, nworkers_ctx, inheritor_sched_ctx_id);
- }
- if(!_starpu_wait_for_all_tasks_of_sched_ctx(sched_ctx_id))
- {
- /*if btw the mutex release & the mutex lock the context has changed take care to free all
- scheduling data before deleting the context */
- _starpu_update_workers_without_ctx(workerids, nworkers_ctx, sched_ctx_id, 1);
- // _starpu_sched_ctx_free_scheduling_data(sched_ctx);
- _starpu_delete_sched_ctx(sched_ctx);
- }
- /* workerids is malloc-ed in starpu_sched_ctx_get_workers_list, don't forget to free it when
- you don't use it anymore */
- free(workerids);
- STARPU_PTHREAD_RWLOCK_UNLOCK(&changing_ctx_mutex[sched_ctx_id]);
- return;
- }
- /* called after the workers are terminated so we don't have anything else to do but free the memory*/
- void _starpu_delete_all_sched_ctxs()
- {
- unsigned i;
- for(i = 0; i < STARPU_NMAX_SCHED_CTXS; i++)
- {
- struct _starpu_sched_ctx *sched_ctx = _starpu_get_sched_ctx_struct(i);
- STARPU_PTHREAD_RWLOCK_WRLOCK(&changing_ctx_mutex[i]);
- if(sched_ctx->id != STARPU_NMAX_SCHED_CTXS)
- {
- _starpu_sched_ctx_free_scheduling_data(sched_ctx);
- _starpu_barrier_counter_destroy(&sched_ctx->tasks_barrier);
- _starpu_barrier_counter_destroy(&sched_ctx->ready_tasks_barrier);
- _starpu_delete_sched_ctx(sched_ctx);
- }
- STARPU_PTHREAD_RWLOCK_UNLOCK(&changing_ctx_mutex[i]);
- STARPU_PTHREAD_RWLOCK_DESTROY(&changing_ctx_mutex[i]);
- }
- return;
- }
- static void _starpu_check_workers(int *workerids, int nworkers)
- {
- struct _starpu_machine_config *config = (struct _starpu_machine_config *)_starpu_get_machine_config();
- int nworkers_conf = config->topology.nworkers;
- int i;
- for(i = 0; i < nworkers; i++)
- {
- /* take care the user does not ask for a resource that does not exist */
- STARPU_ASSERT_MSG(workerids[i] >= 0 && workerids[i] <= nworkers_conf, "requested to add workerid = %d, but that is beyond the range 0 to %d", workerids[i], nworkers_conf);
- }
- }
- void _starpu_fetch_tasks_from_empty_ctx_list(struct _starpu_sched_ctx *sched_ctx)
- {
- unsigned unlocked = 0;
- STARPU_PTHREAD_MUTEX_LOCK(&sched_ctx->empty_ctx_mutex);
- if(starpu_task_list_empty(&sched_ctx->empty_ctx_tasks))
- {
- STARPU_PTHREAD_MUTEX_UNLOCK(&sched_ctx->empty_ctx_mutex);
- return;
- }
- else
- /* you're not suppose to get here if you deleted the context
- so no point in having the mutex locked */
- STARPU_PTHREAD_RWLOCK_UNLOCK(&changing_ctx_mutex[sched_ctx->id]);
-
- while(!starpu_task_list_empty(&sched_ctx->empty_ctx_tasks))
- {
- if(unlocked)
- STARPU_PTHREAD_MUTEX_LOCK(&sched_ctx->empty_ctx_mutex);
- struct starpu_task *old_task = starpu_task_list_pop_back(&sched_ctx->empty_ctx_tasks);
- unlocked = 1;
- STARPU_PTHREAD_MUTEX_UNLOCK(&sched_ctx->empty_ctx_mutex);
- if(old_task == &stop_submission_task)
- break;
- int ret = _starpu_push_task_to_workers(old_task);
- /* if we should stop poping from empty ctx tasks */
- if(ret == -EAGAIN) break;
- }
- if(!unlocked)
- STARPU_PTHREAD_MUTEX_UNLOCK(&sched_ctx->empty_ctx_mutex);
- /* leave the mutex as it was to avoid pbs in the caller function */
- STARPU_PTHREAD_RWLOCK_RDLOCK(&changing_ctx_mutex[sched_ctx->id]);
- return;
- }
- void starpu_sched_ctx_add_workers(int *workers_to_add, int nworkers_to_add, unsigned sched_ctx_id)
- {
- struct _starpu_sched_ctx *sched_ctx = _starpu_get_sched_ctx_struct(sched_ctx_id);
- int added_workers[nworkers_to_add];
- int n_added_workers = 0;
- STARPU_PTHREAD_RWLOCK_WRLOCK(&changing_ctx_mutex[sched_ctx_id]);
- STARPU_ASSERT(workers_to_add != NULL && nworkers_to_add > 0);
- _starpu_check_workers(workers_to_add, nworkers_to_add);
- /* if the context has not already been deleted */
- if(sched_ctx->id != STARPU_NMAX_SCHED_CTXS)
- {
- _starpu_add_workers_to_sched_ctx(sched_ctx, workers_to_add, nworkers_to_add, added_workers, &n_added_workers);
-
- if(n_added_workers > 0)
- {
- _starpu_update_workers_with_ctx(added_workers, n_added_workers, sched_ctx->id);
- }
- }
- STARPU_PTHREAD_RWLOCK_UNLOCK(&changing_ctx_mutex[sched_ctx_id]);
- if(sched_ctx->id != STARPU_NMAX_SCHED_CTXS)
- {
- STARPU_PTHREAD_RWLOCK_RDLOCK(&changing_ctx_mutex[sched_ctx_id]);
- _starpu_fetch_tasks_from_empty_ctx_list(sched_ctx);
- STARPU_PTHREAD_RWLOCK_UNLOCK(&changing_ctx_mutex[sched_ctx_id]);
- }
- return;
- }
- void starpu_sched_ctx_remove_workers(int *workers_to_remove, int nworkers_to_remove, unsigned sched_ctx_id)
- {
- struct _starpu_sched_ctx *sched_ctx = _starpu_get_sched_ctx_struct(sched_ctx_id);
- int removed_workers[sched_ctx->workers->nworkers];
- int n_removed_workers = 0;
- _starpu_check_workers(workers_to_remove, nworkers_to_remove);
- STARPU_PTHREAD_RWLOCK_WRLOCK(&changing_ctx_mutex[sched_ctx_id]);
- /* if the context has not already been deleted */
- if(sched_ctx->id != STARPU_NMAX_SCHED_CTXS)
- {
- _starpu_remove_workers_from_sched_ctx(sched_ctx, workers_to_remove, nworkers_to_remove, removed_workers, &n_removed_workers);
- if(n_removed_workers > 0)
- _starpu_update_workers_without_ctx(removed_workers, n_removed_workers, sched_ctx->id, 0);
- }
- STARPU_PTHREAD_RWLOCK_UNLOCK(&changing_ctx_mutex[sched_ctx_id]);
- return;
- }
- int _starpu_nworkers_able_to_execute_task(struct starpu_task *task, struct _starpu_sched_ctx *sched_ctx)
- {
- unsigned worker = 0, nworkers = 0;
- STARPU_PTHREAD_RWLOCK_WRLOCK(&changing_ctx_mutex[sched_ctx->id]);
- struct starpu_worker_collection *workers = sched_ctx->workers;
- struct starpu_sched_ctx_iterator it;
- if(workers->init_iterator)
- workers->init_iterator(workers, &it);
- while(workers->has_next(workers, &it))
- {
- worker = workers->get_next(workers, &it);
- STARPU_ASSERT_MSG(worker < STARPU_NMAXWORKERS, "worker id %d", worker);
- if (starpu_worker_can_execute_task(worker, task, 0))
- nworkers++;
- }
- STARPU_PTHREAD_RWLOCK_UNLOCK(&changing_ctx_mutex[sched_ctx->id]);
- return nworkers;
- }
- /* unused sched_ctx have the id STARPU_NMAX_SCHED_CTXS */
- void _starpu_init_all_sched_ctxs(struct _starpu_machine_config *config)
- {
- starpu_pthread_key_create(&sched_ctx_key, NULL);
- unsigned i;
- for(i = 0; i < STARPU_NMAX_SCHED_CTXS; i++)
- config->sched_ctxs[i].id = STARPU_NMAX_SCHED_CTXS;
- return;
- }
- /* sched_ctx aren't necessarly one next to another */
- /* for eg when we remove one its place is free */
- /* when we add new one we reuse its place */
- static unsigned _starpu_get_first_free_sched_ctx(struct _starpu_machine_config *config)
- {
- unsigned i;
- for(i = 0; i < STARPU_NMAX_SCHED_CTXS; i++)
- if(config->sched_ctxs[i].id == STARPU_NMAX_SCHED_CTXS)
- return i;
- STARPU_ASSERT(0);
- return STARPU_NMAX_SCHED_CTXS;
- }
- int _starpu_wait_for_all_tasks_of_sched_ctx(unsigned sched_ctx_id)
- {
- struct _starpu_sched_ctx *sched_ctx = _starpu_get_sched_ctx_struct(sched_ctx_id);
- if (STARPU_UNLIKELY(!_starpu_worker_may_perform_blocking_calls()))
- return -EDEADLK;
- return _starpu_barrier_counter_wait_for_empty_counter(&sched_ctx->tasks_barrier);
- }
- void _starpu_decrement_nsubmitted_tasks_of_sched_ctx(unsigned sched_ctx_id)
- {
- struct _starpu_machine_config *config = (struct _starpu_machine_config *)_starpu_get_machine_config();
- if (!config->watchdog_ok)
- config->watchdog_ok = 1;
- struct _starpu_sched_ctx *sched_ctx = _starpu_get_sched_ctx_struct(sched_ctx_id);
- int finished = _starpu_barrier_counter_decrement_until_empty_counter(&sched_ctx->tasks_barrier, 0.0);
- /* when finished decrementing the tasks if the user signaled he will not submit tasks anymore
- we can move all its workers to the inheritor context */
- if(finished && sched_ctx->inheritor != STARPU_NMAX_SCHED_CTXS)
- {
- STARPU_PTHREAD_MUTEX_LOCK(&finished_submit_mutex);
- if(sched_ctx->finished_submit)
- {
- STARPU_PTHREAD_MUTEX_UNLOCK(&finished_submit_mutex);
- /* take care the context is not deleted or changed at the same time */
- STARPU_PTHREAD_RWLOCK_RDLOCK(&changing_ctx_mutex[sched_ctx_id]);
- if(sched_ctx->id != STARPU_NMAX_SCHED_CTXS)
- {
- if(sched_ctx->close_callback)
- sched_ctx->close_callback(sched_ctx->id, sched_ctx->close_args);
- int *workerids = NULL;
- unsigned nworkers = starpu_sched_ctx_get_workers_list(sched_ctx->id, &workerids);
-
- if(nworkers > 0)
- {
- starpu_sched_ctx_add_workers(workerids, nworkers, sched_ctx->inheritor);
- free(workerids);
- }
- }
- STARPU_PTHREAD_RWLOCK_UNLOCK(&changing_ctx_mutex[sched_ctx_id]);
- return;
- }
- STARPU_PTHREAD_MUTEX_UNLOCK(&finished_submit_mutex);
- }
- /* We also need to check for config->submitting = 0 (i.e. the
- * user calle starpu_drivers_request_termination()), in which
- * case we need to set config->running to 0 and wake workers,
- * so they can terminate, just like
- * starpu_drivers_request_termination() does.
- */
- STARPU_PTHREAD_MUTEX_LOCK(&config->submitted_mutex);
- if(config->submitting == 0)
- {
- STARPU_PTHREAD_RWLOCK_RDLOCK(&changing_ctx_mutex[sched_ctx_id]);
- if(sched_ctx->id != STARPU_NMAX_SCHED_CTXS)
- {
- if(sched_ctx->close_callback)
- sched_ctx->close_callback(sched_ctx->id, sched_ctx->close_args);
- }
- STARPU_PTHREAD_RWLOCK_UNLOCK(&changing_ctx_mutex[sched_ctx_id]);
- ANNOTATE_HAPPENS_AFTER(&config->running);
- config->running = 0;
- ANNOTATE_HAPPENS_BEFORE(&config->running);
- int s;
- for(s = 0; s < STARPU_NMAX_SCHED_CTXS; s++)
- {
- if(config->sched_ctxs[s].id != STARPU_NMAX_SCHED_CTXS)
- {
- _starpu_check_nsubmitted_tasks_of_sched_ctx(config->sched_ctxs[s].id);
- }
- }
- }
- STARPU_PTHREAD_MUTEX_UNLOCK(&config->submitted_mutex);
- return;
- }
- void _starpu_increment_nsubmitted_tasks_of_sched_ctx(unsigned sched_ctx_id)
- {
- struct _starpu_sched_ctx *sched_ctx = _starpu_get_sched_ctx_struct(sched_ctx_id);
- _starpu_barrier_counter_increment(&sched_ctx->tasks_barrier, 0.0);
- }
- int _starpu_get_nsubmitted_tasks_of_sched_ctx(unsigned sched_ctx_id)
- {
- struct _starpu_sched_ctx *sched_ctx = _starpu_get_sched_ctx_struct(sched_ctx_id);
- return sched_ctx->tasks_barrier.barrier.reached_start;
- }
- int _starpu_check_nsubmitted_tasks_of_sched_ctx(unsigned sched_ctx_id)
- {
- struct _starpu_sched_ctx *sched_ctx = _starpu_get_sched_ctx_struct(sched_ctx_id);
- return _starpu_barrier_counter_check(&sched_ctx->tasks_barrier);
- }
- void _starpu_increment_nready_tasks_of_sched_ctx(unsigned sched_ctx_id, double ready_flops)
- {
- struct _starpu_sched_ctx *sched_ctx = _starpu_get_sched_ctx_struct(sched_ctx_id);
- _starpu_barrier_counter_increment(&sched_ctx->ready_tasks_barrier, ready_flops);
- }
- void _starpu_decrement_nready_tasks_of_sched_ctx(unsigned sched_ctx_id, double ready_flops)
- {
- struct _starpu_sched_ctx *sched_ctx = _starpu_get_sched_ctx_struct(sched_ctx_id);
- _starpu_barrier_counter_decrement_until_empty_counter(&sched_ctx->ready_tasks_barrier, ready_flops);
- }
- int starpu_get_nready_tasks_of_sched_ctx(unsigned sched_ctx_id)
- {
- struct _starpu_sched_ctx *sched_ctx = _starpu_get_sched_ctx_struct(sched_ctx_id);
- return _starpu_barrier_counter_get_reached_start(&sched_ctx->ready_tasks_barrier);
- }
- double starpu_get_nready_flops_of_sched_ctx(unsigned sched_ctx_id)
- {
- struct _starpu_sched_ctx *sched_ctx = _starpu_get_sched_ctx_struct(sched_ctx_id);
- return _starpu_barrier_counter_get_reached_flops(&sched_ctx->ready_tasks_barrier);
- }
- int _starpu_wait_for_no_ready_of_sched_ctx(unsigned sched_ctx_id)
- {
- struct _starpu_sched_ctx *sched_ctx = _starpu_get_sched_ctx_struct(sched_ctx_id);
- return _starpu_barrier_counter_wait_for_empty_counter(&sched_ctx->ready_tasks_barrier);
- }
- void starpu_sched_ctx_set_context(unsigned *sched_ctx)
- {
- starpu_pthread_setspecific(sched_ctx_key, (void*)sched_ctx);
- }
- unsigned starpu_sched_ctx_get_context()
- {
- unsigned *sched_ctx = (unsigned*)starpu_pthread_getspecific(sched_ctx_key);
- if(sched_ctx == NULL)
- return STARPU_NMAX_SCHED_CTXS;
- STARPU_ASSERT(*sched_ctx < STARPU_NMAX_SCHED_CTXS);
- return *sched_ctx;
- }
- unsigned _starpu_sched_ctx_get_current_context()
- {
- unsigned sched_ctx = starpu_sched_ctx_get_context();
- if (sched_ctx == STARPU_NMAX_SCHED_CTXS)
- return _starpu_get_initial_sched_ctx()->id;
- else
- return sched_ctx;
- }
- void starpu_sched_ctx_notify_hypervisor_exists()
- {
- with_hypervisor = 1;
- int i, j;
- for(i = 0; i < STARPU_NMAX_SCHED_CTXS; i++)
- {
- hyp_start_sample[i] = starpu_timing_now();
- hyp_start_allow_sample[i] = 0.0;
- for(j = 0; j < STARPU_NMAXWORKERS; j++)
- {
- flops[i][j] = 0.0;
- data_size[i][j] = 0;
- }
- }
- }
- unsigned starpu_sched_ctx_check_if_hypervisor_exists()
- {
- return with_hypervisor;
- }
- unsigned _starpu_sched_ctx_allow_hypervisor(unsigned sched_ctx_id)
- {
- return 1;
- double now = starpu_timing_now();
- if(hyp_start_allow_sample[sched_ctx_id] > 0.0)
- {
- double allow_sample = (now - hyp_start_allow_sample[sched_ctx_id]) / 1000000.0;
- if(allow_sample < 0.001)
- return 1;
- else
- {
- hyp_start_allow_sample[sched_ctx_id] = 0.0;
- hyp_start_sample[sched_ctx_id] = starpu_timing_now();
- return 0;
- }
- }
- double forbid_sample = (now - hyp_start_sample[sched_ctx_id]) / 1000000.0;
- if(forbid_sample > 0.01)
- {
- // hyp_start_sample[sched_ctx_id] = starpu_timing_now();
- hyp_start_allow_sample[sched_ctx_id] = starpu_timing_now();
- return 1;
- }
- return 0;
- }
- unsigned _starpu_get_nsched_ctxs()
- {
- struct _starpu_machine_config *config = (struct _starpu_machine_config *)_starpu_get_machine_config();
- return config->topology.nsched_ctxs;
- }
- void starpu_sched_ctx_set_policy_data(unsigned sched_ctx_id, void* policy_data)
- {
- struct _starpu_sched_ctx *sched_ctx = _starpu_get_sched_ctx_struct(sched_ctx_id);
- sched_ctx->policy_data = policy_data;
- }
- void* starpu_sched_ctx_get_policy_data(unsigned sched_ctx_id)
- {
- struct _starpu_sched_ctx *sched_ctx = _starpu_get_sched_ctx_struct(sched_ctx_id);
- return sched_ctx->policy_data;
- }
- struct starpu_worker_collection* starpu_sched_ctx_create_worker_collection(unsigned sched_ctx_id, enum starpu_worker_collection_type worker_collection_type)
- {
- struct _starpu_sched_ctx *sched_ctx = _starpu_get_sched_ctx_struct(sched_ctx_id);
- sched_ctx->workers = (struct starpu_worker_collection*)malloc(sizeof(struct starpu_worker_collection));
- switch(worker_collection_type)
- {
- case STARPU_WORKER_LIST:
- sched_ctx->workers->has_next = worker_list.has_next;
- sched_ctx->workers->get_next = worker_list.get_next;
- sched_ctx->workers->add = worker_list.add;
- sched_ctx->workers->remove = worker_list.remove;
- sched_ctx->workers->init = worker_list.init;
- sched_ctx->workers->deinit = worker_list.deinit;
- sched_ctx->workers->init_iterator = worker_list.init_iterator;
- sched_ctx->workers->type = STARPU_WORKER_LIST;
- break;
- }
- return sched_ctx->workers;
- }
- unsigned starpu_sched_ctx_get_workers_list(unsigned sched_ctx_id, int **workerids)
- {
- struct _starpu_sched_ctx *sched_ctx = _starpu_get_sched_ctx_struct(sched_ctx_id);
- struct starpu_worker_collection *workers = sched_ctx->workers;
- *workerids = (int*)malloc(workers->nworkers*sizeof(int));
- int worker;
- unsigned nworkers = 0;
- struct starpu_sched_ctx_iterator it;
- if(workers->init_iterator)
- workers->init_iterator(workers, &it);
- while(workers->has_next(workers, &it))
- {
- worker = workers->get_next(workers, &it);
- (*workerids)[nworkers++] = worker;
- }
- return nworkers;
- }
- void starpu_sched_ctx_delete_worker_collection(unsigned sched_ctx_id)
- {
- struct _starpu_sched_ctx *sched_ctx = _starpu_get_sched_ctx_struct(sched_ctx_id);
- sched_ctx->workers->deinit(sched_ctx->workers);
- free(sched_ctx->workers);
- }
- struct starpu_worker_collection* starpu_sched_ctx_get_worker_collection(unsigned sched_ctx_id)
- {
- struct _starpu_sched_ctx *sched_ctx = _starpu_get_sched_ctx_struct(sched_ctx_id);
- return sched_ctx->workers;
- }
- int starpu_get_workers_of_sched_ctx(unsigned sched_ctx_id, int *pus, enum starpu_worker_archtype arch)
- {
- struct _starpu_sched_ctx *sched_ctx = _starpu_get_sched_ctx_struct(sched_ctx_id);
- struct starpu_worker_collection *workers = sched_ctx->workers;
- int worker;
- int npus = 0;
- struct starpu_sched_ctx_iterator it;
- if(workers->init_iterator)
- workers->init_iterator(workers, &it);
- while(workers->has_next(workers, &it))
- {
- worker = workers->get_next(workers, &it);
- enum starpu_worker_archtype curr_arch = starpu_worker_get_type(worker);
- if(curr_arch == arch)
- pus[npus++] = worker;
- }
- return npus;
- }
- starpu_pthread_rwlock_t* _starpu_sched_ctx_get_changing_ctx_mutex(unsigned sched_ctx_id)
- {
- return &changing_ctx_mutex[sched_ctx_id];
- }
- unsigned starpu_sched_ctx_get_nworkers(unsigned sched_ctx_id)
- {
- struct _starpu_sched_ctx *sched_ctx = _starpu_get_sched_ctx_struct(sched_ctx_id);
- if(sched_ctx != NULL)
- return sched_ctx->workers->nworkers;
- else
- return 0;
- }
- unsigned starpu_sched_ctx_get_nshared_workers(unsigned sched_ctx_id, unsigned sched_ctx_id2)
- {
- struct _starpu_sched_ctx *sched_ctx = _starpu_get_sched_ctx_struct(sched_ctx_id);
- struct _starpu_sched_ctx *sched_ctx2 = _starpu_get_sched_ctx_struct(sched_ctx_id2);
- struct starpu_worker_collection *workers = sched_ctx->workers;
- struct starpu_worker_collection *workers2 = sched_ctx2->workers;
- int worker, worker2;
- int shared_workers = 0;
- struct starpu_sched_ctx_iterator it1, it2;
- if(workers->init_iterator)
- workers->init_iterator(workers, &it1);
- if(workers2->init_iterator)
- workers2->init_iterator(workers2, &it2);
- while(workers->has_next(workers, &it1))
- {
- worker = workers->get_next(workers, &it1);
- while(workers2->has_next(workers2, &it2))
- {
- worker2 = workers2->get_next(workers2, &it2);
- if(worker == worker2)
- shared_workers++;
- }
- }
- return shared_workers;
- }
- unsigned starpu_sched_ctx_contains_worker(int workerid, unsigned sched_ctx_id)
- {
- struct _starpu_sched_ctx *sched_ctx = _starpu_get_sched_ctx_struct(sched_ctx_id);
- struct starpu_worker_collection *workers = sched_ctx->workers;
- int worker;
- struct starpu_sched_ctx_iterator it;
- if(workers->init_iterator)
- workers->init_iterator(workers, &it);
- while(workers->has_next(workers, &it))
- {
- worker = workers->get_next(workers, &it);
- if(worker == workerid)
- return 1;
- }
- return 0;
- }
- unsigned starpu_sched_ctx_contains_type_of_worker(enum starpu_worker_archtype arch, unsigned sched_ctx_id)
- {
- struct starpu_worker_collection *workers = starpu_sched_ctx_get_worker_collection(sched_ctx_id);
- int worker;
- struct starpu_sched_ctx_iterator it;
- if(workers->init_iterator)
- workers->init_iterator(workers, &it);
- while(workers->has_next(workers, &it))
- {
- worker = workers->get_next(workers, &it);
- enum starpu_worker_archtype curr_arch = starpu_worker_get_type(worker);
- if(curr_arch == arch)
- return 1;
- }
- return 0;
- }
- unsigned _starpu_worker_belongs_to_a_sched_ctx(int workerid, unsigned sched_ctx_id)
- {
- struct _starpu_machine_config *config = (struct _starpu_machine_config *)_starpu_get_machine_config();
- int i;
- struct _starpu_sched_ctx *sched_ctx = NULL;
- for(i = 0; i < STARPU_NMAX_SCHED_CTXS; i++)
- {
- sched_ctx = &config->sched_ctxs[i];
- if(sched_ctx && sched_ctx->id != STARPU_NMAX_SCHED_CTXS && sched_ctx->id != sched_ctx_id)
- if(starpu_sched_ctx_contains_worker(workerid, sched_ctx->id))
- return 1;
- }
- return 0;
- }
- unsigned starpu_sched_ctx_worker_get_id(unsigned sched_ctx_id)
- {
- int workerid = starpu_worker_get_id();
- if(workerid != -1)
- if(starpu_sched_ctx_contains_worker(workerid, sched_ctx_id))
- return workerid;
- return -1;
- }
-
- unsigned starpu_sched_ctx_overlapping_ctxs_on_worker(int workerid)
- {
- struct _starpu_worker *worker = _starpu_get_worker_struct(workerid);
- return worker->nsched_ctxs > 1;
- }
- void starpu_sched_ctx_set_inheritor(unsigned sched_ctx_id, unsigned inheritor)
- {
- STARPU_ASSERT(inheritor < STARPU_NMAX_SCHED_CTXS);
- struct _starpu_sched_ctx *sched_ctx = _starpu_get_sched_ctx_struct(sched_ctx_id);
- sched_ctx->inheritor = inheritor;
- return;
- }
- void starpu_sched_ctx_finished_submit(unsigned sched_ctx_id)
- {
- struct _starpu_sched_ctx *sched_ctx = _starpu_get_sched_ctx_struct(sched_ctx_id);
- STARPU_PTHREAD_MUTEX_LOCK(&finished_submit_mutex);
- sched_ctx->finished_submit = 1;
- STARPU_PTHREAD_MUTEX_UNLOCK(&finished_submit_mutex);
- return;
- }
- #ifdef STARPU_USE_SC_HYPERVISOR
- void _starpu_sched_ctx_post_exec_task_cb(int workerid, struct starpu_task *task, size_t data_size2, uint32_t footprint)
- {
- struct _starpu_sched_ctx *sched_ctx = _starpu_get_sched_ctx_struct(task->sched_ctx);
- if(sched_ctx != NULL && task->sched_ctx != _starpu_get_initial_sched_ctx()->id &&
- task->sched_ctx != STARPU_NMAX_SCHED_CTXS && sched_ctx->perf_counters != NULL)
- {
- flops[task->sched_ctx][workerid] += task->flops;
- data_size[task->sched_ctx][workerid] += data_size2;
- if(_starpu_sched_ctx_allow_hypervisor(sched_ctx->id) || task->hypervisor_tag > 0)
- {
- _STARPU_TRACE_HYPERVISOR_BEGIN();
- sched_ctx->perf_counters->notify_post_exec_task(task, data_size[task->sched_ctx][workerid], footprint,
- task->hypervisor_tag, flops[task->sched_ctx][workerid]);
- _STARPU_TRACE_HYPERVISOR_END();
- flops[task->sched_ctx][workerid] = 0.0;
- data_size[task->sched_ctx][workerid] = 0;
- }
- }
- }
- void starpu_sched_ctx_call_pushed_task_cb(int workerid, unsigned sched_ctx_id)
- {
- struct _starpu_sched_ctx *sched_ctx = _starpu_get_sched_ctx_struct(sched_ctx_id);
- if(sched_ctx != NULL && sched_ctx_id != _starpu_get_initial_sched_ctx()->id && sched_ctx_id != STARPU_NMAX_SCHED_CTXS
- && sched_ctx->perf_counters != NULL && _starpu_sched_ctx_allow_hypervisor(sched_ctx_id))
- {
- _STARPU_TRACE_HYPERVISOR_BEGIN();
- sched_ctx->perf_counters->notify_pushed_task(sched_ctx_id, workerid);
- _STARPU_TRACE_HYPERVISOR_END();
- }
- }
- #endif //STARPU_USE_SC_HYPERVISOR
- int starpu_sched_get_min_priority(void)
- {
- return starpu_sched_ctx_get_min_priority(_starpu_sched_ctx_get_current_context());
- }
- int starpu_sched_get_max_priority(void)
- {
- return starpu_sched_ctx_get_max_priority(_starpu_sched_ctx_get_current_context());
- }
- int starpu_sched_set_min_priority(int min_prio)
- {
- return starpu_sched_ctx_set_min_priority(_starpu_sched_ctx_get_current_context(), min_prio);
- }
- int starpu_sched_set_max_priority(int max_prio)
- {
- return starpu_sched_ctx_set_max_priority(_starpu_sched_ctx_get_current_context(), max_prio);
- }
- int starpu_sched_ctx_get_min_priority(unsigned sched_ctx_id)
- {
- struct _starpu_sched_ctx *sched_ctx = _starpu_get_sched_ctx_struct(sched_ctx_id);
- return sched_ctx->min_priority;
- }
- int starpu_sched_ctx_get_max_priority(unsigned sched_ctx_id)
- {
- struct _starpu_sched_ctx *sched_ctx = _starpu_get_sched_ctx_struct(sched_ctx_id);
- return sched_ctx->max_priority;
- }
- int starpu_sched_ctx_set_min_priority(unsigned sched_ctx_id, int min_prio)
- {
- struct _starpu_sched_ctx *sched_ctx = _starpu_get_sched_ctx_struct(sched_ctx_id);
- sched_ctx->min_priority = min_prio;
- return 0;
- }
- int starpu_sched_ctx_set_max_priority(unsigned sched_ctx_id, int max_prio)
- {
- struct _starpu_sched_ctx *sched_ctx = _starpu_get_sched_ctx_struct(sched_ctx_id);
- sched_ctx->max_priority = max_prio;
- return 0;
- }
- int starpu_sched_ctx_min_priority_is_set(unsigned sched_ctx_id)
- {
- struct _starpu_sched_ctx *sched_ctx = _starpu_get_sched_ctx_struct(sched_ctx_id);
- return sched_ctx->min_priority_is_set;
- }
- int starpu_sched_ctx_max_priority_is_set(unsigned sched_ctx_id)
- {
- struct _starpu_sched_ctx *sched_ctx = _starpu_get_sched_ctx_struct(sched_ctx_id);
- return sched_ctx->max_priority_is_set;
- }
- unsigned _starpu_sched_ctx_last_worker_awake(struct _starpu_worker *worker)
- {
- struct _starpu_sched_ctx_list *l = NULL;
- for (l = worker->sched_ctx_list; l; l = l->next)
- {
- struct _starpu_sched_ctx *sched_ctx = _starpu_get_sched_ctx_struct(l->sched_ctx);
-
- unsigned last_worker_awake = 1;
- struct starpu_worker_collection *workers = sched_ctx->workers;
- struct starpu_sched_ctx_iterator it;
- int workerid;
- if(workers->init_iterator)
- workers->init_iterator(workers, &it);
-
- while(workers->has_next(workers, &it))
- {
- workerid = workers->get_next(workers, &it);
- if(workerid != worker->workerid && _starpu_worker_get_status(workerid) != STATUS_SLEEPING)
- {
- last_worker_awake = 0;
- break;
- }
- }
- if(last_worker_awake)
- return 1;
- }
- return 0;
- }
- static void _starpu_sched_ctx_bind_thread_to_ctx_cpus(unsigned sched_ctx_id)
- {
- struct _starpu_sched_ctx *sched_ctx = _starpu_get_sched_ctx_struct(sched_ctx_id);
- struct _starpu_machine_config *config = _starpu_get_machine_config();
- #ifdef STARPU_HAVE_HWLOC
- const struct hwloc_topology_support *support = hwloc_topology_get_support(config->topology.hwtopology);
- if (support->cpubind->set_thisthread_cpubind)
- {
- hwloc_bitmap_t set = sched_ctx->hwloc_workers_set;
- int ret;
-
- ret = hwloc_set_cpubind (config->topology.hwtopology, set,
- HWLOC_CPUBIND_THREAD);
- if (ret)
- {
- perror("binding thread");
- STARPU_ABORT();
- }
- }
- #else
- #warning no sched ctx CPU binding support
- #endif
- return;
- }
- void _starpu_sched_ctx_rebind_thread_to_its_cpu(unsigned cpuid)
- {
- struct _starpu_machine_config *config = _starpu_get_machine_config();
- #ifdef STARPU_SIMGRID
- return;
- #endif
- if (starpu_get_env_number("STARPU_WORKERS_NOBIND") > 0)
- return;
- #ifdef STARPU_HAVE_HWLOC
- const struct hwloc_topology_support *support = hwloc_topology_get_support (config->topology.hwtopology);
- if (support->cpubind->set_thisthread_cpubind)
- {
- hwloc_obj_t obj = hwloc_get_obj_by_depth (config->topology.hwtopology,
- config->cpu_depth, cpuid);
- hwloc_bitmap_t set = obj->cpuset;
- int ret;
-
- hwloc_bitmap_singlify(set);
- ret = hwloc_set_cpubind (config->topology.hwtopology, set,
- HWLOC_CPUBIND_THREAD);
- if (ret)
- {
- perror("hwloc_set_cpubind");
- STARPU_ABORT();
- }
- }
- #elif defined(HAVE_PTHREAD_SETAFFINITY_NP) && defined(__linux__)
- int ret;
- /* fix the thread on the correct cpu */
- cpu_set_t aff_mask;
- CPU_ZERO(&aff_mask);
- CPU_SET(cpuid, &aff_mask);
- starpu_pthread_t self = pthread_self();
- ret = pthread_setaffinity_np(self, sizeof(aff_mask), &aff_mask);
- if (ret)
- {
- perror("binding thread");
- STARPU_ABORT();
- }
- #elif defined(__MINGW32__) || defined(__CYGWIN__)
- DWORD mask = 1 << cpuid;
- if (!SetThreadAffinityMask(GetCurrentThread(), mask))
- {
- _STARPU_ERROR("SetThreadMaskAffinity(%lx) failed\n", mask);
- }
- #else
- #warning no CPU binding support
- #endif
- }
- static void _starpu_sched_ctx_get_workers_to_sleep(unsigned sched_ctx_id)
- {
- struct _starpu_sched_ctx *sched_ctx = _starpu_get_sched_ctx_struct(sched_ctx_id);
- struct starpu_worker_collection *workers = sched_ctx->workers;
- struct starpu_sched_ctx_iterator it;
- struct _starpu_worker *worker = NULL;
- if(workers->init_iterator)
- workers->init_iterator(workers, &it);
- while(workers->has_next(workers, &it))
- {
- worker = _starpu_get_worker_struct(workers->get_next(workers, &it));
- STARPU_PTHREAD_MUTEX_LOCK(&worker->sched_mutex);
- worker->parallel_sect = 1;
- STARPU_PTHREAD_MUTEX_UNLOCK(&worker->sched_mutex);
- }
- while(workers->has_next(workers, &it))
- {
- workers->get_next(workers, &it);
- sem_wait(&sched_ctx->parallel_code_sem);
- }
- return;
- }
- void _starpu_sched_ctx_signal_worker_blocked(int workerid)
- {
- struct _starpu_worker *worker = _starpu_get_worker_struct(workerid);
- struct _starpu_sched_ctx *sched_ctx = NULL;
- struct _starpu_sched_ctx_list *l = NULL;
- for (l = worker->sched_ctx_list; l; l = l->next)
- {
- sched_ctx = _starpu_get_sched_ctx_struct(l->sched_ctx);
- if(sched_ctx->id != 0)
- sem_post(&sched_ctx->parallel_code_sem);
- }
- return;
- }
- static void _starpu_sched_ctx_wake_up_workers(unsigned sched_ctx_id)
- {
- struct _starpu_sched_ctx *sched_ctx = _starpu_get_sched_ctx_struct(sched_ctx_id);
- struct starpu_worker_collection *workers = sched_ctx->workers;
- struct starpu_sched_ctx_iterator it;
- struct _starpu_worker *worker = NULL;
- if(workers->init_iterator)
- workers->init_iterator(workers, &it);
- while(workers->has_next(workers, &it))
- {
- worker = _starpu_get_worker_struct(workers->get_next(workers, &it));
- STARPU_PTHREAD_MUTEX_LOCK(&worker->parallel_sect_mutex);
- STARPU_PTHREAD_COND_SIGNAL(&worker->parallel_sect_cond);
- STARPU_PTHREAD_MUTEX_UNLOCK(&worker->parallel_sect_mutex);
- }
- return;
- }
- void* starpu_sched_ctx_exec_parallel_code(void* (*func)(void*), void* param, unsigned sched_ctx_id)
- {
- /* get starpu workers to sleep */
- _starpu_sched_ctx_get_workers_to_sleep(sched_ctx_id);
- /* bind current thread on all workers of the context */
- _starpu_sched_ctx_bind_thread_to_ctx_cpus(sched_ctx_id);
-
- /* execute parallel code */
- void* ret = func(param);
- /* wake up starpu workers */
- _starpu_sched_ctx_wake_up_workers(sched_ctx_id);
- return ret;
- }
|