aclrtSetStreamAttribute
产品支持情况
| 产品 | 是否支持 |
|---|---|
| Atlas A3 训练系列产品/Atlas A3 推理系列产品 | √ |
| Atlas A2 训练系列产品/Atlas A2 推理系列产品 | √ |
功能说明
设置Stream属性值。
函数原型
aclError aclrtSetStreamAttribute(aclrtStream stream, aclrtStreamAttr stmAttrType, aclrtStreamAttrValue *value)
参数说明
| 参数名 | 输入/输出 | 说明 |
|---|---|---|
| stream | 输入 | 指定Stream。 不支持传NULL(表示默认Stream)。 |
| stmAttrType | 输入 | 属性类型。 |
| value | 输入 | 属性值。 |
返回值说明
返回0表示成功,返回其他值表示失败,请参见aclError。
约束说明
- 溢出检测属性:调用该接口打开或关闭溢出检测开关后,仅对后续新下的任务生效,已下发的任务仍维持原样。
- Failure Mode:不支持对Context默认Stream设置Failure Mode。