From 2f44427ad1830cc3215494c63636529092cbbbe4 Mon Sep 17 00:00:00 2001 From: foreman Date: Thu, 2 Nov 2017 11:19:15 -0400 Subject: [PATCH] P4 to Git Change 1477977 by gandryey@gera-w8 on 2017/11/02 11:10:40 SWDEV-136068 - PAL support for Linux Pro: SSG support on OpenCL 1.2 - Enable LF library build under PAL Linux Affected files ... ... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/Makefile#13 edit ... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/build/Makefile.api#166 edit ... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_lqdflash_amd.cpp#22 edit --- opencl/api/opencl/amdocl/cl_lqdflash_amd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opencl/api/opencl/amdocl/cl_lqdflash_amd.cpp b/opencl/api/opencl/amdocl/cl_lqdflash_amd.cpp index 8c5d7fe644..a18eaf9651 100644 --- a/opencl/api/opencl/amdocl/cl_lqdflash_amd.cpp +++ b/opencl/api/opencl/amdocl/cl_lqdflash_amd.cpp @@ -10,7 +10,7 @@ #include "cl_lqdflash_amd.h" #if (!defined(BUILD_HSA_TARGET) && defined(WITH_HSA_DEVICE) && \ - defined(WITH_AMDGPU_PRO)) || defined(_WIN32) + defined(WITH_AMDGPU_PRO)) || defined(_WIN32) || defined(WITH_PAL_DEVICE) #define WITH_LIQUID_FLASH 1 #endif // _WIN32