Hi, wanted to introduce myself to OpenCL and i tried to compile a little example.
I downloaded some example code from here: http://developer.download.nvidia.com/compute/opencl/sdk/website/samples.html
i tried to compile it but… wow i need opencl sdk obiously :D So i started searching for this SDK. All the link around the web point to this: http://developer.nvidia.com/opencl but there is no download link here. The only thing that give me some hint is “The latest OpenCL 1.0 production drivers for NVIDIA GPUs are installed with our standard, publicly available production drivers”, but i have latest driver, i can run successfully the compiled openCL examples, but still can’t compile it.
Using the example (in visual studio, really too simple to make mistakes) compiler says:
1>LINK : fatal error LNK1104: cannot open file 'oclUtils32D.lib
and i don’t have that oclUtiles32D.lib file in my computer, so i think it must be a part of this “impossible to retrieve” sdk.
Where i can find this sdk? In the nvidia download page it says i can have the OpenCL 1.1 Driver and code sample if i’m a registered developer, but for being a registered developer i must develope some products before (like the registration module says), so i’m a bit stuck.
Thank you for dealing with this noob and sorry for wasting your time! :P