From 354e83151529b2d7fa9d28c7c4e276fcbede5673 Mon Sep 17 00:00:00 2001
From: foreman
Date: Tue, 1 Dec 2015 17:34:48 -0500
Subject: [PATCH] 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: 6b762d400f6aa3896509025916088e02742d0057]
---
projects/clr/rocclr/runtime/device/gpu/gpusettings.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/projects/clr/rocclr/runtime/device/gpu/gpusettings.cpp b/projects/clr/rocclr/runtime/device/gpu/gpusettings.cpp
index 744f429ff6..6ee1ec05bb 100644
--- a/projects/clr/rocclr/runtime/device/gpu/gpusettings.cpp
+++ b/projects/clr/rocclr/runtime/device/gpu/gpusettings.cpp
@@ -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: