:orphan:
# VecGetOffloadMask
Get the offload mask of a `Vec` 
## Synopsis
```
#include "petscvec.h"   
PetscErrorCode VecGetOffloadMask(Vec v, PetscOffloadMask *mask)
```
Not Collective


## Input Parameter

- ***v -*** the vector



## Output Parameter

- ***mask -*** corresponding `PetscOffloadMask` enum value.





## See Also
 [](ch_vectors), `Vec`, `VecCreateSeqCUDA()`, `VecCreateSeqViennaCL()`, `VecGetArray()`, `VecGetType()`

## Level
intermediate

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/vec/vec/interface/vector.c.html#VecGetOffloadMask">src/vec/vec/interface/vector.c</A>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/vec/vec/interface/vector.c)


[Index of all Vec routines](index.md)  
[Table of Contents for all manual pages](/manualpages/index.md)  
[Index of all manual pages](/manualpages/singleindex.md)  
