How to use long long type?

Is it possible to use long long data type within an OpenCL kernel, and how?

If you would like to use long long data type to represent a 64-bit integer value, then you can use the long data type in CL kernel. long in CL is always 64-bits.