TESSEorg / ttg

TTG: Template Task Graph C++ API
18 stars 12 forks source link

[WIP] Device tasks with coroutines #253

Closed devreal closed 8 months ago

devreal commented 1 year ago

An early implementation of device tasks with coroutines, still WIP. Single-process runs should work, distributed runs need a patch in PaRSEC. Implemented only in the PaRSEC backend. See included unit tests for usage examples.