mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
remove unused assign rules [pr] (#15268)
This commit is contained in:
parent
dabdc986df
commit
13eec8fbe8
1 changed files with 0 additions and 1 deletions
|
|
@ -135,7 +135,6 @@ earliest_rewrites = mop_cleanup+PatternMatcher([
|
|||
(UPat(Ops.CALL, name="c"), resolve_call),
|
||||
|
||||
# resolve allreduce (must be bottom up)
|
||||
(UPat(Ops.ASSIGN, src=(UPat.var("output"), UPat(Ops.ALLREDUCE, src=(UPat.var("buf"), UPat()), name="red"))), create_allreduce_function),
|
||||
(UPat(Ops.ALLREDUCE, src=(UPat.var("buf"), UPat()), name="red"), create_allreduce_function),
|
||||
|
||||
# split_reduceop
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue