Function: device_get_bare_tgid

Applicability

Product

Supported (√/x)

Atlas A3 training products/Atlas A3 inference products

Atlas A2 training products/Atlas A2 inference products

Atlas training products

Atlas inference products

Atlas 200I/500 A2 inference products

Function Usage

Obtains the ID of the current process.

This API has been adapted to the physical machine and VM scenarios when obtaining the process ID. You only need to call it to obtain the process ID and then configure other APIs (see acl.rt.mem_export_to_shareable_handle for assisting processes) to share the physical memory. If you obtain the process ID without calling this API, an exception may occur when you use the process ID.

Prototype

  • C Prototype
    1
    aclError aclrtDeviceGetBareTgid(int32_t *pid)
    
  • Python Function
    1
    pid, ret = acl.rt.device_get_bare_tgid()
    

Parameter Description

None.

Return Value Description

Return Value

Description

pid

Int, process ID.

ret

Int, error code: 0 on success; else, failure.