From cd07dd6fad2a92ad3bba2c4d0c39bb7b4cab8db5 Mon Sep 17 00:00:00 2001 From: foreman Date: Wed, 12 Aug 2015 14:33:51 -0400 Subject: [PATCH] P4 to Git Change 1179705 by bsumner@bsumner-lin-opencl on 2015/08/12 14:06:12 ECR #304775 - switch on "denorm" support on VI and make HSAIL default to not generating ftz modifier Affected files ... ... //depot/stg/opencl/drivers/opencl/compiler/llvm/lib/Target/HSAIL/HSAILISelDAGToDAG.cpp#48 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusettings.cpp#320 edit [ROCm/clr commit: 473c92d0f4b8519ea585b985c33986e76a088df2] --- projects/clr/rocclr/runtime/device/gpu/gpusettings.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/projects/clr/rocclr/runtime/device/gpu/gpusettings.cpp b/projects/clr/rocclr/runtime/device/gpu/gpusettings.cpp index 3744157a8f..f23f494f56 100644 --- a/projects/clr/rocclr/runtime/device/gpu/gpusettings.cpp +++ b/projects/clr/rocclr/runtime/device/gpu/gpusettings.cpp @@ -254,8 +254,7 @@ Settings::create( case CAL_TARGET_BAFFIN: // Disable tiling aperture on VI+ linearPersistentImage_ = true; - // Comment this out for now: - // singleFpDenorm_ = true; + singleFpDenorm_ = true; viPlus_ = true; // Fall through to CI ... case CAL_TARGET_KALINDI: