Home
last modified time | relevance | path

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

/petsc/src/dm/dt/fe/impls/opencl/
H A Dfeopencl.c769 cl_device_id device_ids[42]; in PetscFECreate_OpenCL() local
782 PetscCall(clGetDeviceIDs(ocl->pf_id, CL_DEVICE_TYPE_ALL, 42, device_ids, &num_devices)); in PetscFECreate_OpenCL()
784 ocl->dev_id = device_ids[0]; in PetscFECreate_OpenCL()