DestroyHcclComm

Description

Destroys the communicator when the backend is HCCL.

Definition

1
2
3
4
5
6
namespace atb {
using void *HcclComm;
namespace Comm {
Status DestroyHcclComm(HcclComm comm);
}; // namespace Comm
} // namespace atb

Parameters

Member

Input/Output

Type

Default Value

Description

hcclComm

Input

HcclComm

nullptr

Pointer to the HCCL communicator.

Restrictions

Supported only by Atlas A2 training products/Atlas A2 inference products and Atlas A3 inference products/Atlas A3 training products.