Searched refs:getHandle (Results 1 – 1 of 1) sorted by relevance
205 static PetscErrorCode getHandle(PetscDeviceContext, void *) noexcept;232 PetscDesignatedInitializer(getblashandle, getHandle<blas_tag>),233 PetscDesignatedInitializer(getsolverhandle, getHandle<solver_tag>),371 inline PetscErrorCode DeviceContext<T>::getHandle(PetscDeviceContext dctx, void *handle) noexcept in getHandle() function in Petsc::device::cupm::impl::DeviceContext