aclrtResetStreamResLimit

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

After the device resource limits of a specified stream are set using aclrtSetStreamResLimit, you can call the API in this section to reset the device resource limits of the specified stream to the default configuration. You can call aclrtGetStreamResLimit to query the default resource limits.

Prototype

aclError aclrtResetStreamResLimit(aclrtStream stream)

Parameters

Parameter

Input/Output

Description

stream

Input

Specified stream.

If NULL is passed, the default stream will be operated.

Returns

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