From 6dfaff34856d7c4f534db56dfa7525da5b4c9700 Mon Sep 17 00:00:00 2001 From: foreman Date: Thu, 13 Aug 2015 09:47:56 -0400 Subject: [PATCH] P4 to Git Change 1180048 by bsumner@bsumner-lin-opencl on 2015/08/13 09:37:01 ECR #304775 - back out 1179705 since it also affects AMDIL path Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusettings.cpp#322 edit [ROCm/clr commit: bde9db095cee498e65d5877533bd374d7fbaafaf] --- projects/clr/rocclr/runtime/device/gpu/gpusettings.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/clr/rocclr/runtime/device/gpu/gpusettings.cpp b/projects/clr/rocclr/runtime/device/gpu/gpusettings.cpp index 7afec91a8b..6c59455009 100644 --- a/projects/clr/rocclr/runtime/device/gpu/gpusettings.cpp +++ b/projects/clr/rocclr/runtime/device/gpu/gpusettings.cpp @@ -254,7 +254,8 @@ Settings::create( case CAL_TARGET_BAFFIN: // Disable tiling aperture on VI+ linearPersistentImage_ = true; - singleFpDenorm_ = true; + // Keep this false even though we have support + // singleFpDenorm_ = true; viPlus_ = true; // Fall through to CI ... case CAL_TARGET_KALINDI: