Seems something isn't working here:
...........................................................
...................OpenCL Bench V 0.1 by mitch.............
.......C2D 3GHz = 30 sec vs Nvidia 9600GT = 3.10 sec.......
....... .......
........My test code (simple adds) is cpu friedly..........
.more gpu friedly+complexer code (raytracing/video encod.).
....may give much more speed advantage - at least on C2Ds..
...........................................................
CL_DEVICE_NAME: Intel® Core2 Duo CPU P8700 @ 2.53GHz
CL_DEVICE_VENDOR: Intel
Now computing - please be patient....
time used: 37.822647
Number of elements computed: 2097152
CL_DEVICE_NAME: GeForce 9400M
CL_DEVICE_VENDOR: NVIDIA
Now computing - please be patient....
time used: 12.428713
Number of elements computed: 2097152
Now checking if results are valid - please be patient....
Validate results test - results compute on gpu <> compute cpuSherry Haibara
EDIT: Second run:
...........................................................
...................OpenCL Bench V 0.1 by mitch.............
.......C2D 3GHz = 30 sec vs Nvidia 9600GT = 3.10 sec.......
....... .......
........My test code (simple adds) is cpu friedly..........
.more gpu friedly+complexer code (raytracing/video encod.).
....may give much more speed advantage - at least on C2Ds..
...........................................................
CL_DEVICE_NAME: Intel® Core2 Duo CPU P8700 @ 2.53GHz
CL_DEVICE_VENDOR: Intel
Now computing - please be patient....
time used: 37.613495
Number of elements computed: 2097152
CL_DEVICE_NAME: GeForce 9400M
CL_DEVICE_VENDOR: NVIDIA
Now computing - please be patient....
time used: 15.683911
Number of elements computed: 2097152
Now checking if results are valid - please be patient....

Validate results test passed - GPU=CPU

By the way, am I supposed to run this with no applications open?