- 10 May, 2019 2 commits
-
-
# Conflicts: # PERFORMANCE.md # lib/pls/CMakeLists.txt # lib/pls/include/pls/internal/scheduling/fork_join_task.h
FritzFlorian committed -
This is required to correctly execute multiple, consecutive wait_for_all calls in one fork_join_sub_task.
FritzFlorian committed
-
- 07 May, 2019 1 commit
-
-
FritzFlorian committed
-
- 06 May, 2019 2 commits
-
-
FritzFlorian committed
-
FritzFlorian committed
-
- 03 May, 2019 3 commits
-
-
FritzFlorian committed
-
This resulted from an merge gone wrong.
FritzFlorian committed -
FritzFlorian committed
-
- 02 May, 2019 2 commits
-
-
FritzFlorian committed
-
FritzFlorian committed
-
- 30 Apr, 2019 4 commits
-
-
Merge: Lock Free Deque See merge request !9
Florian Fritz committed -
FritzFlorian committed
-
FritzFlorian committed
-
FritzFlorian committed
-
- 18 Apr, 2019 6 commits
-
-
FritzFlorian committed
-
FritzFlorian committed
-
FritzFlorian committed
-
FritzFlorian committed
-
FritzFlorian committed
-
FritzFlorian committed
-
- 17 Apr, 2019 3 commits
-
-
FritzFlorian committed
-
These currently do nothing but being boilerplate required to implement a new top level task.
FritzFlorian committed -
FritzFlorian committed
-
- 16 Apr, 2019 1 commit
-
-
FritzFlorian committed
-
- 15 Apr, 2019 1 commit
-
-
FritzFlorian committed
-
- 12 Apr, 2019 3 commits
-
-
Merge: Clean Up See merge request !8
Florian Fritz committed -
FritzFlorian committed
-
FritzFlorian committed
-
- 11 Apr, 2019 4 commits
-
-
FritzFlorian committed
-
FritzFlorian committed
-
Merge: Cache Align thread_state See merge request !7
Florian Fritz committed -
FritzFlorian committed
-
- 10 Apr, 2019 1 commit
-
-
The __thread implementation of thread local, static variables seems more efficient, so we activate this by default. If it is (for some reason) not available/slower than the pthread version, one can toggle it for the specific system/processor later on using macros.
FritzFlorian committed
-
- 09 Apr, 2019 3 commits
-
-
FritzFlorian committed
-
We do this to properly separate the cache alginment logic in the next step, allowing us to port all cache aligned objects without worrying about portability.
FritzFlorian committed -
Merge: Randomized Work Stealing See merge request !6
Florian Fritz committed
-
- 08 Apr, 2019 3 commits
-
-
FritzFlorian committed
-
Merge: Timing Helpers See merge request !5
Florian Fritz committed -
FritzFlorian committed
-
- 05 Apr, 2019 1 commit
-
-
FritzFlorian committed
-