aclrtLaunchKernelCfg

Description

Configuration to be delivered by the task.

Definition

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

Note: cfg can contain multiple dictionaries. Each dictionary contains a id-value pair.

Members

Member

Description

attr_id

Int, attribute ID. For details, see aclrtLaunchKernelAttrId.

attr_value

Int, attribute value. For details, see aclrtLaunchKernelAttrValue.

Note: attr_id and attr_value are used in pairs. The value of attr_value varies according to the value of attr_id.