Problem with code running on CPU

Well, i need to run a code on a C2D T7250, but the CL_DEVICE_NOT_FOUND flag is turned on when i run it. I try to compile the code with de ATI STREAM OpenCL library, but the error still remains. The number of platforms detected is 1 (with the CPU DEVICE flag). Some idea? thanks!

Make sure that you are looking for either CL_DEVICE_TYPE_ALL or CL_DEVICE_TYPE_CPU. I had an issue running OpenCL when I built my new computer when I was waiting on my graphics cards because most all of the samples I had found searched for CL_DEVICE_TYPE_GPU.