Searched refs:GetHandleDispatch_ (Results 1 – 1 of 1) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | cupmobject.hpp | 200 …static PetscErrorCode GetHandleDispatch_(PetscDeviceContext *, cupmBlasHandle_t *, cupmSolverHandl… 281 inline PetscErrorCode CUPMObject<T>::GetHandleDispatch_(PetscDeviceContext *dctx, cupmBlasHandle_t … in GetHandleDispatch_() function in Petsc::device::cupm::impl::CUPMObject 297 return GetHandleDispatch_(dctx, blas_handle, solver_handle, stream); in GetHandles_() 303 return GetHandleDispatch_(dctx, blas_handle, nullptr, stream); in GetHandles_() 309 return GetHandleDispatch_(dctx, nullptr, solver_handle, stream); in GetHandles_() 315 return GetHandleDispatch_(dctx, nullptr, nullptr, stream); in GetHandles_() 321 return GetHandleDispatch_(nullptr, handle, nullptr, nullptr); in GetHandles_() 327 return GetHandleDispatch_(nullptr, nullptr, handle, nullptr); in GetHandles_() 333 return GetHandleDispatch_(nullptr, nullptr, nullptr, stream); in GetHandles_()
|