aclrtServerPid

typedef struct {
    uint32_t sdid; 
    int32_t *pid;  
    size_t num; 
} aclrtServerPid;

Member

Description

sdid

For supernodes in Atlas A3 training products/Atlas A3 inference products, sdid (SuperPOD Device ID) indicates the unique device ID in the supernode product, which can be obtained by calling aclGetDeviceInfo in advance.

pid

Host-side process ID whitelist array.

num

Length of the pid array.