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
Implement a structured approach to associate a domain-specific scheduler with each subgraph. This enables optimization strategies based on specific requirements, such as latency vs. throughput, or computational domains like FPGA and GPU execution. The scheduler should be instantiated with the nested graph and passed as a Block for higher-level usage.
Additionally, a plugin system for Schedulers, similar to the existing Block plugins, needs to be implemented.
Implement a structured approach to associate a domain-specific scheduler with each subgraph. This enables optimization strategies based on specific requirements, such as latency vs. throughput, or computational domains like FPGA and GPU execution. The scheduler should be instantiated with the nested graph and passed as a
Block
for higher-level usage.Additionally, a plugin system for Schedulers, similar to the existing Block plugins, needs to be implemented.
This is a follow-up of the following issues/PRs:
The text was updated successfully, but these errors were encountered: