aclrtHostRegisterType
typedef enum {
ACL_HOST_REGISTER_MAPPED = 0, // The host memory is mapped and registered as accessible to the device, including read and write.
}aclrtHostRegisterType;
Parent topic: Data Types and Operation APIs
typedef enum {
ACL_HOST_REGISTER_MAPPED = 0, // The host memory is mapped and registered as accessible to the device, including read and write.
}aclrtHostRegisterType;