HcclCommConfigCapability
Description
Defines the configuration supported during communicator initialization.
Prototype
1 2 3 4 5 6 | typedef enum { HCCL_COMM_CONFIG_BUFFER_SIZE= 0, /* Buffer size of the shared data */ HCCL_COMM_CONFIG_DETERMINISTIC = 1, /* Deterministic computing switch */ HCCL_COMM_CONFIG_COMM_NAME = 2, /* Communicator name */ HCCL_COMM_CONFIG_RESERVED /* Reserved field */ } HcclCommConfigCapability; |
Parent topic: Data Types