Samuel Thibault 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 년 전
..
interfaces b227dbcfdc Use STARPU_ATTRIBUTE_* macros 12 년 전
coherency.c 02499756ce Add COMMUTE flag to let StarPU commute task with write access 12 년 전
coherency.h b227dbcfdc Use STARPU_ATTRIBUTE_* macros 12 년 전
copy_driver.c b227dbcfdc Use STARPU_ATTRIBUTE_* macros 12 년 전
copy_driver.h 57ac315b6d Import MIC/SCC work from Nicolas, Damien, Brice and Ludovic, reworked a bit. Not even compiled on MIC/SCC yet 12 년 전
data_request.c a3f27f08ad Make some warnings clearer. Avoid a very odd warning when the codelet has more parameters than allowed 12 년 전
data_request.h 8fab9cdf6f Do not use ifdef in macro argument 12 년 전
datastats.c b227dbcfdc Use STARPU_ATTRIBUTE_* macros 12 년 전
datastats.h b227dbcfdc Use STARPU_ATTRIBUTE_* macros 12 년 전
datawizard.c d3065fdc1b Make valgrind yield to other threads when busy-looping, otherwise we may get stuck 12 년 전
datawizard.h c7321a76ff fix type for node to always be unsigned (instead of uint32_t) 12 년 전
filters.c 27040a7d73 make assertions more verbose 12 년 전
filters.h 5f9a2f7e14 Turn _filter_nparts_compute_chunk_size_and_offset into _starpu_filter_nparts_compute_chunk_size_and_offset. 13 년 전
footprint.c e857fc42c8 more function renaming 12 년 전
footprint.h 30860cac02 Renaming of diverse functions and datatypes. 12 년 전
malloc.c 27040a7d73 make assertions more verbose 12 년 전
memalloc.c 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 년 전
memalloc.h f24ad3cbab rework deallocating handle memory chunks: we do not actually need to take the burden of going through the whole mc_list, since we already have the mc pointer. This also permits to properly mark per-worker chunks as deallocated 12 년 전
memory_manager.c 486fb532b2 src/datawizard/memory_manager.c: total used size can be equal to available global size (thanks to Corentin Salingue for reporting the bug) 12 년 전
memory_manager.h d0591ff302 memory manager: simplify management of global memory size 12 년 전
memory_nodes.c be083d75b2 factorize converting number of nodes into node number 12 년 전
memory_nodes.h 7f792e3082 Define new public API starpu_pthread which is similar to the pthread API. 12 년 전
memstats.c 8f5264b152 data interface: no longer store data size in the handle as some interface may have variable size 13 년 전
memstats.h edc236df55 memory stats: group all functions in new file src/datawizard/memstats.c and rename them to follow pattern starpu_memory_... 13 년 전
reduction.c 27040a7d73 make assertions more verbose 12 년 전
sort_data_handles.c 30860cac02 Renaming of diverse functions and datatypes. 12 년 전
sort_data_handles.h 30860cac02 Renaming of diverse functions and datatypes. 12 년 전
user_interactions.c 27040a7d73 make assertions more verbose 12 년 전
write_back.c c7321a76ff fix type for node to always be unsigned (instead of uint32_t) 12 년 전
write_back.h c7321a76ff fix type for node to always be unsigned (instead of uint32_t) 12 년 전