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:
@@ -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 {
|
||||
|
||||
مرجع در شماره جدید
Block a user