P4 to Git Change 1377133 by gandryey@gera-w8 on 2017/02/23 18:33:42

SWDEV-114407 - [G] clinfo doesn't report cl_khr_fp16 extension
	- Enable cl_khr_fp16 for PAL path

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.cpp#18 edit
This commit is contained in:
foreman
2017-02-23 18:40:12 -05:00
parent 37a5e9a169
commit 00be859568
@@ -209,6 +209,7 @@ Settings::create(
// SDMA may have memory access outside of
// the valid buffer range and cause a page fault
sdamPageFaultWar_ = true;
enableExtension(ClKhrFp16);
// Fall through to CI ...
case Pal::AsicRevision::Kalindi:
case Pal::AsicRevision::Spectre: