aclrtRunMode

1
2
3
4
typedef enum aclrtRunMode {
    ACL_DEVICE,
    ACL_HOST,
} aclrtRunMode;
Table 1 Enumeration items

Enumeration Item

Description

ACL_DEVICE

The AI software stack runs on the device-side Ctrl CPU or in the board environment.

The Atlas 350 Accelerator Card does not support this item.

The Atlas A3 training product/Atlas A3 inference product does not support this item.

The Atlas A2 training product/Atlas A2 inference product does not support this item.

The Atlas training product does not support this item.

ACL_HOST

The AI software stack runs on the host CPU.