P4 to Git Change 1245012 by gandryey@gera-w8 on 2016/03/08 14:41:35

SWDEV-89511 - Enable F16 KHR extension

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/device.hpp#268 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusettings.cpp#343 edit
... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#253 edit
This commit is contained in:
foreman
2016-03-08 14:51:18 -05:00
parent 8a535be3ac
commit 08721493fa
3 changed files with 1 additions and 10 deletions
+1 -6
View File
@@ -200,12 +200,7 @@ Settings::create(
// Keep this false even though we have support
// singleFpDenorm_ = true;
viPlus_ = true;
if (GPU_FORCE_FP16) {
enableExtension(ClKhrFp16);
}
else {
enableExtension(ClAmdFp16);
}
enableExtension(ClKhrFp16);
// Fall through to CI ...
case CAL_TARGET_KALINDI:
case CAL_TARGET_SPECTRE: