SWDEV-247372 - Add logging for debug

Change-Id: Id5a27034005a7deba37072d8a4c6f250104a96c8
This commit is contained in:
Saleel Kudchadker
2021-06-16 22:11:26 -07:00
zatwierdzone przez Maneesh Gupta
rodzic 82e572c23f
commit 8e08880cc3
2 zmienionych plików z 2 dodań i 0 usunięć
+1
Wyświetl plik
@@ -120,6 +120,7 @@ void HostQueue::finish() {
// Check HW status of the ROCcrl event. Note: not all ROCclr modes support HW status
static constexpr bool kWaitCompletion = true;
if (!device().IsHwEventReady(command->event(), kWaitCompletion)) {
ClPrint(LOG_DEBUG, LOG_CMD, "HW Event not ready, awaiting completion instead");
command->awaitCompletion();
}
command->release();