1e0a5f64f5
EPR #402935 - Reset Resource::pinOffset_ if gslResource couldn't be created for pinned memory. When the pinned memory to be created is too large, gslResource couldn't be created, and a local memory will be created instead. If pinOffset_ is NOT reset in this case, it will mess up future copying of the local memory. Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuresource.cpp#187 edit