mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
simplify `(4*x+4*y+7)//16` to `(x+y+1)//4`. fixed `GPU=1 UOP_IS_SYMBOLIC=1 IMAGE=2 python -m pytest test/test_ops.py -k conv` |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_device.py | ||
| test_disk_cache.py | ||
| test_disk_tensor.py | ||
| test_helpers.py | ||
| test_shapetracker.py | ||
| test_shapetracker_math.py | ||
| test_shm_tensor.py | ||
| test_symbolic.py | ||
| test_tqdm.py | ||
| test_uop_symbolic.py | ||
| test_view.py | ||