From 8744fdbcb2e46a27e9fe8acea4ec876f170dd28b Mon Sep 17 00:00:00 2001 From: foreman Date: Mon, 24 Oct 2016 01:24:38 -0400 Subject: [PATCH] P4 to Git Change 1330411 by lmoriche@lmoriche_opencl_lc on 2016/10/24 01:16:07 SWDEV-105604 - [OCL-LC-PAL] OpenCL program manager for LC on PAL - Add Windows support Affected files ... ... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/amdocl.def.in#16 edit ... //depot/stg/opencl/drivers/opencl/compiler/lib/loaders/elf/utils/common/win32/compat.h#4 edit ... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/options.cpp#38 edit ... //depot/stg/opencl/drivers/opencl/make/clang.git/include/build/Makefile.include#4 edit ... //depot/stg/opencl/drivers/opencl/make/llvm.git/win32/include/llvm/Config/config.h#2 edit ... //depot/stg/opencl/drivers/opencl/opencldefs#190 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palcompiler.cpp#5 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palkernel.cpp#12 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.cpp#12 edit ... //depot/stg/opencl/drivers/opencl/runtime/top.hpp#24 edit --- opencl/api/opencl/amdocl/amdocl.def.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/opencl/api/opencl/amdocl/amdocl.def.in b/opencl/api/opencl/amdocl/amdocl.def.in index d44410c802..cc631e3ca2 100644 --- a/opencl/api/opencl/amdocl/amdocl.def.in +++ b/opencl/api/opencl/amdocl/amdocl.def.in @@ -118,6 +118,7 @@ clEnqueueSVMMap clEnqueueSVMUnmap #endif +#if !defined(WITH_LIGHTNING_COMPILER) aclCompilerInit aclCompilerFini aclCompilerVersion @@ -156,6 +157,8 @@ aclDisassemble aclInsertKernelStatistics aclGetDeviceBinary aclDumpBinary +#endif // !defined(WITH_LIGHTNING_COMPILER) + #if (OPENCL_MAJOR > 2) || (OPENCL_MAJOR == 2 && OPENCL_MINOR >= 1) clCreateProgramWithIL #endif