コミット履歴

作者 SHA1 メッセージ 日付
  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 年 前
  Samuel Thibault c36e11a1b4 don't care about cache stats 14 年 前
  Samuel Thibault 990612ec93 release locks before freeing handle structure. No other thread is supposed to try to take them anyway, as we are freeing the data. 14 年 前
  Samuel Thibault 8047bbee91 Drop race warning about config.running 14 年 前
  Samuel Thibault 7df4da4694 Fix data race 14 年 前
  Nathalie Furmento 8d3bcb7918 socl/src/init.c: force the number of cpus to 0 and the number of opencl to 1 14 年 前
  Samuel Thibault 9896485e26 Actually free tags 14 年 前
  Samuel Thibault 2e2fb107dc free all tags 14 年 前
  Cyril Roelandt 75685a6032 Make the starpu_task_bundle_expected_* functions public. 14 年 前
  Nathalie Furmento d26370100c examples/cholesky/cholesky_grain_tag.c: unregister data 14 年 前
  Nathalie Furmento adbf430bab definition of datatypes struct starpu_multiformat_data_interface_ops and struct starpu_multiformat_interface are always the same and do not depend on which device is enabled 14 年 前
  Nathalie Furmento fa20faa1b9 tests: memory leaks have all been fixed 14 年 前
  Nathalie Furmento 2635220533 tests/datawizard/interfaces/multiformat/advanced/multiformat_handle_conversion.c: tests/datawizard/interfaces/multiformat/advanced/multiformat_data_release.c: define code only when needed 14 年 前
  Nathalie Furmento 7b12ab4339 tests/datawizard/interfaces/multiformat/advanced/same_handle.c: tests/datawizard/interfaces/multiformat/advanced/multiformat_worker.c: define code only when needed 14 年 前
  Nathalie Furmento 83df5ef1e0 gcc-plugin/examples/cholesky/cholesky.c: only display warnings when STARPU_DEVEL is enabled 14 年 前
  Nathalie Furmento dbaa824955 src/datawizard/interfaces/data_interface.c: initialise variable 14 年 前
  Nathalie Furmento dd08dfbb3e mpi/examples: minor fixes 14 年 前
  Nathalie Furmento a3f521e8d7 tests/datawizard/interfaces/multiformat/advanced/multiformat_cuda_opencl.c: partly revert #5869, the code had been wrongly removed 14 年 前
  Nathalie Furmento 70d92869a1 gcc-plugin/tests/Makefile.am: add rule showcheck 14 年 前
  Samuel Thibault 73ce7dd24f Only call callback on receive side 14 年 前
  Samuel Thibault 5d08f1e686 make starpu_mpi_barrier wait for tasks and requests first, to avoid not sending some important data that other ends might be waiting for 14 年 前