Fix hipMemset stream resolution
这个提交包含在:
@@ -1619,6 +1619,7 @@ hipError_t hipMemset(void* dst, int value, size_t sizeBytes) {
|
|||||||
hipError_t e = hipSuccess;
|
hipError_t e = hipSuccess;
|
||||||
|
|
||||||
hipStream_t stream = hipStreamNull;
|
hipStream_t stream = hipStreamNull;
|
||||||
|
stream = ihipSyncAndResolveStream(stream);
|
||||||
if (stream) {
|
if (stream) {
|
||||||
e = ihipMemset(dst, value, sizeBytes, stream, ihipMemsetCopyDataTypeChar);
|
e = ihipMemset(dst, value, sizeBytes, stream, ihipMemsetCopyDataTypeChar);
|
||||||
stream->locked_wait();
|
stream->locked_wait();
|
||||||
|
|||||||
在新工单中引用
屏蔽一个用户