allscale / allscale_compiler

The AllScale Compiler providing a high-performance, portable implementation of the AllScale API
5 stars 1 forks source link

Compiler should not use treeture<void> in process variants #6

Closed sithhell closed 6 years ago

sithhell commented 6 years ago

For performance reasons, the compiler should avoid generating 'ready' treetures in process variants of work items. Details can be read here: https://github.com/allscale/allscale_runtime/issues/23 The aforemention issue blocks the resolution of this one. Once it is completed, we should work towards avoiding these unneeded treetures.

sithhell commented 6 years ago

This was resolved.