rm run_schedule (#15847)

This commit is contained in:
nimlgen
2026-04-21 18:14:30 +03:00
committed by GitHub
parent d08b5d0a3b
commit bfe28ee2ad
3 changed files with 7 additions and 30 deletions

View File

@@ -25,7 +25,7 @@ The [scheduler](https://github.com/tinygrad/tinygrad/tree/master/tinygrad/schedu
The code in [realize](https://github.com/tinygrad/tinygrad/tree/master/tinygrad/engine/realize.py) lowers `ExecItem` by populating its `prg` field with
::: tinygrad.engine.realize.run_schedule
::: tinygrad.engine.realize.run_linear
There's a ton of complexity hidden behind this, see the `codegen/` directory.