Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/tests/
H A Dex11.cxx169 PetscCall(PetscDeviceContextSynchronize(dctx)); in TestAllCombinations()
176 PetscCall(PetscDeviceContextSynchronize(dctx)); in TestAllCombinations()
258 for (auto &&ctx : {dctx_a, dctx_b, dctx_c}) PetscCall(PetscDeviceContextSynchronize(ctx)); in main()
320 PetscCall(PetscDeviceContextSynchronize(sync_reader)); in main()
325 PetscCall(PetscDeviceContextSynchronize(remain_reader)); in main()
337 PetscCall(PetscDeviceContextSynchronize(dctx_c)); in main()
344 PetscCall(PetscDeviceContextSynchronize(dctx_a)); in main()
345 PetscCall(PetscDeviceContextSynchronize(dctx_b)); in main()
355 PetscCall(PetscDeviceContextSynchronize(dctx_c)); in main()
364 PetscCall(PetscDeviceContextSynchronize(dctx_b)); in main()
[all …]
H A Dex9.c24 PetscCall(PetscDeviceContextSynchronize(dctx)); in TestQueryIdle()
45 PetscCall(PetscDeviceContextSynchronize(NULL /* equivalently dctx if dctx = NULL */)); in TestQueryIdle()
H A Dex7.c75 PetscCall(PetscDeviceContextSynchronize(dctx)); in TestAllocate()
92 PetscCall(PetscDeviceContextSynchronize(dctx)); in TestAllocate()
130 PetscCall(PetscDeviceContextSynchronize(sub[1])); in TestAsyncCoherence()
141 PetscCall(PetscDeviceContextSynchronize(sub[0])); in TestAsyncCoherence()
/petsc/src/vec/is/sf/tests/
H A Dex23.c51 PetscCall(PetscDeviceContextSynchronize(dctx)); // finish the async memcpy in main()
57 PetscCall(PetscDeviceContextSynchronize(dctx)); // finish the async memcpy in main()
/petsc/src/vec/vec/tests/
H A Dex2k.c84 PetscCall(PetscDeviceContextSynchronize(dctx)); in main()
93 PetscCall(PetscDeviceContextSynchronize(dctx)); in main()
/petsc/include/
H A Dpetscdevice.h62 PETSC_EXTERN PetscErrorCode PetscDeviceContextSynchronize(PetscDeviceContext);
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdevice.pxi60 PetscErrorCode PetscDeviceContextSynchronize(PetscDeviceContext)
H A DDevice.pyx495 idle, petsc.PetscDeviceContextSynchronize
498 CHKERR(PetscDeviceContextSynchronize(self.dctx))
/petsc/doc/manualpages/doctext/
H A Ddoctextcommon.txt40 `PetscDeviceContextSynchronize()`.
/petsc/src/sys/objects/device/c/
H A Ddevice.c179 PetscErrorCode PetscDeviceContextSynchronize(PETSC_UNUSED PetscDeviceContext dctx) in PetscDeviceContextSynchronize() function
/petsc/include/petsc/private/
H A Ddeviceimpl.h448 …ream_type == PETSC_STREAM_NONBLOCKING_WITH_BARRIER) PetscCall(PetscDeviceContextSynchronize(dctx)); in PetscDeviceContextSynchronizeIfWithBarrier_Internal()
H A Dveccupmimpl.h617 if (!force && should_sync) PetscCall(PetscDeviceContextSynchronize(dctx)); in GetArray()
820 …PetscCall(PetscDeviceContextSynchronize(dctx)); // Above H2D might be async, so we must sync dctx,… in ResetArray()
/petsc/src/vec/vec/impls/mpi/cupm/
H A Dvecmpicupm_impl.hpp362 PetscCall(PetscDeviceContextSynchronize(dctx)); in SetValuesCOO()
/petsc/src/sys/objects/device/interface/
H A Ddcontext.cxx843 PetscErrorCode PetscDeviceContextSynchronize(PetscDeviceContext dctx) in PetscDeviceContextSynchronize() function
/petsc/doc/changes/
H A D316.md40 …`PetscDeviceContextSynchronize()`, `PetscDeviceContextGetCurrentContext()`, `PetscDeviceContextSet…
/petsc/src/tao/unconstrained/tutorials/
H A Drosenbrock4.h244 PetscCall(PetscDeviceContextSynchronize(dctx)); in CreateHessian()
/petsc/src/vec/vec/impls/seq/cupm/
H A Dvecseqcupm_impl.hpp1316 PetscCall(PetscDeviceContextSynchronize(dctx)); in MDot()
2274 PetscCall(PetscDeviceContextSynchronize(dctx)); in SetValuesCOO()