---
title: aclrtLaunchKernelCfg
description: "```"
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/API/runtimeapi/aclcppdevg_03_1816.html
sourcePath: /source/zh/canncommercial/900/API/runtimeapi/aclcppdevg_03_1816.html
indexId: 0fd18179082b8d99cd1cfec90c01a0a8b60ff4fc9abb6bba4da91d1c7077e13b68
---
# aclrtLaunchKernelCfg

```
typedef struct aclrtLaunchKernelCfg {
    aclrtLaunchKernelAttr *attrs;
    size_t numAttrs;
} aclrtLaunchKernelCfg;
```

attrs结构体定义请参见aclrtLaunchKernelAttr。
