P4 to Git Change 1178177 by rili@rili_opencl_stg on 2015/08/07 12:18:10

EPR #424426 - enable large allocation for Win 10

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusettings.cpp#317 edit
Этот коммит содержится в:
foreman
2015-08-07 12:30:33 -04:00
родитель e54e8da337
Коммит 36b4f843f5
+1 -5
Просмотреть файл
@@ -330,11 +330,7 @@ Settings::create(
supportDepthsRGB_ = true;
}
if (use64BitPtr_) {
if ((GPU_ENABLE_LARGE_ALLOCATION) && (calAttr.isWorkstation)
#if defined(_WIN32)
&& (!IsWindows10OrGreater())
#endif
) {
if ((GPU_ENABLE_LARGE_ALLOCATION) && (calAttr.isWorkstation)) {
maxAllocSize_ = 64ULL * Gi;
}
else {