1. 22 Jul, 2020 1 commit
  2. 28 Jun, 2020 1 commit
  3. 22 Jun, 2020 1 commit
  4. 04 Jun, 2020 1 commit
  5. 03 Jun, 2020 1 commit
    • Add prototype support for other, strain_local resources. · 6394b203
      The strain_local resources can be used to get unique IDs for resources that would, in a serial execution, only be used once in the call chain. This is a first prototype implementation and needs further tesitng. The current implementation adds linear overhead to each steal proportional to the number of used  resources. We might be able to reduce it, but for a first version it is fine.
      FritzFlorian committed
  6. 29 May, 2020 1 commit
  7. 27 May, 2020 1 commit
  8. 26 May, 2020 1 commit
  9. 18 May, 2020 1 commit
  10. 17 May, 2020 1 commit
  11. 16 May, 2020 1 commit
  12. 24 Apr, 2020 1 commit
  13. 23 Apr, 2020 1 commit
  14. 17 Apr, 2020 1 commit
  15. 06 Apr, 2020 1 commit
  16. 30 Mar, 2020 1 commit
  17. 24 Mar, 2020 1 commit
  18. 18 Mar, 2020 1 commit
  19. 09 Feb, 2020 1 commit
  20. 30 Jan, 2020 1 commit
  21. 26 Jan, 2020 1 commit
  22. 24 Jan, 2020 1 commit
  23. 23 Jan, 2020 2 commits
  24. 02 Dec, 2019 1 commit
  25. 29 Nov, 2019 2 commits
    • First 'crash free' version. · 1b576824
      This version runs through our initial fft and fib tests. However, it is not tested further in any way. Additionally, we added a locking deque, potentially hurting performance and moving away from our initial goal.
      FritzFlorian committed
    • WIP: We plan to fully remove the start property from the cont manager. · adf05e9a
      The start_chain property does not make sense, as chains are purely 'virtual', i.e. they only fully exist when walking through the computation (by patching them on important events). We initially added the property as a helper for better runtime and simpler implementation, but we think without it we will not get as much inconsistency in the runtime state. Performance can be 're-added' later on.
      FritzFlorian committed
  26. 27 Nov, 2019 1 commit
  27. 25 Nov, 2019 1 commit
  28. 19 Nov, 2019 1 commit
  29. 07 Nov, 2019 1 commit
  30. 06 Nov, 2019 1 commit
  31. 05 Nov, 2019 1 commit
    • WIP: re-work static memory allocation for scheduler. · 693d4e9b
      We changed how the memory is allocated from passing char* buffers to then store objects into to creating 'fat objects' for all scheduler state. This eases development for us, as we can make changes to data structures without too much effort (e.g. add a second array to manage tasks if required).
      FritzFlorian committed
  32. 02 Sep, 2019 1 commit
  33. 30 Aug, 2019 1 commit
  34. 30 Jul, 2019 1 commit
  35. 29 Jul, 2019 3 commits
  36. 24 Jul, 2019 1 commit