aclRecoverAllHcclTasks
Note: This API is reserved and not supported currently.
Description
Recovers all collective communication tasks on a specified device in the maintenance and test scenarios.
Prototype
aclError aclRecoverAllHcclTasks(int32_t deviceId)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
deviceId |
Input |
Device ID. Must be in the range of [0, Device count – 1]. Call aclrtGetDeviceCount to obtain the device count. |
Returns
0 on success; else, failure. For details, see aclError.
Parent topic: Exception Handling