Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the Backend machine-agnostic #5

Open
MichaelHirn opened this issue Nov 30, 2015 · 0 comments
Open

Make the Backend machine-agnostic #5

MichaelHirn opened this issue Nov 30, 2015 · 0 comments

Comments

@MichaelHirn
Copy link
Member

At the moment you need to specify, which Framework and which Hardware you would like to use for your Backend (implying for your computation).

To make Collenchyma (and therefore the application using Collenchyma) adapt to the underlying hardware, we need to extend the Backend with an Option<BackendConfig> as initialization argument. If no BackendConfig is provided, the Backend should check on each Framework, load the hardware available and make an educated guess about which Framework + Hardware to select for computation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant