Commit History

Author SHA1 Message Date
  Cédric Augonnet 853e462da8 - Make sure there is no overflow when we write strings in FxT events. 15 years ago
  Nathalie Furmento 0f4dabd5bf fixes warnings detected by icc 15 years ago
  Samuel Thibault 0d9f08ae8d Fix copyrights, thanks Ludo! 15 years ago
  Samuel Thibault 9b79aeb3a8 - Generalize performance model functions a bit to accomodate being used for power consumption. 15 years ago
  Nathalie Furmento 99eae82973 profiling: use a 1d array as some compilers do not accept a static 2d array as a function parameter 15 years ago
  Nathalie Furmento 3b61934f1c typos (detected as warning by icc) 15 years ago
  Samuel Thibault 78edbdcb26 fix dependencies 15 years ago
  Samuel Thibault 574f22a2e7 print task kernel names too 15 years ago
  Samuel Thibault 0332a0a7a2 add dotty output 15 years ago
  Samuel Thibault 3ef7d1d4d6 record ghost tasks for bound computation too. Fix implicit ghost dependency into using the pre_sync tasks 15 years ago
  Samuel Thibault e5758ea8e4 optionally permit to solve LP in integer mode. 15 years ago
  Samuel Thibault 9ec8eff128 glpk doesn't seem to like infinity, rather use a million seconds 15 years ago
  Samuel Thibault 6d44eb9aa5 drop not-measured tasks from bound computation without deps too, and resolve in integer mode 15 years ago
  Samuel Thibault dd9534fedc use exclude_from_dag flag in the bound computation too 15 years ago
  Samuel Thibault 3088029bc1 prohibit task executions whose duration estimation isn't available 15 years ago
  Samuel Thibault 61561dcb6b permit to take priorities into account in theoretical bound computation 15 years ago
  Samuel Thibault 16708dfb09 some solvers (e.g. glp) aren't precise enough to like 1e6 15 years ago
  Samuel Thibault 6273c0f3c3 Avoid the exclusion condition for tasks which already depend one on each other. 15 years ago
  Samuel Thibault 79f0452187 Fix computation 15 years ago
  Samuel Thibault 11eb858e43 beginning of support for dependencies in theoretical bound; not working yet. 15 years ago
  Samuel Thibault 20743fc085 drop call to glp_adv_basis: it prints stuff on stdout and is actually not needed to find a solution 15 years ago
  Samuel Thibault 0529e72b29 add starpu_bound_compute 15 years ago
  Samuel Thibault 0c7a6a6630 add glpk support 15 years ago
  Samuel Thibault a0663790c6 add mps output 15 years ago
  Samuel Thibault 95f00621df it could be useful to show the duration between starpu_bound_start and starpu_bound_stop 15 years ago
  Samuel Thibault f268e3c1c2 mention the lp_solve tool 15 years ago
  Samuel Thibault 0ac5644f60 Optionally tell that tasks can not be divided 15 years ago
  Samuel Thibault 66a9b3039a add theoretical bound computation infrastructure 15 years ago