Home
last modified time | relevance | path

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

/petsc/src/mat/impls/dense/seq/cupm/
H A Dmatseqdensecupm.hpp664 const auto xisdevice = xiscupm && PetscOffloadDevice(x->offloadmask); in MatSolve_Factored_Dispatch_() local
665 const auto copy_mode = xisdevice ? cupmMemcpyDeviceToDevice : cupmMemcpyHostToDevice; in MatSolve_Factored_Dispatch_()
674 if (xisdevice) { in MatSolve_Factored_Dispatch_()
681 if (xisdevice) { in MatSolve_Factored_Dispatch_()