Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dveccupmimpl.h577 auto should_sync = false; in GetArray() local
586 should_sync = true; in GetArray()
605 should_sync = true; in GetArray()
617 if (!force && should_sync) PetscCall(PetscDeviceContextSynchronize(dctx)); in GetArray()