---
title: aclopEngineType
description: "```"
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/API/ascendgraphapi/aclcppdevg_03_1386.html
sourcePath: /source/zh/canncommercial/900/API/ascendgraphapi/aclcppdevg_03_1386.html
indexId: bba95a5863a331529c132a57d8c354161790074e7c61b453603d4fbaaf80098e72
---
# aclopEngineType

```
typedef enum aclEngineType {
   ACL_ENGINE_SYS,      // 不关心具体执行引擎时填写，当前仅支持设置为该选项
   ACL_ENGINE_AICORE,   // 将算子编译成AI Core算子，当前不支持
   ACL_ENGINE_VECTOR   //  将算子编译成Vector Core算子，当前不支持
} aclopEngineType;
```
