1. 29 Nov, 2019 1 commit
    • 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
  2. 27 Nov, 2019 2 commits
  3. 25 Nov, 2019 1 commit
  4. 19 Nov, 2019 1 commit
  5. 07 Nov, 2019 1 commit
  6. 06 Nov, 2019 3 commits
  7. 05 Nov, 2019 1 commit
  8. 02 Oct, 2019 1 commit
    • Add deconstructor calls to tasks. · 5bc35f9e
      Our stack is not calling deconstructors of its elements. This is problematic for e.g. the graph implementation where reference counted images are hold in tasks. To solve this for now we manually call the deconstructor after each tasks (we do so, because a generic, virtual deconstructor adds runtime costs to primitive tasks, requiring us to re-run all benchmarks; with this change we do not need to do this and as we re-work the scheduler anyways we postpone a clean implementation for then).
      FritzFlorian committed
  9. 01 Oct, 2019 1 commit
  10. 30 Sep, 2019 1 commit
  11. 16 Sep, 2019 1 commit
  12. 02 Sep, 2019 1 commit
  13. 30 Aug, 2019 2 commits
  14. 01 Aug, 2019 2 commits
  15. 31 Jul, 2019 3 commits
  16. 30 Jul, 2019 2 commits
  17. 29 Jul, 2019 6 commits
  18. 24 Jul, 2019 1 commit
  19. 22 Jul, 2019 1 commit
  20. 19 Jul, 2019 1 commit
  21. 11 Jul, 2019 2 commits
  22. 10 Jul, 2019 1 commit
  23. 09 Jul, 2019 3 commits
  24. 20 Jun, 2019 1 commit