OpenCL* for CPU
Ask questions and share information on Intel® SDK for OpenCL™ Applications and OpenCL™ implementations for Intel® CPU.
Announcements
This forum covers OpenCL* for CPU only. OpenCL* for GPU questions can be asked in the GPU Compute Software forum. Intel® FPGA SDK for OpenCL™ questions can be ask in the FPGA Intel® High Level Design forum.

opencl cpu fallback

Morten_M_
Beginner
822 Views

We use opencl for internel use for encoding tasks and for cases where the local GPU+driver doesn't offer an OpenCL device we would like to always be able to fall back on a cpu opencl device.

However, the problem is we would like to be able to do this without having to install the SDK (run the exe) on every persons machine here at the company. We would prefer it if all we had to do was check in dll's, libs and headers into our code repo. Is there a way to get opencl on the cpu to work by simply copying a set of binaries such as these? We are also able to setup environment variables for people using various config files our system has. The main thing I am trying to avoid is having to run an exe on every machine to install the sdk.

Thanks,

morten.

0 Kudos
1 Reply
Raghupathi_M_Intel
822 Views

Please look at Yuri's response towards the end of this thread (http://software.intel.com/en-us/forums/topic/363720).

Thanks,
Raghu

0 Kudos
Reply