OpenCL vs2008 from scratch and openCL timing

Hello guys!

I was wondering how to set up a vs2008 project from scratch to OpenCL. With the minimal functionality.

And what about timing for OpenCL? What function can I use to determine the time?

Hugs!

Hi,
You can download the Best Practices Open CL guide which explains the time function with OpenCL
To create a project with VS2008, you have just to open a project in the sdk and create your own with the same properties
Thanks
J

I’m doing it by creating a simple C++ application and include the path to the header files I’ve downloaded from Khronos OpenCL page. I’m not including anything from NVidia SDK. It works.