コミット履歴

作者 SHA1 メッセージ 日付
  Cyril Roelandt 89de8eaf89 tools/valgrind/starpu.suppr: add a false positive to the suppression file. 14 年 前
  Ludovic Courtès 1c1f796554 Revert "Remove `libstarpu.pc.in'." 14 年 前
  Samuel Thibault f95e043173 Mention that hwloc is even more strongly recommended for parallel workers 14 年 前
  Samuel Thibault 9b8ab4b58d Create less tasks on slow machines to avoid overflowing memory 14 年 前
  Samuel Thibault db359e2621 Enable forkjoin parallel workers only if we have hwloc, otherwise we don't have code to bind/unbind threads. 14 年 前
  Nathalie Furmento 0e898d8fd4 examples/: check return value for starpu functions 14 年 前
  Ludovic Courtès 9f1854caf2 Remove `libstarpu.pc.in'. 14 年 前
  Ludovic Courtès 7ba08a7539 Augment `.gitignore'. 14 年 前
  Ludovic Courtès f8fe1aa35d gcc: Initialize the `name' field of codelets. 14 年 前
  Cyril Roelandt 25e0ae9760 tools/dev/mycocci.sh: allow multiple targets. 14 年 前
  Samuel Thibault 24a2f14d6b Make sure we don't overflow the next_req array 14 年 前
  Samuel Thibault f58ae2dc66 really make coherency between timestamp take and profiling update 14 年 前
  Samuel Thibault 4972d48c77 Set task blocked status before submitting dependency, to avoid concurrency between setting after that, and another worker that completes the dependency just after that 14 年 前
  Cyril Roelandt 485aea04f3 Coccinelle: destroy_task_on_error.cocci: set task->destroy to 0 before calling starpu_task_destroy(). 14 年 前
  Nathalie Furmento ba6e618d50 examples/basic_examples/block.c: task->destroy must be set to 0 before calling starpu_task_destroy() 14 年 前
  Samuel Thibault c463c73467 Unlock children spinlocks before freeing them 14 年 前
  Nathalie Furmento fb08637225 starpu_use_macro.sh: define sed command directly into sh script 14 年 前
  Samuel Thibault 6df3175894 Fix race 14 年 前
  Samuel Thibault 4986e322e6 Avoid depending on inlining behavior 14 年 前
  Nathalie Furmento 2b5cb43911 tools/dev: a bit of cleaning 14 年 前
  Samuel Thibault 68aebcf051 Fix suppression 14 年 前
  Cyril Roelandt be2a8f73f9 basic_examples/block.c: fix a memory leak. 14 年 前
  Cyril Roelandt 592aefa0d3 Coccinelle: destroy_task_on_error.cocci: make sure we do not add a call to starpu_task_destroy() after a return statement. 14 年 前
  Cyril Roelandt 25eafb6aa8 Coccinelle: add a semantic patch that detects missing calls to starpu_task_destroy() in the error handling code for starpu_task_submit(). 14 年 前
  Samuel Thibault 2b6c7b5da8 Fix suppression name 14 年 前
  Nathalie Furmento 7b9e955af0 src/util/starpu_insert_task.c: destroy task when submission failed 14 年 前
  Samuel Thibault 16471e94e8 Ignore a known race which does not pose problem in practice 14 年 前
  Samuel Thibault 48dde128d9 Make test faster on slow machines 14 年 前
  Samuel Thibault 74f5576e85 Make test faster on slow machines 14 年 前
  Samuel Thibault 9e9b10d5f7 make _starpu_driver_update_job_feedback conditions match timing record code 14 年 前