CL_DEVICE_MAX_COMPUTE_UNITS  351 src/runtime/opencl.cpp             err = clGetDeviceInfo(dev, CL_DEVICE_MAX_COMPUTE_UNITS, sizeof(cl_uint), &core_count, NULL);
CL_DEVICE_MAX_COMPUTE_UNITS  397 src/runtime/opencl.cpp         {&max_compute_units, sizeof(max_compute_units), CL_DEVICE_MAX_COMPUTE_UNITS},