- 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 5 commits
-
-
FritzFlorian committed
-
FritzFlorian committed
-
We do so by pulling out the profiling macros in our own iclude file. In the future we might even be able to use this to build up further visualisations of the executing programm.
FritzFlorian committed -
Use only placement new on pre-allocated memory. This makes sure that we have to have no assumptions on the inital state of the memory region.
FritzFlorian committed -
This lead to some bug-fixes that covered move constructors not correctly assigning memory. We might clean this up further by only allowing in place creation of these types (placement new).
FritzFlorian committed
-
- 04 Apr, 2019 1 commit
-
-
FritzFlorian committed
-
- 03 Apr, 2019 1 commit
-
-
Merge: Parallel invoke See merge request !4
Florian Fritz committed
-
- 02 Apr, 2019 7 commits
-
-
FritzFlorian committed
-
FritzFlorian committed
-
There are serval ways we could optimize the calls, but for now this should be enough for first tests.
FritzFlorian committed -
The current solution is not clean, but allows us to change error handling later on without missing any point in the programm where we would want to use it.
FritzFlorian committed -
FritzFlorian committed
-
FritzFlorian committed
-
FritzFlorian committed
-
- 01 Apr, 2019 6 commits
-
-
Merge: TBB like task stealing See merge request !3
Florian Fritz committed -
FritzFlorian committed
-
FritzFlorian committed
-
FritzFlorian committed
-
This implementation allows one to add the deque_item property to any class and then manage pointers to these items in a deque. We currently use a spinlock for concurrent access.
FritzFlorian committed -
FritzFlorian committed
-
- 29 Mar, 2019 2 commits
-
-
The lock was not released when an split_task was executed. We did a dirty fix by allowing the method to unlock the lock itself, but this has to be done cleaner in the future.
FritzFlorian committed -
FritzFlorian committed
-
- 27 Mar, 2019 2 commits
-
-
FritzFlorian committed
-
FritzFlorian committed
-