Searched refs:dctxs (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/binding/petsc4py/test/ |
| H A D | test_device.py | 98 dctxs = dctx.fork(4) 99 for ctx in dctxs: 101 dctx.join(j, dctxs[0::2]) 102 dctx.join(j, dctxs[3::-2]) 103 for ctx in dctxs: 105 dctx.join(jdestroy, dctxs) 106 for ctx in dctxs:
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | Device.pyx | 416 >>> dctxs = dctx.fork(4) 419 >>> dctx.join(PETSc.DeviceContext.JoinMode.SYNC, dctxs[0:2]) 420 >>> dctx.join(PETSc.DeviceContext.JoinMode.SYNC, dctxs[2:]) 422 >>> # dctxs must be all destroyed with joinMode.DESTROY 423 >>> dctx.join(PETSc.DeviceContext.JoinMode.DESTROY, dctxs)
|
| /petsc/src/sys/objects/device/tests/ |
| H A D | ex11.cxx | 181 …or<PetscDeviceContext>>> make_map_entry(PetscObjectId id, PetscMemoryAccessMode mode, T &&...dctxs) in make_map_entry() argument 184 id, {mode, {std::forward<T>(dctxs)...}} in make_map_entry()
|