hipDeviceSynchronize needs to sync NonBlocking streams as well
SWDEV-237167 Change-Id: Ie916d8f03ce91e8ef05a2b4edc580a7021520f6f
This commit is contained in:
committato da
Christophe Paquot
parent
c98e8e4998
commit
f7ed87b02b
@@ -442,6 +442,9 @@ hipError_t hipDeviceSynchronize ( void ) {
|
||||
}
|
||||
|
||||
queue->finish();
|
||||
|
||||
hip::Stream::syncNonBlockingStreams();
|
||||
|
||||
HIP_RETURN(hipSuccess);
|
||||
}
|
||||
|
||||
|
||||
Fai riferimento in un nuovo problema
Block a user