コミット履歴

作者 SHA1 メッセージ 日付
  Samuel Thibault 5f35a0321d Add more synchronization to explain helgrind that config.running is safe 13 年 前
  Samuel Thibault d95e1c8398 explain helgrind about some races we are fine with 13 年 前
  Nathalie Furmento 93d2d8a50c src/core/workers.c: call _starpu_codelet_check_deprecated_fields() before accessing codelet 13 年 前
  Nathalie Furmento 3bc625b345 src/core: free workers's list of contexts 13 年 前
  Nathalie Furmento 361cb9d780 rename all objects defined in include/starpu_sched_ctx.h to start with starpu_sched_ctx 13 年 前
  Nathalie Furmento 6b0919e84c src/core: fix shadow declarations 13 年 前
  Samuel Thibault 24f5129856 Fix multi-implementation function checking, thanks Usman for the patch 13 年 前
  Nathalie Furmento 0b76190ebe src/datawizard/memalloc.c: display memory stats after workers are terminated (otherwise the mc lists might not be cleaned) 13 年 前
  Nathalie Furmento b770541f52 src: memory_nodes function renaming 13 年 前
  Nathalie Furmento ec56b3e978 workers: remove reference to gordon workers 13 年 前
  Nathalie Furmento 3e06c96920 task: it is no longer possible to define a gordon implementation of a codelet 13 年 前
  Samuel Thibault ef4a074c89 Remove the no_auto_start_trace field, the user can call starpu_fxt_stop_profiling right after starpu_init herself 13 年 前
  Samuel Thibault 9cf22e94cc Let profiling record the workers topology before disabling events. 13 年 前
  Samuel Thibault 5cf34a093a Generate simgrid XML file at the same time as bus perfmodel files. This permits to avoid having to set STARPU_N*, and simply use STARPU_HOSTNAME to select the simulated machine. 13 年 前
  Samuel Thibault 2b30d49db1 Make it possible to use simgrid without having CUDA/OpenCL installed 13 年 前
  Nathalie Furmento eb32a9b3d4 src: fix coding style 13 年 前
  Andra Hugo 8aa86f5b27 get rid of the remove/add task (replace it with a flag) + fix a delete_ctx bug (data was freed too early) 13 年 前
  Samuel Thibault 87ebda3263 Avoid making simgrid spin on data requests, we can wake workers on data transfer termination. 13 年 前
  Samuel Thibault 0ce268da40 Do not warn about debugging flags in simgrid mode 13 年 前
  Samuel Thibault 3c1aa1bd4b permit to change the trace buffer size 13 年 前
  Samuel Thibault 2f54cfb3d1 rename no_auto_profile into no_auto_start_trace to avoid confusing FxT tracing with task profiling 13 年 前
  Samuel Thibault 9d2589a240 Add starpu_worker_get_by_type and starpu_worker_get_by_devid 13 年 前
  Samuel Thibault 2d747d8264 Only wait for thread creation (for proper worker ordering) if fxt is used 13 年 前
  Samuel Thibault 909c4fccc5 Advertise workers more comprehensively. Also fix links with poti-generated traces. 13 年 前
  Samuel Thibault 029890da24 really fix build 13 年 前
  Samuel Thibault ccfcf93d72 fix build 13 年 前
  Samuel Thibault 46f76d7629 Fix crash on no user conf 13 年 前
  Andra Hugo 676eb70644 fix last commit 13 年 前
  Andra Hugo d6a15c7e7c * create a public function starpu_start_fxt_profiling 13 年 前
  Andra Hugo 4146573b69 synchronization issue(pop is protected by a single mutex/cond, the one of the worker & eager has a special mutex to avoid several workers to get the same task) ->only eager is fixed, 13 年 前