| 112 | } |
| 113 | |
| 114 | constexpr StringView InconsistentCategories() { |
| 115 | return "Inconsistent number of categories between batches."; |
| 116 | } |
| 117 | |
| 118 | void CheckOldNccl(std::int32_t major, std::int32_t minor, std::int32_t patch); |
| 119 |
no outgoing calls
no test coverage detected