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


[ROCm/clr commit: fbea58ba11]
このコミットが含まれているのは:
German Andryeyev
2023-09-21 15:47:56 -04:00
コミット 2d492a201b
5個のファイルの変更13行の追加10行の削除
+1 -1
ファイルの表示
@@ -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();