aclrtSetStreamAttribute

Applicability

Product

Supported

Atlas A3 training products/Atlas A3 inference products

Atlas A2 training products/Atlas A2 inference products

Atlas 200I/500 A2 inference products

Atlas inference products

Atlas training products

Description

Sets the attributes of a stream.

Prototype

aclError aclrtSetStreamAttribute(aclrtStream stream, aclrtStreamAttr stmAttrType, aclrtStreamAttrValue *value)

Parameters

Parameter

Input/Output

Description

stream

Input

Stream.

Passing NULL (indicating the default stream) is not supported.

stmAttrType

Input

Attribute type.

value

Input

Attribute value.

Returns

0 on success; else, failure. For details, see aclError.

Restrictions

  • Overflow/underflow detection: The setting takes effect only for tasks created after this API call.
  • Failure mode: The failure mode cannot be set for the default stream of a context.