AllocType#
Fully qualified name: cupva::mem::AllocType
Defined in src/host/shared/include/install/cupva_host_common.hpp
- 
enum class cupva::mem::AllocType : uint32_t#
 Specifies the host-memory-allocation type.
The CUPVA host code (running on CPU) can allocate 2 types of memory:
ALLOC_DRAM: The default system DRAM available on any architecture.
ALLOC_CVSRAM: A request for CVSRAM will fall back to DRAM.
Values:
- 
enumerator ALLOC_DRAM#
 host-memory-allocation type for DRAM buffer
- 
enumerator ALLOC_CVSRAM#
 host-memory-allocation type for CVSRAM buffer. Not available in this release.