P4 to Git Change 1549067 by skudchad@skudchad_rocm on 2018/05/02 17:40:37
SWDEV-145570 - [HIP] - Fix build Affected files ... ... //depot/stg/opencl/drivers/opencl/api/hip/hip_memory.cpp#19 edit
This commit is contained in:
@@ -1004,7 +1004,7 @@ hipError_t hipMemset2DAsync(void* dst, size_t pitch, int value,
|
||||
size_t width, size_t height, hipStream_t stream) {
|
||||
HIP_INIT_API(dst, pitch, value, width, height, stream);
|
||||
|
||||
amd::HostQueue* queue == nullptr;
|
||||
amd::HostQueue* queue = nullptr;
|
||||
if (stream == nullptr) {
|
||||
queue = hip::getNullStream();
|
||||
if (queue == nullptr) {
|
||||
|
||||
Reference in New Issue
Block a user