Hi, I'm trying to execute some aparapi kernel on CPU mode, but even after installing the Intel OpenCL SDK I'm still can't use the CPU mode, always switching to JTP with the following message:
WARNING: Reverting to Java Thread Pool (JTP) for class MatrixMulti.MatrixMulti: CPU request can't be honored not CPU device
I downloaded the SDK tools from here ( I have a Core i5-2400 and a NVIDIA GeForce GTX Titan Z). Did I installed the right things or there is some other tweak to run OpenCL code om CPU? I found the link that seems to be the one with right drivers, but it redirects to the one I mencioned above.
PS: Aparapi is a Java Framework that translates Kernels written in Java to OpenCL and executes it on GPU, JTP or CPU, letting the programmer to decide in which device it should run or if it fails on translating some part of the kernel, it swiches to JTP or CPU.
Thanks!