Device API#
cuPVA APIs for VPU code running on PVA
The cuPVA device APIs are used to trigger Dataflows which have been configured by host API. Device APIs also provide some runtime helpers. These APIs are accessible to code running on the VPU. All device APIs are runtime only.
Groups#
- Basic DataFlow API
 Basic Dataflow Device APIs.
- DynamicDataFlow API
 DynamicDataFlow Device APIs.
- GatherScatterDataFlow API
 GatherScatterDataFlow Device APIs.
- RasterDataFlow API
 RasterDataFlow Device APIs.
- Sampler API
 Sampler Device APIs.
- SequenceDataFlow API
 SequenceDataFlow Device APIs.
- System utilities
 System utilities to define entrypoint and query information which is only known at VPU runtime.
- VPU utilities
 Helper functions to write VPU code.