Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/c/
H A Ddevice.c154 PetscErrorCode PetscDeviceContextForkWithStreamType(PETSC_UNUSED PetscDeviceContext dctx, PETSC_UNU… in PetscDeviceContextForkWithStreamType() function
166 PetscCall(PetscDeviceContextForkWithStreamType(dctx, PETSC_STREAM_DEFAULT, n, dsub)); in PetscDeviceContextFork()
/petsc/include/
H A Dpetscdevice.h59 PETSC_EXTERN PetscErrorCode PetscDeviceContextForkWithStreamType(PetscDeviceContext, PetscStreamTyp…
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdevice.pxi57 …PetscErrorCode PetscDeviceContextForkWithStreamType(PetscDeviceContext, PetscStreamType, PetscInt,…
H A DDevice.pyx438 CHKERR(PetscDeviceContextForkWithStreamType(self.dctx, cstream_type, cn, &csubctxs))
/petsc/src/sys/objects/device/tests/
H A Dex7.c110 PetscCall(PetscDeviceContextForkWithStreamType(dctx, PETSC_STREAM_NONBLOCKING, nsub, &sub)); in TestAsyncCoherence()
/petsc/src/sys/objects/device/interface/
H A Ddcontext.cxx587 PetscErrorCode PetscDeviceContextForkWithStreamType(PetscDeviceContext dctx, PetscStreamType stype,… in PetscDeviceContextForkWithStreamType() function
685 PetscCall(PetscDeviceContextForkWithStreamType(dctx, stype, n, dsub)); in PetscDeviceContextFork()
/petsc/src/sys/objects/device/tests/output/
H A Dex7_with_info_host_with_device.out55 [0] <device> PetscDeviceContextForkWithStreamType(): Forked 2 children from parent 53 with IDs: 68,…
H A Dex7_with_info_host_no_device.out55 [0] <device> PetscDeviceContextForkWithStreamType(): Forked 2 children from parent 53 with IDs: 68,…
H A Dex7_with_info_hip.out116 [0] <device> PetscDeviceContextForkWithStreamType(): Forked 2 children from parent 53 with IDs: 82,…
H A Dex7_with_info_cuda.out116 [0] <device> PetscDeviceContextForkWithStreamType(): Forked 2 children from parent 53 with IDs: 82,…
H A Dex7_with_info_sycl.out116 [0] <device> PetscDeviceContextForkWithStreamType(): Forked 2 children from parent 2 with IDs: 31, …
/petsc/doc/changes/
H A D318.md106 - Add `PetscDeviceContextForkWithStreamType()`
/petsc/src/vec/vec/impls/seq/cupm/
H A Dvecseqcupm_impl.hpp1213 PetscCall(PetscDeviceContextForkWithStreamType(dctx, stype, num_sub_streams, &sub)); in MDot_()