aclrtServerPid

1
2
3
4
5
typedef struct {
    uint32_t sdid; 
    int32_t *pid;  
    size_t num; 
} aclrtServerPid;

Member

Description

sdid

SuperPoD device ID, which uniquely identifies a device in a SuperPoD in the Atlas A3 training product/Atlas A3 inference product. You can obtain this ID by calling aclGetDeviceInfo in advance.

pid

Array for trustlisted process IDs on the host.

num

Length of the pid array.