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


[ROCm/clr commit: 08721493fa]
Αυτή η υποβολή περιλαμβάνεται σε:
foreman
2016-03-08 14:51:18 -05:00
γονέας 7b25ca9e85
υποβολή 8b95f29714
3 αρχεία άλλαξαν με 1 προσθήκες και 10 διαγραφές
@@ -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: