Age | Commit message (Collapse) | Author |
|
This lets API calls like get_consumed/produced
keep their values until after work is called.
The propagate tags overload need this to work.
|
|
|
|
|
|
|
|
|
|
this fixes #98
|
|
|
|
|
|
|
|
|
|
|
|
(not used yet, but code is ok for mainline)
|
|
* post-work overhead now covers posting buffers downstream
* tag handler hpp code now inside task main c++ file
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Uses templates and template overloads in c++
User python duck typing in the python case.
Cleans up post for #84
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Think about benchmark implications later,
this only helps parallelism.
And also those blocks that inline buffers.
|
|
|
|
|
|
|