Shorter alias for this function.
| 160 | |
| 161 | // Shorter alias for this function. |
| 162 | absl::flat_hash_set<GlobalDeviceId> OpenNcclChannels() { |
| 163 | return gpu::NcclAllReduceThunk::DevicesWithOpenNcclChannels(); |
| 164 | } |
| 165 | |
| 166 | template <typename T> |
| 167 | static Eigen::half ToHalf(T value) { |