HcclCommResume
This API is reserved and may be changed in later versions. It is not supported for developers.
Applicability
|
Product |
Supported |
|---|---|
|
Atlas 350 Accelerator Card |
√ |
|
|
√ |
|
|
√ |
|
|
☓ |
|
|
☓ |
|
|
☓ |
For
Function
Resumes the status of a communicator.
If you call the HcclCommSuspend or aclrtDeviceTaskAbort API to suspend a communicator, you need to call this API to resume the communicator to the normal state after the fault is rectified.
Prototype
1
|
HcclResult HcclCommResume(HcclComm comm) |
Parameters
|
Parameter |
Input/Output |
Description |
|---|---|---|
|
comm |
Input |
Communicator to be resumed to the normal state. For details about the definition of the HcclComm type, see HcclComm. |
Returns
HcclResult: HCCL_SUCCESS on success, or else failure.