Commit History

Author SHA1 Message Date
  Samuel Thibault c14e34df69 Reduce cost of tree worker iterator by caching the set of workers using the same bindid 10 years ago
  Samuel Thibault 8e6ab9c64f optimize a bit worker tree iterator initializer 10 years ago
  Samuel Thibault 80c040adde fix more boolean arrays into char 10 years ago
  Samuel Thibault 4f874c5d19 Reduce size of visited array, which only needs to contain booleans, actually 10 years ago
  Samuel Thibault 051b62b07b fix path 10 years ago
  Samuel Thibault 7ddd6b9da9 make it easy to run tasks_size_overhead.sh without running make install 10 years ago
  Samuel Thibault a9b9b6dd5d document that PRIO_LIST_TYPE assumes that LIST_TYPE has already been called 10 years ago
  Terry Cojean b9cda4509e Improve my solution to fix work stealing with contexts 10 years ago
  Samuel Thibault 1eb6515c0c note that STARPU_FLOPS can be used to fill the flops field 10 years ago
  Terry Cojean 7f9c179b81 Fix work stealing policy with contexts 10 years ago
  Samuel Pitoiset 25e5a1e3b4 tools: make use of xrange() instead of range() in calc_stats() 10 years ago
  Samuel Pitoiset 5745fc9328 tools: improve performance a bit in insert_worker_event() 10 years ago
  Samuel Pitoiset c96d04799a tools: fix wrong assumption in starpu_trace_state_stats.py 10 years ago
  Samuel Pitoiset 68155a501d debug/traces: add missing callback event for USER_THREAD_STATE 10 years ago
  Samuel Pitoiset a60dabdcac debug/traces: s/Sds/SdS/ which is used by trace.rec 10 years ago
  Nathalie Furmento 93d671c5bc mpi/src/Makefile.am: set variable ldflags 10 years ago
  Nathalie Furmento 4a369252b4 mpi/src/Makefile.am: build libstarpumpi-xxx.def and libstarpumpi-xxx.lib (following the BR #20283 by Jerome Robert, thanks) 10 years ago
  Samuel Pitoiset 5c37069d88 tools: remove a huge bottleneck in starpu_trace_state_stats.py 10 years ago
  Samuel Pitoiset 56600288cf tools: add add_event_to_stats() to starpu_trace_state_stats.py 10 years ago
  Samuel Thibault 981a1d84f1 Add "descendants" computation to graph scheduling 10 years ago
  Samuel Thibault 8e7c861dcf drop duplicate code 10 years ago
  Samuel Thibault badedd961f fix waking workers 10 years ago
  Samuel Thibault a43e6c7246 Add a dumb heuristic to graph_test, to decide between CPU or GPU execution 10 years ago
  Samuel Thibault 6d40ea7ec1 drop spurious line 10 years ago
  Samuel Thibault 26a7949eed Add graph inspection facility for schedulers 10 years ago
  Samuel Thibault b23b436eae fix build 10 years ago
  Samuel Thibault 416bcd1761 Fix crash with fxt enabled: _STARPU_TRACE_TASK_WAIT_END can not assume the job is still available for read, since the task is done. We don't use the information anyway 10 years ago
  Samuel Thibault b8764d19dc also do schedule when waiting for a synchronous task 10 years ago
  Samuel Thibault 6ffc5d333d document that you can fake platforms with simgrid 10 years ago
  Samuel Thibault 6bd621bcdf fix dumb bug 10 years ago