diff --git a/rocclr/runtime/device/gpu/gpusettings.cpp b/rocclr/runtime/device/gpu/gpusettings.cpp index 33eae48c99..1d1659213b 100644 --- a/rocclr/runtime/device/gpu/gpusettings.cpp +++ b/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; + // Comment this out for now: + // singleFpDenorm_ = true; viPlus_ = true; // Fall through to CI ... case CAL_TARGET_KALINDI: