aclrtMemSharedHandleType

typedef enum aclrtMemSharedHandleType {
    ACL_MEM_SHARE_HANDLE_TYPE_DEFAULT = 0x1,  
    ACL_MEM_SHARE_HANDLE_TYPE_FABRIC = 0x2,
} aclrtMemSharedHandleType;
Table 1 Enumeration items

Enumeration Item

Description

ACL_MEM_SHARE_HANDLE_TYPE_DEFAULT

Default value. The memory is shared across processes in an AI server.

ACL_MEM_SHARE_HANDLE_TYPE_FABRIC

The memory is shared across processes in different AI servers, including the scenario where the memory is shared across processes in an AI server.

Only the Atlas A3 training products/Atlas A3 inference products support this option.

This option is currently not supported by other product models.