GTX Titan?

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

GTX Titan?

The.Scotsman
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?

Many thanks.
Reply | Threaded
Open this post in threaded view
|

Re: GTX Titan?

gouessej
Administrator
Hi

At first, use the very latest build. Then, try it again, enable all logs and tell us what happens.
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: GTX Titan?

The.Scotsman
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)