Remove faulty assert for kernelCnt==0
Change-Id: I8a925c95f48e857c0a31f44561499e90dc6df552
This commit is contained in:
@@ -183,9 +183,7 @@ void ihipStream_t::wait(LockedAccessor_StreamCrit_t &crit, bool assertQueueEmpty
|
|||||||
if (! assertQueueEmpty) {
|
if (! assertQueueEmpty) {
|
||||||
tprintf (DB_SYNC, "stream %p wait for queue-empty..\n", this);
|
tprintf (DB_SYNC, "stream %p wait for queue-empty..\n", this);
|
||||||
_av.wait();
|
_av.wait();
|
||||||
} else {
|
}
|
||||||
assert (crit->_kernelCnt == 0);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (crit->_last_copy_signal) {
|
if (crit->_last_copy_signal) {
|
||||||
tprintf (DB_SYNC, "stream %p wait for lastCopy:#%lu...\n", this, lastCopySeqId(crit) );
|
tprintf (DB_SYNC, "stream %p wait for lastCopy:#%lu...\n", this, lastCopySeqId(crit) );
|
||||||
|
|||||||
Viittaa uudesa ongelmassa
Block a user