Function: get_res_in_current_thread

Applicability

Product

Supported

Atlas 350 Accelerator Card

Atlas A3 training product/Atlas A3 inference product

Atlas A2 training product/Atlas A2 inference product

Atlas training product

Atlas inference product

Atlas 200I/500 A2 inference product

Description

Obtains the device resources that can be used by the current thread.

The value is returned based on the following priorities: stream-level device resource limit (set by acl.rt.set_stream_res_limit) > device resource limit of the current process (set by acl.rt.set_device_res_limit) > default hardware resource limit of the AI processor.

Prototype

  • C Prototype
    aclError aclrtGetResInCurrentThread(aclrtDevResLimitType type, uint32_t *value)
  • Python Function
    1
    value, ret = acl.rt.get_res_in_current_thread(type)
    

Parameters

Parameter

Description

type

Int, resource type. Currently, Cube Core and Vector Core are supported. For details, see the new data structure by calling aclrtDevResLimitType.

Return Value

Return Value

Description

value

Int, resource limit of the current thread.

ret

Int, 0 on success; else, failure.