VecCUDARestoreArray#

Restore a CUDA device pointer previously acquired with VecCUDAGetArray().

Synopsis#

#include "petscvec.h"   
PETSC_EXTERN PetscErrorCode VecCUDARestoreArray(Vec v, PetscScalar **a)

Not Collective; No Fortran Support

Input Parameters#

  • v - the vector

  • a - the CUDA device pointer. This pointer is invalid after VecCUDARestoreArray() returns.

Note#

This marks the host data as out of date. Subsequent access to the vector data on the host side with for instance VecGetArray() incurs a data transfer.

See Also#

Vectors and Parallel Data, Vec, VecCUDAGetArray(), VecCUDAGetArrayRead(), VecCUDAGetArrayWrite(), VecGetArray(), VecRestoreArray(), VecGetArrayRead()

Level#

intermediate

Location#

src/vec/vec/interface/rvector.c


Edit on GitLab

Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages