devdriver_1_1 without cl.hpp?

I downloaded devdriver_3.1_linux_64_258.19_opencl1.1.run and installed them on my kubuntu 10.04.

But i can’t find cl.hpp whicht comes along with opencl 1.1.

In /usr/include/CL are only 3 files gl.h, platform.h, cl_gl.h

running the oclDeviceQuery shows:

[codebox]

oclDeviceQuery.exe Starting…

OpenCL SW Info:

CL_PLATFORM_NAME: NVIDIA CUDA

CL_PLATFORM_VERSION: OpenCL 1.1 CUDA 3.2.1

OpenCL SDK Revision: 6237717

[/codebox]

You find all you need at http://www.khronos.org/registry/cl/. cl.hpp is at http://www.khronos.org/registry/cl/api/1.1/cl.hpp.

I already used cl.hpp for OpenCL 1.0 and used the http://www.khronos.org/registry/cl/api/1.1/cl.hpp as work around. I just thought as cl.hpp is part of OpenCL it should be part of the dev_driver 1.1.