Simplify Executor Creation #1778
Labels
is:new-feature
A request or implementation of a feature that does not exist yet.
is:todo
This issue describes a concrete task to be done
Creating an executor requires choosing the best suited concrete executor type (
OmpExecutor
,CudaExecutor
, ...) in the application code. This could be simplified by providing a factory function, which returns an executor of the 'most reasonable' concrete type. Additionally, this could allow setting the concrete type through some environment variables.This issue picks up the PR #704, but proposes to use a different implementation, without changes to the current executor hierarchy.
The text was updated successfully, but these errors were encountered: