platform_ids       39 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-opencl.c   cl_platform_id platform_ids[nr_platforms];
platform_ids       40 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-opencl.c   clret = clGetPlatformIDs(nr_platforms, platform_ids, &nr_platforms);
platform_ids       48 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-opencl.c     clret = clGetDeviceIDs(platform_ids[j], CL_DEVICE_TYPE_ALL, 0, NULL, &nr_devices);
platform_ids       53 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-opencl.c     clret = clGetDeviceIDs(platform_ids[j], CL_DEVICE_TYPE_ALL, nr_devices, device_ids, &nr_devices);