2
0

Merge commit '2305f8ae565389cfc348a747c467c004909d7a90' into develop

Este cometimento está contido em:
systems-assistant[bot]
2025-08-13 00:24:58 +00:00
ascendente 0ba726f8fc 2305f8ae56
cometimento fff63d428e
22 ficheiros modificados com 308 adições e 122 eliminações
+3
Ver ficheiro
@@ -173,6 +173,9 @@ void HostQueue::finish(bool cpu_wait) {
(vdev()->QueuedAsyncHandlers().load() > DEBUG_HIP_BLOCK_SYNC)) {
cpu_wait = true;
}
} else {
// Force CPU wait for OpenCL, since the tests may check OCL command status after finish
cpu_wait = true;
}
size_t batchSize = GetSubmissionBatchSize();