HcclConfigValue
Description
Defines the value of the configurable parameter in HcclConfig.
Prototype
In the current version, this API can only be used to configure the HCCL_DETERMINISTIC parameter in HcclConfig.
1 2 3 | union HcclConfigValue { int32_t value; /* 0: deterministic computing not supported; 1: deterministic computing supported */ }; |
Parent topic: Data Types