tinygrad/tinygrad
chenyu b2c286f567
fix typing for test_ops (#6520)
mostly passed TYPED=1 python3 -m pytest -n=auto test/test_ops.py.

one last test specifically set an invalid value to test the exception, and to ignore that we need to import typeguard. And to get a working version of typeguard, we would need to get rid of dependency on tensorflow_addons because it requires a very old version of typeguard
2024-09-15 06:18:36 -04:00
..
codegen viz more work (#6517) 2024-09-15 16:42:17 +08:00
engine make ScheduleItem hashable [run_process_replay] (#6512) 2024-09-14 18:31:33 +08:00
nn minor resnet cleanups (#6382) 2024-09-06 12:50:21 +08:00
renderer add qcom dsp runtime (#6112) 2024-09-13 21:01:33 +03:00
runtime dsp check buffers count (#6509) 2024-09-14 10:16:58 +03:00
shape add void type to uop (#6471) 2024-09-11 18:16:28 +08:00
__init__.py hotfix: add TYPED=1 support 2024-09-15 14:44:26 +08:00
device.py hcq check queue size before submit (#6481) 2024-09-11 23:13:13 +03:00
dtype.py Misc rewrite perf improvements (#6500) 2024-09-13 11:31:50 +08:00
function.py math trait [run_process_replay] (#6364) 2024-09-05 16:19:17 +08:00
helpers.py Even faster enums (#6483) 2024-09-12 20:08:02 +08:00
lazy.py math trait [run_process_replay] (#6364) 2024-09-05 16:19:17 +08:00
multi.py math trait [run_process_replay] (#6364) 2024-09-05 16:19:17 +08:00
ops.py fix typing for test_ops (#6520) 2024-09-15 06:18:36 -04:00
py.typed add a single py.typed (#6083) 2024-08-14 17:31:46 -07:00
tensor.py fix typing for test_ops (#6520) 2024-09-15 06:18:36 -04:00