コミット履歴

作者 SHA1 メッセージ 日付
  Andra Hugo 10e0ba5a14 correct index of worker 12 年 前
  Nathalie Furmento a9a8f41802 src/core/workers.c: fix function _starpu_worker_exists_and_can_execute() to return the return value of the function task->cl->can_execute() when available 12 年 前
  Nathalie Furmento 3ddddd7e09 tests/main/starpu_worker_exists.c: display message on failure 12 年 前
  Nathalie Furmento ea5f095eb9 tests/main/starpu_worker_exists.c: set sched_ctx to 0 before calling _starpu_worker_exists() 12 年 前
  Andra Hugo 228fd6716a when we verify if there is at least a worker able to execute a certain task check out the list of workers of a context not all of the workers of the machine 12 年 前
  Nathalie Furmento 90879cd44c configure: allow to set --enable-verbose=extra to increase debug messages verbosity 12 年 前
  Samuel Thibault e2c7962913 Add missing semicolons 12 年 前
  Samuel Thibault 3dd3186a6c Also show scheduling cost at push time 12 年 前
  Samuel Thibault b6d83183ea port r12770 from 1.1: MKL now provides GEMM etc. symbols, prefix ours to avoid conflicting 12 年 前
  Samuel Thibault 3725f99550 Fix build with magma 12 年 前
  Samuel Thibault 30d5f814d3 Show 'scheduling' state in paje trace 12 年 前
  Samuel Thibault cecf8440f3 Fix returned value 12 年 前
  Samuel Thibault 7240b27585 port r12759 from 1.1: Make sure we use the local stream, and not the stream of another device. Define separate streams for GPU-GPU transfers, depending on which device emits it 12 年 前
  Samuel Thibault 1a4e729f6c port r12757 from 1.1: Do not let CPU workers submit transfers, CUDA is not actually safe for this... 12 年 前
  Andra Hugo 3c8000976d fix deadlock: we have to lock the worker's sched_mutex when iterating on its list of contexts but unlock it before the worker is going to sleep 12 年 前
  Samuel Thibault 25421008b8 Add probe6str and probe7str 12 年 前
  Andra Hugo c8def5adac sharing workers btw ctxs with no sched_policy 12 年 前
  Samuel Thibault 03d6dd9f21 Allow building blas examples without a blas library when running under simgrid 12 年 前
  Samuel Thibault 7832518f4d port r12742 from 1.1: Fix OpenCL device number detection when MAXOPENCLDEVS is not big enough 12 年 前
  Andra Hugo 4bf941eed1 forgot the file with the example 12 年 前
  Andra Hugo 3ca3790ef1 * sched_ctxs without sched_policy 12 年 前
  Nathalie Furmento f0fc26784a configure.ac: define CL_USE_DEPRECATED_OPENCL_1_1_APIS to force OpenCL to define deprecated functions (StarPU uses clEnqueueMarker) 12 年 前
  Samuel Thibault 7a82eb9b6b Add initial simgrid support for MPI, not working yet 12 年 前
  Samuel Thibault a6331ed354 Fix pointers for device to host copy 12 年 前
  Samuel Thibault 0eceaf4ff4 More details on schedulers 12 年 前
  Samuel Thibault fc11e9c2f2 We do not need to initialize scratch data 12 年 前
  Samuel Thibault 63a53f35d2 Also print memory node name in the reclaiming warning 12 年 前
  Samuel Thibault 4d02260a53 Explain a bit more about reclaiming 12 年 前
  Nathalie Furmento c31358833f mpi/tests: new test for STARPU_CALLBACK, STARPU_PROLOGUE_CALLBACK and STARPU_PROLOGUE_CALLBACK_POP 12 年 前
  Nathalie Furmento 5500ce6e86 mpi/src/starpu_mpi_task_insert.c: fix va_arg to use varg_list_copy and not varg_list 12 年 前