mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
* Minor improvements + cleanup to `ops_gpu.py` * Add some previously undocumented environment variables from `ops_gpu.py` to `env_vars.md` * Update debug print for OpenCL to print the devices that will be used post-filtering with `CL_EXCLUDE` * Remove a couple unused or superfluous variables and assignments * Use `fromimport` shorthand to shave off a couple precious LOC * Couple small whitespace changes to clean things up * Revert change to ordering of OpenCL devices * Small refactor for OpenCL context creation |
||
|---|---|---|
| .. | ||
| codegen | ||
| nn | ||
| runtime | ||
| shape | ||
| graph.py | ||
| helpers.py | ||
| jit.py | ||
| lazy.py | ||
| mlops.py | ||
| ops.py | ||
| state.py | ||
| tensor.py | ||