Just upgraded my video card (from ATI) and installed the latest drivers (327.23)
GPU-Z.0.7.3 shows OpenCL capability.
CompuBench 1.1.3 benchmarks the card nicely.
However, 'CLPlatform.getDefault().listCLDevices()' (2013-07-20 jogmap release) does not show the device!
Can someone please give me a hand?
Solved.
Changed CLPlatform.getDefault().listCLDevices() to CLPlatform.listCLPlatforms(), then collected all platform.listCLDevices(CLDevice.Type.GPU)
While I removed the ATI graphics card, I did not uninstall the drivers.
I guess something in CLPlatform.getDefault().listCLDevices() is still getting the previous default platform (cached?)
(Windows device manager only shows the Nvidia)