computeunits       64 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-opencl.c       cl_uint computeunits;
computeunits      121 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-opencl.c       clGetDeviceInfo(device_ids[i], CL_DEVICE_MAX_COMPUTE_UNITS, sizeof(computeunits), &computeunits, NULL);
computeunits      122 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-opencl.c       snprintf(buffer, sizeof(buffer), "%u", computeunits);