Home
last modified time | relevance | path

Searched refs:num_devices (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/dt/fe/impls/opencl/ !
H A Dfeopencl.c768 cl_uint num_devices; in PetscFECreate_OpenCL() local
782 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()