aclrtDeviceGetBareTgid

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 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 use it with other APIs (see aclrtMemExportToShareableHandle for details) 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

1
aclError aclrtDeviceGetBareTgid(int32_t *pid)

Parameters

Parameter

Input/Output

Description

pid

Output

Process ID.

Returns

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