aclrtGetStreamResLimit

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

Obtains the device resource limits of a specified stream.

If the aclrtSetStreamResLimit is not called to set the device resource limits, the priorities of the device resource limits obtained by this API are as follows: device resource limits of the current process (set by calling aclrtSetDeviceResLimit) > default hardware resource limits of the AI processor.

Prototype

1
aclError aclrtGetStreamResLimit(aclrtStream stream, aclrtDevResLimitType type, uint32_t *value)

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.

type

Input

Resource type. For details, see aclrtDevResLimitType.

value

Output

Resource limit.

Returns

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