aclrtUseStreamResInCurrentThread

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

Sets the device resource limits of a specified stream in the current thread. If this API is called to set the stream for multiple times, the last setting takes effect.

Prototype

1
aclError aclrtUseStreamResInCurrentThread(aclrtStream stream)

Parameters

Parameter

Input/Output

Description

stream

Input

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

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

Returns

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