move opt under codegen (#11569)

This commit is contained in:
George Hotz
2025-08-07 14:19:17 -07:00
committed by GitHub
parent 702e38dc19
commit 82be8abfd2
64 changed files with 106 additions and 106 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import pickle, base64, itertools, time, struct, sys
from tinygrad.dtype import DType, dtypes, ImageDType, PtrDType, truncate
from tinygrad.helpers import all_same, getenv, flatten, get_single_element
from tinygrad.device import Compiled, Compiler, Allocator
from tinygrad.opt import tc
from tinygrad.codegen.opt import tc
from tinygrad.uop.ops import exec_alu, Ops, UOp, GroupOp
from tinygrad.renderer import Renderer