aclrtGetResInCurrentThread

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 resources that can be used by the current thread.

The value is returned based on the following priorities: device resource limit of the stream (set by aclrtSetStreamResLimit) > device resource limit of the current process (set by aclrtSetDeviceResLimit) > default hardware resource limit of the AI processor.

Prototype

1
aclError aclrtGetResInCurrentThread(aclrtDevResLimitType type, uint32_t *value)

Parameters

Parameter

Input/Output

Description

type

Input

Resource type. For details, see aclrtDevResLimitType.

value

Output

Resource limit.

Returns

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