Commits

Jeff Bloomfield authored e6e4339f0bd
Merged PR 4408731: Perf: Command lists should be preemptively reset in DML when flushing Noticing this while analyzing perf of small models, e.g. emotionferplus. Resetting command lists right after flushing rather than when they're used next ensures that the CPU work occurs when the GPU is busy. Related work items: #25512194