hipDeviceSynchronize needs to sync NonBlocking streams as well

SWDEV-237167

Change-Id: Ie916d8f03ce91e8ef05a2b4edc580a7021520f6f
This commit is contained in:
Christophe Paquot
2020-05-26 12:54:27 -07:00
committato da Christophe Paquot
parent c98e8e4998
commit f7ed87b02b
3 ha cambiato i file con 19 aggiunte e 4 eliminazioni
+3
Vedi File
@@ -442,6 +442,9 @@ hipError_t hipDeviceSynchronize ( void ) {
}
queue->finish();
hip::Stream::syncNonBlockingStreams();
HIP_RETURN(hipSuccess);
}