viz more work [run_process_replay] (#6568)

* infra

* found it

* real work

* bring those back

* cleanup test_viz

* comment that out
This commit is contained in:
qazal
2024-09-17 19:27:09 +08:00
committed by GitHub
parent 455a27dd43
commit 9295bc0189
3 changed files with 34 additions and 41 deletions

View File

@@ -2,7 +2,7 @@
from typing import Tuple
from extra.ops import LazyOp, TernaryOps, BinaryOps, UnaryOps, ReduceOps, BufferOps, MemBuffer, ConstBuffer, MetaOps
from tinygrad.codegen.kernel import Opt, OptOps
from tinygrad.ops import UOp, UOps
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