Parla.py icon indicating copy to clipboard operation
Parla.py copied to clipboard

Resource Specifications Should Be Per-Architecture

Open insertinterestingnamehere opened this issue 3 years ago • 3 comments

Currently the end user specifies resource use for a task independent of the architecture used. This doesn't make practical sense since if something runs on a CPU it may use an entirely different set of resources than if it runs on a GPU.

It's also unclear how to specify resources for a task that wants to utilize multiple devices.