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 |
||
|---|---|---|
| .. | ||
| lib.py | ||
| ops_clang.py | ||
| ops_cpu.py | ||
| ops_cuda.py | ||
| ops_disk.py | ||
| ops_gpu.py | ||
| ops_hip.py | ||
| ops_llvm.py | ||
| ops_metal.py | ||
| ops_torch.py | ||