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]
このコミットが含まれているのは:
@@ -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();
|
||||
|
||||
新しいイシューから参照
ユーザーをブロックする