aclrtDevicePeerAccessStatus
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Queries the data exchange status between two devices.
Prototype
aclError aclrtDevicePeerAccessStatus(int32_t deviceId, int32_t peerDeviceId, int32_t *status)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
deviceId |
Input |
ID of the specified device ID. Must be in the range of [0, Device count – 1]. Call aclrtGetDeviceCount to obtain the device count. |
peerDeviceId |
Input |
ID of the specified device ID. Must be in the range of [0, Device count – 1]. Call aclrtGetDeviceCount to obtain the device count. |
status |
Output |
Device status. 0 indicates that data exchange is disabled. 1 indicates that data exchange is enabled. |
Returns
0 on success; else, failure. For details, see aclError.