Searched refs:PetscDeviceContextForkWithStreamType (Results 1 – 13 of 13) sorted by relevance
| /petsc/src/sys/objects/device/c/ |
| H A D | device.c | 154 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 D | petscdevice.h | 59 PETSC_EXTERN PetscErrorCode PetscDeviceContextForkWithStreamType(PetscDeviceContext, PetscStreamTyp…
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdevice.pxi | 57 …PetscErrorCode PetscDeviceContextForkWithStreamType(PetscDeviceContext, PetscStreamType, PetscInt,…
|
| H A D | Device.pyx | 438 CHKERR(PetscDeviceContextForkWithStreamType(self.dctx, cstream_type, cn, &csubctxs))
|
| /petsc/src/sys/objects/device/tests/ |
| H A D | ex7.c | 110 PetscCall(PetscDeviceContextForkWithStreamType(dctx, PETSC_STREAM_NONBLOCKING, nsub, &sub)); in TestAsyncCoherence()
|
| /petsc/src/sys/objects/device/interface/ |
| H A D | dcontext.cxx | 587 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 D | ex7_with_info_host_with_device.out | 55 [0] <device> PetscDeviceContextForkWithStreamType(): Forked 2 children from parent 53 with IDs: 68,…
|
| H A D | ex7_with_info_host_no_device.out | 55 [0] <device> PetscDeviceContextForkWithStreamType(): Forked 2 children from parent 53 with IDs: 68,…
|
| H A D | ex7_with_info_hip.out | 116 [0] <device> PetscDeviceContextForkWithStreamType(): Forked 2 children from parent 53 with IDs: 82,…
|
| H A D | ex7_with_info_cuda.out | 116 [0] <device> PetscDeviceContextForkWithStreamType(): Forked 2 children from parent 53 with IDs: 82,…
|
| H A D | ex7_with_info_sycl.out | 116 [0] <device> PetscDeviceContextForkWithStreamType(): Forked 2 children from parent 2 with IDs: 31, …
|
| /petsc/doc/changes/ |
| H A D | 318.md | 106 - Add `PetscDeviceContextForkWithStreamType()`
|
| /petsc/src/vec/vec/impls/seq/cupm/ |
| H A D | vecseqcupm_impl.hpp | 1213 PetscCall(PetscDeviceContextForkWithStreamType(dctx, stype, num_sub_streams, &sub)); in MDot_()
|