Skip to content
Snippets Groups Projects
  • Christophe Guillon's avatar
    1b2553b3
    [Scheduler] Fix scheduling of producer node in graph outputs · 1b2553b3
    Christophe Guillon authored
    Handle case where producer nodes are also graph outputs,
    in this case the initial list of consumers may contain producer
    nodes.
    
    They are now scheduled as requiredProducers instead
    of runnableConsumers.
    
    It actually does not change the effective scheduling, though it
    handles more uniformely producers nodes (outputs of the graph or not).
    
    Added some test cases in Test_scheduler.cpp.
    1b2553b3
    History
    [Scheduler] Fix scheduling of producer node in graph outputs
    Christophe Guillon authored
    Handle case where producer nodes are also graph outputs,
    in this case the initial list of consumers may contain producer
    nodes.
    
    They are now scheduled as requiredProducers instead
    of runnableConsumers.
    
    It actually does not change the effective scheduling, though it
    handles more uniformely producers nodes (outputs of the graph or not).
    
    Added some test cases in Test_scheduler.cpp.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.