コミット履歴

作者 SHA1 メッセージ 日付
  Samuel Thibault c4e5f7866b Take into account STARPU_BENCH_DIR for the graph output file 8 年 前
  Samuel Thibault b85c58dc76 Also create scalability graphs during tasks_size_overhead_scheds test 8 年 前
  Samuel Thibault 038d71df3e add cost model to tasks_size_overhead, to actually benchmarks prediction-enabled heuristics 8 年 前
  Samuel Thibault 7f62c83488 Fix scalability of modular eager policies with prefetching 8 年 前
  Samuel Thibault bbaaa9d019 Make tests which try various schedulers undef STARPU_SCHED, otherwise that takes precedence 8 年 前
  Samuel Thibault 441f09f432 Benchmark task overhead without having to deal with scalability of StarPU: tasks_size_overhead deals with that 8 年 前
  Samuel Thibault d33a58793f Optimise dmdas in the case where all tasks have the same priority 8 年 前
  Samuel Thibault 0900f07836 typo 8 年 前
  Samuel Thibault b67f5823fc drop now-unused variable 8 年 前
  Samuel Thibault 6bf7871eb2 optimize initializing model state 8 年 前
  Samuel Thibault 35fa0fb291 The opencl implementation used on alaric returns CL_MEM_OBJECT_ALLOCATION_FAILURE on allocation failure 8 年 前
  Corentin Salingue 2645db4c7b fix number of MIC when measuring bandwidth,... 8 年 前
  Samuel Thibault 9cbba76446 port r19169 from hp-lookahead: graph drop function visible (& can be used) in global space 8 年 前
  Samuel Thibault d5c5a66deb drop useless test 8 年 前
  Samuel Thibault b6dcb4226a fix uninitialized value 8 年 前
  Samuel Thibault 11635571c1 avoid format mismatch 8 年 前
  Nathalie Furmento 3a6bd10a1d mpi/src: add character _ in front of macros STARPU_MPI_MALLOC, STARPU_MPI_CALLOC and STARPU_MPI_REALLOC 8 年 前
  Nathalie Furmento ea326f4d15 src: add character in front of macros STARPU_MALLOC, STARPU_CALLOC and STARPU_REALLOC 8 年 前
  Nathalie Furmento c8dc53f9df mpi/src: introduce macros STARPU_MPI_MALLOC, STARPU_MPI_CALLOC and STARPU_MPI_REALLOC to make sure we always check the return value of stdlib malloc functions 8 年 前
  Nathalie Furmento 5ddc937a06 mic: add MP_COMMAND and NODE in starpu_mp_command and starpu_mp_node_kind enum values 8 年 前
  Samuel Thibault 52bc8e38c7 fix reallocation 8 年 前
  Nathalie Furmento d4761fddf6 src: introduce macros STARPU_MALLOC, STARPU_CALLOC and STARPU_REALLOC to make sure we always check the return value of stdlib malloc functions 8 年 前
  Nathalie Furmento 4de97381d5 tools/dev/internal: add script to check braces 8 年 前
  Samuel Thibault def2eaea6e port r19150 from 1.2: make ws and lws correctly call can_execute on push, to avoid pushing a task to a worker which can not process it 8 年 前
  Samuel Thibault c6fdf7ce07 fix coverity warning 8 年 前
  Samuel Thibault 9c0b025bbb Simplify code a bit 8 年 前
  Samuel Thibault ce4a0d9917 drop unused parameter 8 年 前
  Samuel Thibault 8715eba93c Fix scalability of lws for small tasks, by avoiding stealing from a worker which is not running a task, and relieving the sched mutex while stealing 8 年 前
  Samuel Thibault 7ce6a3010f add more options to tasks_size_overhead 8 年 前
  Samuel Thibault 7a7c9d2a4a Mitigate stealing storm a bit 8 年 前