petsc-3.12.5 2020-03-29
VecCUDARestoreArrayWrite
Restore a CUDA device pointer previously acquired with VecCUDAGetArrayWrite().
Synopsis
#include "petscvec.h"
PETSC_EXTERN PetscErrorCode VecCUDARestoreArrayWrite(Vec v, PetscScalar **a)
Data on the host will be marked as out of date. Subsequent access of
the data on the host side e.g. with VecGetArray() will incur a device
to host data transfer.
Input Parameter
Fortran note
This function is not currently available from Fortran.
See Also
VecCUDAGetArrayWrite(), VecCUDAGetArray(), VecCUDAGetArrayRead(), VecCUDAGetArrayWrite(), VecGetArray(), VecRestoreArray(), VecGetArrayRead()
Level
intermediate
Location
src/vec/vec/interface/rvector.c
Examples
src/snes/examples/tutorials/ex47cu.cu.html
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages