ExternalAllocType#
Fully qualified name: cupva::mem::ExternalAllocType
Defined in src/host/shared/include/install/cupva_host_common.hpp
-
enum class cupva::mem::ExternalAllocType : uint32_t#
Specifies the external allocation type.
Describes the mode with which a mamory is allocated.
CUDA : This is a CUDA device pointer.
HOST : This is a memory allocated on host using malloc.
Values:
-
enumerator CUDA#
CUDA device pointers
-
enumerator HOST#
Host pointer