CommMemType

Function

Defines the physical memory location type.

Prototype

typedef enum {
    COMM_MEM_TYPE_INVALID = -1,   /* Invalid memory type. */
    COMM_MEM_TYPE_DEVICE = 0,     /* Memory on the device (such as NPU). */
    COMM_MEM_TYPE_HOST, /* Memory on the host. */
} CommMemType;