| http://www.w3.org/ns/prov#value | - In OpenCL, one of the code conventions is to have data types be prefixed by cl_ and you will find data types for each of the platform, device and context as cl_platform_XX, cl_device_XX, cl_context_XX , and APIs prefixed in a similar fashion by cl and one such API is clGetPlatformInfo.
|