SWDEV-423317 - Enable GPU wait for hip sync calls
hipStreamSynchronize and hipDeviceSynchronize won't longer wait for CPU commands in DD mode Change-Id: I079c8bbfc34ddc6d3e2d74c92a34665877e512a5
This commit is contained in:
@@ -231,7 +231,7 @@ class HostQueue : public CommandQueue {
|
||||
}
|
||||
|
||||
//! Finish all queued commands
|
||||
void finish();
|
||||
void finish(bool cpu_wait = false);
|
||||
|
||||
//! Check if hostQueue empty snapshot
|
||||
bool isEmpty();
|
||||
|
||||
Reference in New Issue
Block a user