Hello,
I'm quite new to OpenCL and parallel computing in general.
I have just installed the SDK on a Linux SLES11 computer with a Core i7-4770 Processor.
Files installed were intel_sdk_for_ocl_applications_2014_4.6.0.92_x64.tgz and opencl_runtime_14.2_x64_4.5.0.8.tgz.
I've tried running two tests, first the sample code for general matrix multiply, and second a simple program to perform an addition and print out the processors capabilities, like MAX_COMPUTEEE_UNITS, MAX_WORK_GROUP_SIZE, etc. They both fail upon trying to compile the kernel, with the following message:
symbol lookup error: /opt/intel/opencl-1.2-4.5.0.8/lib64/libclang_compiler.so: undefined symbol: _ZN5Intel6OpenCL5Utils6Logger11GetInstanceEv, version Base
I guess it's looking for a library it can't find? Which one, and how to fix this problem.
Thanks, Bob