Samuel Thibault f255d2c95a port r12703 from 1.1: Allow data to be uninitialized but the application provide an init_cl to initialize it 12 years ago
..
dependencies f7033edbc6 Drop spurious test 12 years ago
disk_ops dbb260b352 src/core/disk_ops/disk_stdio.c: fix malloc call 12 years ago
perfmodel f255d2c95a port r12703 from 1.1: Allow data to be uninitialized but the application provide an init_cl to initialize it 12 years ago
combined_workers.c 50a6cfea59 Fix spurious direct use of pthread_* stuff. This fixes simgrid termination 12 years ago
combined_workers.h 0d9f08ae8d Fix copyrights, thanks Ludo! 15 years ago
debug.c cf2fcb6937 update to temanejo 1.0rc2 12 years ago
debug.h 1988972e97 port r11383 from 1.1: Add a watchdog which permits to easily trigger a crash when StarPU gets stuck. 12 years ago
detect_combined_workers.c b5ed82386b Fix crash due to core/pu change 12 years ago
detect_combined_workers.h f9bdb5ae49 src: move sched_policies/detect_combined_workers.[ch] to core/detect_combined_workers.[ch] 12 years ago
disk.c fcae2dca11 fix assert bug + reduce warning 12 years ago
disk.h d5d7e412c3 merge trunk 12 years ago
errorcheck.c 0bd2fe9020 src: rename internal types following coding conventions 14 years ago
errorcheck.h 147e0b91c4 adding starpu_wakeup_worker() in the aim to wake up a single worker (not wake everyone) when submitting a single task 12 years ago
jobs.c 64e93e4cf2 Use a different structure for ordered buffers 12 years ago
jobs.h 7ce4ced85d Let the CUDA driver progress while the GPU is computing 12 years ago
parallel_task.c 7c03c945f7 Add support for letting a schedule choose its own set of workers without having to care about combined workers. This only works for SPMD however, not FORKJOIN 12 years ago
progress_hook.c 21defdfaa0 port r11390 from 1.1: Do not bother taking the rwlock for testing active_hook_cnt, this is already atomic 12 years ago
progress_hook.h f3bbbf58e8 src: move definition of function _starpu_execute_registered_progression_hooks() from workers.h to progress_hook.h 13 years ago
sched_ctx.c a0c9760232 free topology tree + fix small bug of exec_paralle_code 12 years ago
sched_ctx.h 5a219c8a8f * patch Terry: fix book workers (book workers that have already been booked and wake up eventually workers that we don't want anymore in the group) 12 years ago
sched_ctx_list.c e28f7852a3 hypervisor: steal work from other ctxs when the worker is idle 12 years ago
sched_ctx_list.h e28f7852a3 hypervisor: steal work from other ctxs when the worker is idle 12 years ago
sched_policy.c 905efa2ed1 Put back comment... 12 years ago
sched_policy.h 5f388d2a95 hierarchical contexts - bug fixing and DEBUG macro 12 years ago
simgrid.c 8606711d0f Use 8MiB stack size by default in simgrid, instead of its default tiny size. 12 years ago
simgrid.h b1dfd30389 Store GPU size in platform file 12 years ago
task.c 607a19e5f1 src/core/task.c: include signal.h 12 years ago
task.h 9bb7bdb07f Increment/decrement submitted/ready tasks per context (instead of doing it per context & globally) 12 years ago
task_bundle.c 30860cac02 Renaming of diverse functions and datatypes. 12 years ago
task_bundle.h 30860cac02 Renaming of diverse functions and datatypes. 12 years ago
topology.c 092f322b1c Add CUDA concurrent kernel execution support through the STARPU_NWORKER_PER_CUDA environment variable. 12 years ago
topology.h 8c75841bf9 consider the hyperthreading when constructing the list of workers 12 years ago
tree.c a63cf5f0b8 - fix starpu_tree_free() 12 years ago
workers.c 64f759e27c src/core/workers.c: also define cuda_worker_set when simgrid is enabled 12 years ago
workers.h 5a219c8a8f * patch Terry: fix book workers (book workers that have already been booked and wake up eventually workers that we don't want anymore in the group) 12 years ago