Historique des commits

Auteur SHA1 Message Date
  Samuel Thibault 1183c55f8f Fix GPU-Direct disabling logic il y a 13 ans
  Samuel Thibault 6b446a9ab8 Add STARPU_DISABLE_CUDA_GPU_GPU_DIRECT to disable GPU-Direct il y a 13 ans
  Cyril Roelandt 88bf76e6b2 Replace STARPU_ASSERT(0) by STARPU_ABORT(). il y a 13 ans
  Samuel Thibault 1fd23c4289 Fix typo in displaying gpu-direct enabling il y a 13 ans
  Samuel Thibault b20e9ae4fa Account active spinning time into sleeping time when using non-blocking drivers il y a 13 ans
  Cyril Roelandt f60fae9bff Fix a bug that caused CUDA devices not to be initialized correctly when using STARPU_CUDAID. il y a 13 ans
  Nathalie Furmento 70ea706e6a src/drivers/cuda/driver_cuda.c: use fprintf when printing error message il y a 13 ans
  Samuel Thibault 972caa3d96 Fix build without OpenGL headers il y a 13 ans
  Samuel Thibault 438839d828 Enable GPU-GPU direct transfers il y a 13 ans
  Samuel Thibault 675ac17ac9 Document why we need to keep the sched condition mutex all along between pop and block il y a 13 ans
  Cyril Roelandt 1fbbffce77 Make sure to really abort if StarPU was built with multithread GPU control support and OpenGL interoperability was requested. il y a 13 ans
  Nathalie Furmento 6f5f86669f src/drivers/cuda/driver_cuda.c: macro _STARPU_TRACE_WORKER_INIT_START cannot be called directly with 'args->memory_node', needs to use a variable (possibly the macro is interpreting the string args by something else) il y a 13 ans
  Nathalie Furmento e8537035cc src/drivers/cuda/driver_cuda.c: fix access for memory node field il y a 13 ans
  Nathalie Furmento 9aea7ff237 src/drivers/cuda/driver_cuda.c: memnode is a field of args il y a 13 ans
  Cyril Roelandt 4794b8e009 Add driver-related functions to the API; il y a 13 ans
  Samuel Thibault acce0b71ce Add OpenGL interoperability support il y a 13 ans
  Cyril Roelandt a499bf4c71 Allow a driver not to be run by StarPU, but by the application itself. il y a 13 ans
  Cyril Roelandt d97cab7cc4 src/drivers: do not call pthread_exit() at the end of the drivers; just return NULL. il y a 13 ans
  Nathalie Furmento 2361ac82fa src/drivers/cuda/driver_cuda.c: remove call to _STARPU_TRACE_DATA_COPY from starpu_cuda_copy_async_sync, let the caller do it il y a 13 ans
  Nathalie Furmento 462e9d0032 CUDA Driver: add function to copy data il y a 13 ans
  Nicolas Collin c1ff1fec58 Useless checks and lines deleted. il y a 13 ans
  Samuel Thibault 11e1a38f70 Factorize getting the profiling flag. Avoids issues when it turns 1 in between and thus job_feedback believes codelet_start/end are filled in while they are not il y a 14 ans
  Samuel Thibault afa5e54519 exit(77) instead of aborting when CUDA devices are busy. il y a 14 ans
  Samuel Thibault 01cc5ce2c7 Tell the user that he should ask the administrator to use EXCLUSIVE-PROCESS, not EXCLUSIVE-THREAD il y a 14 ans
  Samuel Thibault fba139b857 il y a 14 ans
  Samuel Thibault a141a987ec show tasks currently running on workers il y a 14 ans
  Samuel Thibault 942609f3bc Make sure that we are not in exclusive thread mode when using memcpy peer il y a 14 ans
  Samuel Thibault f644d16e22 Make sure the cuda initialization worked il y a 14 ans
  Samuel Thibault 37862069c7 Permit the application to provide its own size base for performance models il y a 14 ans
  Samuel Thibault b6558c16a9 Also print the CUDA error number. il y a 14 ans