| 1 | from tinygrad.helpers import all_same, prod, getenv, ALLREDUCE_CAST |
| 2 | from tinygrad.uop.ops import Ops, UOp, PatternMatcher, UPat, GroupOp, graph_rewrite |
| 3 | from tinygrad.dtype import dtypes |
| 4 | from tinygrad.schedule.allreduce import handle_allreduce |
nothing calls this directly
no test coverage detected