remove NumNode (#7035)

This commit is contained in:
chenyu
2024-10-13 16:42:19 -04:00
committed by GitHub
parent c4c806a210
commit bd8ecf7fd6
8 changed files with 17 additions and 25 deletions

View File

@@ -7,7 +7,6 @@ from tinygrad.ops import UOp, UOps, KernelInfo
from tinygrad.dtype import dtypes, PtrDType
from tinygrad.shape.shapetracker import ShapeTracker
from tinygrad.shape.view import View
from tinygrad.ops import NumNode
inf, nan = float('inf'), float('nan')
# kernel unpacker