Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dcupmobject.hpp283 PetscDeviceContext dctx_loc = nullptr; in GetHandleDispatch_() local
288 PetscCall(PetscDeviceContextGetCurrentContext(&dctx_loc)); in GetHandleDispatch_()
289 PetscCall(GetFromHandleDispatch_(dctx_loc, blas_handle, solver_handle, stream)); in GetHandleDispatch_()
290 if (dctx) *dctx = dctx_loc; in GetHandleDispatch_()