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:
German Andryeyev
2023-09-21 15:47:56 -04:00
parent 49bb6a4072
commit fbea58ba11
5 changed files with 13 additions and 10 deletions
+1 -1
View File
@@ -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();