mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
hotfix: remove setrecursionlimit
This commit is contained in:
parent
00c46e7077
commit
acfc81642a
1 changed files with 0 additions and 4 deletions
|
|
@ -11,10 +11,6 @@ from tinygrad.engine.multi import multi_pm
|
|||
from tinygrad.shape.shapetracker import ShapeTracker
|
||||
from tinygrad.shape.view import View, strides_for_shape
|
||||
|
||||
# creation can recurse a lot
|
||||
import sys
|
||||
sys.setrecursionlimit(10000)
|
||||
|
||||
# **** schedule simplifier
|
||||
|
||||
def simplify_stride0_reduce(reduce:UOp, x:UOp):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue