Fix hipMemset stream resolution

Этот коммит содержится в:
Rahul Garg
2018-04-11 19:01:53 +05:30
родитель 412a35be20
Коммит 294bf50f68
+1
Просмотреть файл
@@ -1619,6 +1619,7 @@ hipError_t hipMemset(void* dst, int value, size_t sizeBytes) {
hipError_t e = hipSuccess;
hipStream_t stream = hipStreamNull;
stream = ihipSyncAndResolveStream(stream);
if (stream) {
e = ihipMemset(dst, value, sizeBytes, stream, ihipMemsetCopyDataTypeChar);
stream->locked_wait();