remove outdated comment in multi [pr] (#12580)

This commit is contained in:
qazal
2025-10-10 05:50:49 +03:00
committed by GitHub
parent 5977df267f
commit 88ce63a49a

View File

@@ -81,7 +81,6 @@ def handle_allreduce(buf:UOp, red:UOp) -> UOp|None:
# ***** multi rewrite MSELECT/MSTACK *****
# NOTE: view path is for RANGEIFY=0, there should only be one way of doing this
def mstack_early_shrink(ms:UOp, shrink:UOp):
ret:list[UOp] = []
def apply_shrink(s:UOp, i:int) -> UOp: