P4 to Git Change 1216440 by rili@rili_opencl_stg on 2015/12/01 17:23:55

SWDEV-82256 - Limit the workaround for Win 7 only because KMD has fixed TDR issue on Win 8.1/10

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusettings.cpp#336 edit


[ROCm/clr commit: 6b762d400f]
Este commit está contenido en:
foreman
2015-12-01 17:34:48 -05:00
padre fc9b9dd7cf
commit 354e831515
@@ -182,7 +182,7 @@ Settings::create(
modifyMaxWorkload.time = 1000; // Decided by experiment
modifyMaxWorkload.minorVersion = 1; // Win 7
#if defined(_WIN32)
modifyMaxWorkload.comparisonOps = VER_GREATER_EQUAL; // Win 7 and later
modifyMaxWorkload.comparisonOps = VER_EQUAL; // Limit to Win 7 only
#endif
}
case CAL_TARGET_CARRIZO: