-
Notifications
You must be signed in to change notification settings - Fork 699
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Glow Runtime] Top Level Task #2045
Comments
Adding #2125 to the list. Work is being done on the HostManager. This is part of the new runtime design. The design has five major components: HostManager, Partitioner, Provisioner, DeviceManager, and Executor. Partitioner: DeviceManager: Provisioner: Executor: HostManager: |
This is the top level issue to track all the work we plan to do to make the glow runtime supports concurrent execution, pipelining, batching and so on.
At a high level, the idea for the runtime is to be able to:
Among other things, the glow runtime will have to:
Also, somewhat orthogonal to the runtime, but related, glow will need to:
Right now, we started by splitting the compilation and runtime stages properly.
This work is tracked in:
#2040, #1967, #1953, #1951
The text was updated successfully, but these errors were encountered: