aclrtGetDeviceResLimit

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 the current process.

If aclrtSetDeviceResLimit is not called to set the device resource limits of the current process, this API obtains the default device resource limits of the AI processor.

Prototype

1
aclError aclrtGetDeviceResLimit(int32_t deviceId, aclrtDevResLimitType type, uint32_t* value)

Parameters

Parameter

Input/Output

Description

deviceId

Input

Device ID.

Must be in the range of [0, Device count – 1]. Call aclrtGetDeviceCount to obtain the device count.

type

Input

Resource type. For details, see aclrtDevResLimitType.

value

Output

Resource limit.

Returns

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