Simon Archipoff b50ce6ede9 combined_worker.c : fix compar_int function. return a > b; => return a - b; 12 년 전
..
common b227dbcfdc Use STARPU_ATTRIBUTE_* macros 12 년 전
core b50ce6ede9 combined_worker.c : fix compar_int function. return a > b; => return a - b; 12 년 전
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 12 년 전
debug 2a4f5a2078 Fix format on 32bit systems 12 년 전
drivers ece0320b62 fix MIC build 12 년 전
profiling b227dbcfdc Use STARPU_ATTRIBUTE_* macros 12 년 전
sched_policies 39e257fcd6 Do not signal combined workers when signaling non-cpu workers 12 년 전
top 57ac315b6d Import MIC/SCC work from Nicolas, Damien, Brice and Ludovic, reworked a bit. Not even compiled on MIC/SCC yet 12 년 전
util b227dbcfdc Use STARPU_ATTRIBUTE_* macros 12 년 전
worker_collection 3a7711af02 src: remove un-needed include pthread.h 12 년 전
.gitignore 27eaf1ca36 Add `.gitignore'. 14 년 전
Makefile.am f9bdb5ae49 src: move sched_policies/detect_combined_workers.[ch] to core/detect_combined_workers.[ch] 12 년 전
dolib.c f5dee9ca79 Add effective version in dll path 13 년 전
starpu_parameters.h 2817afd53d src/sched_policies: the default values alpha, beta, gamma are now defined individually by the schedulers 12 년 전