Closed csyonghe closed 1 week ago
Looks like we either need to collect all future objects for each queueSubmit and do a waitAll call, or queue a dummy command to get a waitable future.
There is no Device::waitOnHost and CommandQueue::waitOnHost is correctly implemented.
Device::waitOnHost
CommandQueue::waitOnHost
Looks like we either need to collect all future objects for each queueSubmit and do a waitAll call, or queue a dummy command to get a waitable future.