things that are only used in one place don't belong in helpers [pr] (#6878)

* things that are only used in one place don't belong in helpers [pr]

* pretty print moved
This commit is contained in:
George Hotz
2024-10-04 17:27:38 +08:00
committed by GitHub
parent f4ec39fe58
commit cdff1d75b6
9 changed files with 81 additions and 79 deletions

View File

@@ -1,7 +1,7 @@
import unittest, struct, contextlib, tempfile, pathlib, json, time, atexit, random
from tinygrad import Device, Tensor, dtypes, TinyJit
from tinygrad.helpers import CI, getenv, Context, ProfileLogger
from tinygrad.device import Buffer, BufferOptions, HCQCompiled
from tinygrad.helpers import CI, getenv, Context
from tinygrad.device import Buffer, BufferOptions, ProfileLogger, HCQCompiled
from tinygrad.engine.schedule import create_schedule
from tinygrad.engine.realize import get_runner