aclrtResetStreamResLimit

Applicability

Product

Supported

Atlas 350 Accelerator Card

Atlas A3 training product/Atlas A3 inference product

Atlas A2 training product/Atlas A2 inference product

Atlas 200I/500 A2 inference product

Atlas inference product

Atlas training product

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

1
aclError aclrtResetStreamResLimit(aclrtStream stream)

Parameters

Parameter

Input/Output

Description

stream

Input

Stream. For details about the type definition, see aclrtStream.

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

Returns

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