You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: