1 #include <CL/cl.h> 2 main()3 int main() 4 { 5 return sizeof(cl_platform_id) - sizeof(cl_context); 6 } 7