Simon Archipoff b50ce6ede9 combined_worker.c : fix compar_int function. return a > b; => return a - b; vor 12 Jahren
..
common b227dbcfdc Use STARPU_ATTRIBUTE_* macros vor 12 Jahren
core b50ce6ede9 combined_worker.c : fix compar_int function. return a > b; => return a - b; vor 12 Jahren
datawizard 0bb47b1bab Rework locking the mc_list: we must not release mc_rwlock while freeing a memchunk, otherwise some other part of starpu might be removing the very chunk we are trying to free. Keep mc_rwlock locked, and when one needs to lock the data header, use a trylock for the case when some other part of starpu has already locked the data and will lock mc_rwlock too vor 12 Jahren
debug 2a4f5a2078 Fix format on 32bit systems vor 12 Jahren
drivers ece0320b62 fix MIC build vor 12 Jahren
profiling b227dbcfdc Use STARPU_ATTRIBUTE_* macros vor 12 Jahren
sched_policies 39e257fcd6 Do not signal combined workers when signaling non-cpu workers vor 12 Jahren
top 57ac315b6d Import MIC/SCC work from Nicolas, Damien, Brice and Ludovic, reworked a bit. Not even compiled on MIC/SCC yet vor 12 Jahren
util b227dbcfdc Use STARPU_ATTRIBUTE_* macros vor 12 Jahren
worker_collection 3a7711af02 src: remove un-needed include pthread.h vor 12 Jahren
.gitignore 27eaf1ca36 Add `.gitignore'. vor 14 Jahren
Makefile.am f9bdb5ae49 src: move sched_policies/detect_combined_workers.[ch] to core/detect_combined_workers.[ch] vor 12 Jahren
dolib.c f5dee9ca79 Add effective version in dll path vor 13 Jahren
starpu_parameters.h 2817afd53d src/sched_policies: the default values alpha, beta, gamma are now defined individually by the schedulers vor 12 Jahren