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
I know there are implementation reasons why there should only be a single Device. We ran into this in idaholab/moose#31037. However, per that issue I feel like it's reasonable in a multiphysics simulation for different application types (perhaps one a 1D system code and another a 3D high-fidelity CFD application) to want to execute on different (hardware) devices. Is this something that might be supported in the future? Or can this concept be supported by a single Device instance? I know that Device can be configured with multiple backends but my understanding per the documentation is that the priority list for the configured backends is fixed and so any given application will end up selecting the same backend for a given environment.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I know there are implementation reasons why there should only be a single
Device. We ran into this in idaholab/moose#31037. However, per that issue I feel like it's reasonable in a multiphysics simulation for different application types (perhaps one a 1D system code and another a 3D high-fidelity CFD application) to want to execute on different (hardware) devices. Is this something that might be supported in the future? Or can this concept be supported by a singleDeviceinstance? I know thatDevicecan be configured with multiple backends but my understanding per the documentation is that the priority list for the configured backends is fixed and so any given application will end up selecting the same backend for a given environment.Beta Was this translation helpful? Give feedback.
All reactions