Commit History

Author SHA1 Message Date
  Samuel Thibault 7c8773634a Fix build with nopeer 8 years ago
  Samuel Thibault 8ba41f91be Fix simgrid build without cuda 8 years ago
  Samuel Thibault 1e1ff2d029 Fix mp build 8 years ago
  Samuel Thibault a669840893 Fix typo 8 years ago
  Samuel Thibault 0586da60fa Make arbiters support concurrent read access. Fixes the matmul socl test which requires it 8 years ago
  Nathalie Furmento 0e527aa5b0 src/Makefile.am: add core/drivers.h 8 years ago
  Nathalie Furmento 669099768b src/core/workers.c: typo 8 years ago
  Nathalie Furmento a017fcbdeb src: driver operations are stored in a struct _starpu_driver_ops which are used to implement the public driver API 8 years ago
  Nathalie Furmento 564834f583 src/core/workers.c: do not need to test against defined(STARPU_USE_CPU) 8 years ago
  Nathalie Furmento ca76e27294 doc/doxygen/chapters/api/running_driver.doxy: typo 8 years ago
  Nathalie Furmento 7c1cf3c779 src/core/workers.c: simplify the waiting for worker initialisation by using the field run_by_starpu instead of re-calling starpu_may_launch_driver() 8 years ago
  Nathalie Furmento 58fda940f8 examples/reductions/dot_product.c: information about error 8 years ago
  Samuel Thibault 0452a05f97 Warn about missing concurrent kernel execution support even when running multistream workers in separate threads 8 years ago
  Samuel Thibault fc69bb54c7 Use a mutex to protect cublas initialization and shutdown, it seems that it is actually not threadsafe for the same device 8 years ago
  Samuel Thibault f44b1a5aed Avoid variable name conflict with older versions of fxt 8 years ago
  Samuel Thibault 3a366c3041 typo 8 years ago
  Samuel Thibault 0bd7fce015 Add missing unlock 8 years ago
  Samuel Thibault d43771c32f Fix build with simgrid 8 years ago
  Nathalie Furmento 3056cff4a8 socl: unset environment variables STARPU_NCPU and STARPU_NCUDA, it might be better to have a variable in starpu_conf to indicate to overwrite environment variables 8 years ago
  Nathalie Furmento 009872de63 tests/main/driver_api/init_run_deinit.c: remove spurious line 8 years ago
  Nathalie Furmento 9efb3060ae tests/disk/disk_pack.c: unset environment variables 8 years ago
  Nathalie Furmento 41aa87e4b2 src/datawizard/coherency.c: fix code when fxt is disabled 8 years ago
  Nathalie Furmento e30878eb85 src/common/fxt.h: avoid unused variable warnings when fxt is disabled 8 years ago
  Nathalie Furmento 367ae7dfa2 src/core/workers.h: turn cuda_th_per_stream and cuda_th_per_dev int 8 years ago
  Nathalie Furmento 9d8907e6d3 mpi: fix return type, and remove now un-needed function parameter 8 years ago
  Nathalie Furmento 857811a387 tests/main/driver_api: unset environment variables as we want to force the number of workers 8 years ago
  Nathalie Furmento e614701bff doc/doxygen/chapters/api/workers.doxy: typo 8 years ago
  Nathalie Furmento 3629e1e317 tests/main/driver_api: fix number of workers 8 years ago
  Nathalie Furmento bf074a7831 src: include core/task.h when needed 8 years ago
  Samuel Thibault bfcac01ad1 Avoid emitting progress probes repeatedly, allowing to re-enable them in the trace 8 years ago