コミット履歴

作者 SHA1 メッセージ 日付
  Nathalie Furmento 089c051bf5 fix copyrights 8 年 前
  Nathalie Furmento 6901c4441b src/: fix copyrights 8 年 前
  Samuel Thibault beea50c30b Add starpu_data_acquire_try and starpu_data_acquire_on_node_try. 9 年 前
  Nathalie Furmento ea326f4d15 src: add character in front of macros STARPU_MALLOC, STARPU_CALLOC and STARPU_REALLOC 9 年 前
  Nathalie Furmento d4761fddf6 src: introduce macros STARPU_MALLOC, STARPU_CALLOC and STARPU_REALLOC to make sure we always check the return value of stdlib malloc functions 9 年 前
  Olivier Aumage cabe2dab63 - add support for Temanejo/Ayudame version 2 9 年 前
  Samuel Thibault 1496e10d1f finish fixing asynchronous partitioning of temporary data: data_partition_submit should not do coherency when the data is not initialized yet 9 年 前
  Samuel Thibault 654ad27766 Add STARPU_LOCALITY flag 9 年 前
  Samuel Thibault aeb51177f0 STARPU_SSEND should not care for implicit dependencies 9 年 前
  Samuel Thibault 3e1e661265 Fix memory leak when fxt is enabled 10 年 前
  Samuel Thibault 4003417753 port r15685 from 1.2: Fix missing dependencies when a task accesses the same data in R and W modes 10 年 前
  Samuel Thibault 5f9b1425e5 Make sure we don't reuse the same dependency slot 10 年 前
  Samuel Thibault db8e8261a4 update TSAN suppressions 11 年 前
  Nathalie Furmento bb61f3808d update cnrs copyright 11 年 前
  Nathalie Furmento efea5f1a8f src/ tests/ tools/: fix coding style, curly braces go on a newline 11 年 前
  Samuel Thibault 1082921b5a Fix implicit dependencies when a task accesses data in both R and RW modes, thanks Jean-Marie Couteyen for the patch 11 年 前
  Samuel Thibault f95cd146b8 Fix a commute bug, thanks Stojce for the report! 11 年 前
  Samuel Thibault 4b1a16edde Fix University name after the fusion.. 11 年 前
  Samuel Thibault f43bf86292 Fix complexity of implicit task/data dependency, from quadratic to linear 11 年 前
  Samuel Thibault 3db86a2ede * Add STARPU_VARIABLE_NBUFFERS to be set in cl.nbuffers, and nbuffers and 11 年 前
  Samuel Thibault f7033edbc6 Drop spurious test 12 年 前
  Samuel Thibault 384ffc0f62 Add missing ghost dependencies in DAG 12 年 前
  Samuel Thibault 8e3d4676f4 Make _starpu_data_wait_until_available take a synchronization name, so that the node in the DAG becomes understandable 12 年 前
  Samuel Thibault 829873fb2d Fix used structure 12 年 前
  Nathalie Furmento 9928249727 jobs: remove field struct _starpu_job::model_name to avoid unnecessary 12 年 前
  Samuel Thibault 0d1b0375b3 backport r11155 from 1.1: Disabling access to a variable locally does not actually seem to prevent helgrind from raising the race issues, on the contrary it prevents it from recording where the race comes from... Simply just disable checking these variables completely. 12 年 前
  Samuel Thibault 54460ab919 port r11138 from 1.1: Do not lie to helgrind about having taken a mutex, it produces erroneous races inside mutexes. Rather make helgrind ignore the precise memory accesses we know we do not need to care about 12 年 前
  Samuel Thibault 41dee18d0c fix protecting post_sync_tasks_cnt with sequential_consistency_mutex. But no need to take the mutex when it is known to be 0, just tell hellgrind to be fine with it 12 年 前
  Samuel Thibault 12aa69aa32 It does not make sense to test for sequential_consistency flag when unlocking the post_sync_tasks: we are at execution time, not submission time. post_sync_tasks_cnt tells us whether post_sync tasks have been submitted or not anyway 12 年 前
  Samuel Thibault c763a690c2 Use C99 variadic macro support, not GNU 12 年 前