HcclConfig
Description
Defines the configuration related to collective communication.
In the current version, this API can only be used to configure whether collective communication supports deterministic computing.
Prototype
1 2 3 4 | typedef enum { HCCL_DETERMINISTIC = 0, HCCL_CONFIG_RESERVED } HcclConfig; |
Parent topic: Data Types