| 15 | namespace detail { |
| 16 | |
| 17 | Stream communication_stream(Group group, StreamOrDevice s /* = {} */) { |
| 18 | return group.raw_group()->communication_stream(s); |
| 19 | } |
| 20 | |
| 21 | void all_sum(Group group, const array& input, array& output, Stream stream) { |
| 22 | group.raw_group()->all_sum(input, output, stream); |
no test coverage detected