From c3b49d2ce167e111a02434182e0ce73e2b356ce1 Mon Sep 17 00:00:00 2001 From: foreman Date: Tue, 1 Aug 2017 18:25:45 -0400 Subject: [PATCH] P4 to Git Change 1442310 by gandryey@gera-w8 on 2017/08/01 18:13:31 SWDEV-128975 - Enable khr FP16 extension from runtime Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocsettings.cpp#20 edit --- rocclr/runtime/device/rocm/rocsettings.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/rocclr/runtime/device/rocm/rocsettings.cpp b/rocclr/runtime/device/rocm/rocsettings.cpp index c9cc8c27c6..a8b9e392b3 100644 --- a/rocclr/runtime/device/rocm/rocsettings.cpp +++ b/rocclr/runtime/device/rocm/rocsettings.cpp @@ -109,6 +109,7 @@ bool Settings::create(bool fullProfile, int gfxipVersion) { enableExtension(ClKhrSubGroups); enableExtension(ClKhrDepthImages); enableExtension(ClAmdCopyBufferP2P); + enableExtension(ClKhrFp16); supportDepthsRGB_ = true; #if defined(WITH_LIGHTNING_COMPILER)