aclrtUseStreamResInCurrentThread

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 device resource limits of a specified stream in the current thread. If this API is called multiple times to set device resource limits for the same stream multiple times, the last setting takes effect.

Prototype

aclError aclrtUseStreamResInCurrentThread(aclrtStream stream)

Parameters

Parameter

Input/Output

Description

stream

Input

Specified stream.

Call aclrtSetStreamResLimit to set the device resource limits of the stream first.

Returns

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