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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user