BufferType#

Fully qualified name: cupva::mem::BufferType

Defined in src/host/shared/include/install/cupva_host_common.hpp

enum class cupva::mem::BufferType : uint32_t#

Specifies the host-memory-buffer type.

There are two types of buffer supported in CUPVA host: RAW: Device pointer allocated via cupva::mem::Alloc() API or raw buffer/tensor imported via cupva::nvsci::mem::Import(). SURFACE: Image buffer imported via cupva::nvsci::mem::Import().

Values:

enumerator SURFACE#

Buffer with surface metadata

enumerator RAW#

Raw buffer without surface metadata