aclrtHostRegisterType

1
2
3
4
5
typedef enum {
    ACL_HOST_REGISTER_MAPPED = 0,
    ACL_HOST_REGISTER_IOMEMORY = 0x04,
    ACL_HOST_REGISTER_READONLY = 0x08
}aclrtHostRegisterType;

Enumeration Item

Description

ACL_HOST_REGISTER_MAPPED

Maps and registers the host memory as accessible to the device, including read and write.

ACL_HOST_REGISTER_IOMEMORY

Maps and registers the I/O space (registers and caches) of a third-party PCIe device on the host as accessible to the device, including read and write.

Atlas A3 training product/Atlas A3 inference product: Only the x86 architecture is supported. The Arm architecture is not supported.

ACL_HOST_REGISTER_READONLY

Maps and registers the host memory as read-only to the device. Reserved, not supported currently.