typedef enum aclrtRunMode { ACL_DEVICE, //昇腾AI软件栈运行在Device的Control CPU或板端环境上 ACL_HOST, //昇腾AI软件栈运行在Host侧 } aclrtRunMode;