커밋 기록

작성자 SHA1 메시지 날짜
  Samuel Thibault 95e0b19b3e Add some missing mutex/cond/rwlock_destroy 12 년 전
  Samuel Thibault 4b2844fb36 Also automatically release opencl memory on shutdown 12 년 전
  Andra Hugo a603573008 fix valgrind issue 12 년 전
  Samuel Thibault 32e124f6b6 revert spurious change in r9000, keep the suppression for now 12 년 전
  Samuel Thibault c44a90ff25 after r8987, mem chunks can now not have a data pointer 12 년 전
  Samuel Thibault add756f1af Note about racyness. We can't really add a suppression for this case, it would hide potential other races 12 년 전
  Samuel Thibault 0cd466b90a revert r8991: the busy_mutex must be taken after the spinlock, so we can not take the spinlock after the mutex. Reading an int really is atomic on all our targets anyway. 12 년 전
  Samuel Thibault 5e18100b8c more suppressions 12 년 전
  Samuel Thibault 78e6c17e27 Fix setting memory limit above 2GiB 12 년 전
  Samuel Thibault d3065fdc1b Make valgrind yield to other threads when busy-looping, otherwise we may get stuck 12 년 전
  Samuel Thibault a1db18eda4 count data as freed only after it is actually freed 12 년 전
  Samuel Thibault 5b3d87d1c3 Permit to disable sequential consistency for a given task. 12 년 전
  Samuel Thibault 450dc26dec more suppression 12 년 전
  Samuel Thibault bc6f8a0868 add more valgrind suppression counterpart 12 년 전
  Samuel Thibault bb2c29edc8 Fix race on a system where reading an int wouldn't be atomic. 12 년 전
  Samuel Thibault 0fe579e3ec suppress more race warnings about termination, which is not racy 12 년 전
  Samuel Thibault e95a4579fd Avoid taking the global tag lock after having taken some tag spinlock. Fixes race in main/tag_wait_api 12 년 전
  Samuel Thibault c8ff9b7dc6 Get size before freeing interfaces 12 년 전
  Samuel Thibault 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 년 전
  Samuel Thibault dc4867f7e8 tasks[i] are not actually tasks, but arrays of tasks :) 12 년 전
  Samuel Thibault b1ae105330 With the locking fixes from r8919, _starpu_request_mem_chunk_removal does not need to access the child handle any more 12 년 전
  Samuel Thibault 3ff66999cd Add missing task cleaning 12 년 전
  Nathalie Furmento 5ea90822ca mpi/examples/stencil/stencil5.c: reduce values when quick-check is enabled 12 년 전
  Andra Hugo 2ac86bbbe1 fix lp2: take latency & bw into account 12 년 전
  Nathalie Furmento e3df31128b mpi/src/starpu_mpi_collective.c: only allocate memory if needed 12 년 전
  Nathalie Furmento 32cfa5ab67 mpi: New configure option --enable-mpi-progression-hook to enable the 12 년 전
  Samuel Thibault a68748f4c0 Add seconde race case 12 년 전
  Samuel Thibault fe6e5903ee Try to really suppress race warning, by dropping space 12 년 전
  Samuel Thibault 2a2d382cfa Fix array of char indexes 12 년 전
  Samuel Thibault 3039f411b8 make sure we don't run a tool with not many workers on a trace with many workers 12 년 전