aclrtLaunchKernelAttrValue
typedef union aclrtLaunchKernelAttrValue { uint8_t schemMode; uint32_t localMemorySize; uint32_t rsv[4]; } aclrtLaunchKernelAttrValue;
成员名称 |
描述 |
---|---|
schemMode |
调度模式。取值如下:
|
localMemorySize |
预留参数,暂不支持。 |
rsv |
预留值。 |
父主题: 数据类型及其操作接口