refactor and split test_linearizer (#12001)

* refactor and split test_linearizer

* forget that file

* imports

* remove from docs

* test gen float4
This commit is contained in:
George Hotz
2025-09-04 10:53:07 -07:00
committed by GitHub
parent fb71d1e5fd
commit 09106e4aae
12 changed files with 638 additions and 626 deletions

View File

@@ -22,12 +22,6 @@ Group UOps into kernels.
Transforms the ast into an optimized ast. This is where BEAM search and heuristics live.
::: tinygrad.codegen.opt.get_optimized_ast
options:
members: false
show_labels: false
show_source: false
---
## tinygrad/codegen