P4 to Git Change 1397610 by gandryey@gera-w8 on 2017/04/12 15:54:41

SWDEV-79445 - OCL generic changes and code clean-up
	- Disable large allocations in PAL, since it's not supported.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.cpp#22 edit
This commit is contained in:
foreman
2017-04-12 16:06:33 -04:00
والد 3b9d302845
کامیت 2e7ba8514f
@@ -265,7 +265,7 @@ Settings::create(
supportDepthsRGB_ = true;
}
if (use64BitPtr_) {
if (GPU_ENABLE_LARGE_ALLOCATION && wscaps.workStationBoard) {
if (GPU_ENABLE_LARGE_ALLOCATION && false/*wscaps.workStationBoard*/) {
maxAllocSize_ = 64ULL * Gi;
}
else {