---
title: aclrtLaunchKernelCfg
description: "任务下发的配置信息。"
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/API/runtimeapi/aclpythondevg_01_1121.html
sourcePath: /source/zh/canncommercial/900/API/runtimeapi/aclpythondevg_01_1121.html
indexId: fc8a2a1689571100e64898608556dad2234fc86b587895fa85e022d9c10ea52171
---
# aclrtLaunchKernelCfg

#### 说明

任务下发的配置信息。


#### 定义

```
cfg= [{"id": attr_id, "value": attr_value}]
```


说明：cfg中可同时包含多个dict，每个dict中包含一对id和value。

#### 成员

| 成员名称 | 说明 |
| --- | --- |
| attr\_id | int，属性id，取值参考aclrtLaunchKernelAttrId。 |
| attr\_value | int，属性值，取值参考aclrtLaunchKernelAttrValue。 |


说明：attr_id和attr_value配对使用，attr_value随着attr_id的取值来配置不同的值。
