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
This commit is contained in:
foreman
2016-10-24 01:24:38 -04:00
parent 8e0cd3f71b
commit 8744fdbcb2
@@ -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