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: 473c92d0f4]
此提交包含在:
foreman
2015-08-12 14:33:51 -04:00
父節點 502cc124b5
當前提交 cd07dd6fad
+1 -2
查看文件
@@ -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: