P4 to Git Change 1087846 by bdhanase@bala_workpc_ocl on 2014/10/15 17:33:32

EPR #407358 - Enable remoteAlloc_ by default if the frame buffer is less than 128 MB on an APU system

	Reviewed by: German

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusettings.cpp#290 edit
Этот коммит содержится в:
foreman
2014-10-15 17:44:44 -04:00
родитель f10df9ffcd
Коммит e00c0d6992
+5
Просмотреть файл
@@ -443,6 +443,11 @@ Settings::create(
enableExtension(ClKhrDepthImages);
}
if (apuSystem_ &&
((calAttr.totalVisibleHeap + calAttr.totalInvisibleHeap) < 150)) {
remoteAlloc_ = true;
}
// Override current device settings
override();