mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
* fix pytorch warning in nn.conv2d for same padding * fix future warning in torch load * fix overflow warning in tensor list test: https://github.com/numpy/numpy/issues/23606#issuecomment-1512752172 * fix floating point warnings in dtype tests using docs https://numpy.org/doc/stable/reference/generated/numpy.errstate.html and a neat solution https://stackoverflow.com/questions/53634965/change-np-seterr-behavior-inside-a-function-only * put err state in one place; comment taken care of by function hover * enter np errstate context manager on test setup * put decorator on class |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_device.py | ||
| test_disk_cache.py | ||
| test_disk_tensor.py | ||
| test_elf.py | ||
| test_graph_rewrite.py | ||
| test_helpers.py | ||
| test_pattern_matcher.py | ||
| test_qcom.py | ||
| test_shapetracker.py | ||
| test_shapetracker_math.py | ||
| test_shm_tensor.py | ||
| test_simplify_valid_idx.py | ||
| test_tqdm.py | ||
| test_uop_resolve.py | ||
| test_uop_symbolic.py | ||
| test_uop_vmin_vmax.py | ||
| test_verify_ast.py | ||
| test_view.py | ||