Searched refs:num_devices (Results 1 – 1 of 1) sorted by relevance
768 cl_uint num_devices; in PetscFECreate_OpenCL() local782 PetscCall(clGetDeviceIDs(ocl->pf_id, CL_DEVICE_TYPE_ALL, 42, device_ids, &num_devices)); in PetscFECreate_OpenCL()783 …PetscCheck(num_devices, PetscObjectComm((PetscObject)fem), PETSC_ERR_SUP, "No OpenCL device found.… in PetscFECreate_OpenCL()