:orphan: # PetscDeviceInitialize Initialize `PetscDevice` ## Synopsis ``` #include PetscErrorCode PetscDeviceInitialize(PetscDeviceType type) ``` Not Collective ## Input Parameter - ***type -*** The `PetscDeviceType` to initialize ## Notes Eagerly initializes the corresponding `PetscDeviceType` if needed. If this is the case it may result in device synchronization. ## See Also `PetscDevice`, `PetscDeviceInitType`, `PetscDeviceInitialized()`, `PetscDeviceCreate()`, `PetscDeviceDestroy()` ## Level beginner ## Location src/sys/objects/device/interface/device.cxx --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/sys/objects/device/interface/device.cxx) [Index of all Sys routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)