P4 to Git Change 1455302 by gandryey@gera-w8 on 2017/09/05 14:28:18

SWDEV-131312 - [CQE OCL][DTB][DTB-BLOCKER][Perf][QR][VEGA] Compubench test are not completing due to faulty CL#1451293
	- Mark active vgpu only for pinned memory

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palmemory.cpp#16 edit


[ROCm/clr commit: 57cfc57a45]
Este commit está contenido en:
foreman
2017-09-05 14:42:03 -04:00
padre 76f0d2051f
commit 329748b7e4
@@ -170,7 +170,7 @@ bool Memory::create(Resource::MemoryType memType, Resource::CreateParams* params
}
if (result) {
if (params != nullptr) {
if ((params != nullptr) && (memoryType() == Pinned)) {
memRef()->gpu_ = params->gpu_;
}
}