move files into uop dir (#10399)

* move files into uop dir [pr]

* tinygrad.uop is a thing

* fix uop docs, no pr

* fix viz
This commit is contained in:
George Hotz
2025-05-18 11:38:28 -07:00
committed by GitHub
parent 0f825e12f2
commit 411392dfb7
123 changed files with 145 additions and 145 deletions

View File

@@ -8,7 +8,7 @@ from tinygrad.helpers import getenv, temp, mv_address
from extra.gradcheck import numerical_jacobian, jacobian, gradcheck
from hypothesis import given, settings, strategies as strat
from tinygrad.device import is_dtype_supported
from tinygrad.ops import Ops, UOp
from tinygrad.uop.ops import Ops, UOp
from tinygrad.runtime.support.compiler_cuda import PTX
from tinygrad.codegen import full_rewrite
from tinygrad.dtype import DType