tinygrad/tinygrad/runtime
chenyu 7ea633f94f
remove from __future__ import annotations from runtimes [pr] (#8373)
it's not needed if we move the Device before Program and Allocator, which need Device.

not updating hcq because it has a lot more stuff, and CLDevice requires CLDevice
2024-12-21 23:46:07 -05:00
..
autogen amd pkt3 refactor (#7923) 2024-11-28 11:06:37 +03:00
graph a little more typing [pr] (#8346) 2024-12-19 22:09:52 -08:00
support more typing work [pr] (#8345) 2024-12-19 21:46:35 -08:00
__init__.py pylint runtime/ and shape/ (#5044) 2024-06-18 19:48:18 -04:00
ops_amd.py few type cleanups [pr] (#8347) 2024-12-20 01:56:01 -05:00
ops_clang.py more typing work [pr] (#8345) 2024-12-19 21:46:35 -08:00
ops_cloud.py few type cleanups [pr] (#8347) 2024-12-20 01:56:01 -05:00
ops_cuda.py more typing work [pr] (#8345) 2024-12-19 21:46:35 -08:00
ops_disk.py remove from __future__ import annotations from runtimes [pr] (#8373) 2024-12-21 23:46:07 -05:00
ops_gpu.py replace Tuple with tuple [pr] (#8344) 2024-12-19 21:27:56 -08:00
ops_hip.py remove from __future__ import annotations from runtimes [pr] (#8373) 2024-12-21 23:46:07 -05:00
ops_llvm.py remove from __future__ import annotations from runtimes [pr] (#8373) 2024-12-21 23:46:07 -05:00
ops_metal.py remove from __future__ import annotations from runtimes [pr] (#8373) 2024-12-21 23:46:07 -05:00
ops_npy.py disable disable_abstract_method [pr] (#7815) 2024-11-21 12:28:57 +08:00
ops_nv.py few type cleanups [pr] (#8347) 2024-12-20 01:56:01 -05:00
ops_python.py import and type cleanups [pr] (#8359) 2024-12-20 21:52:02 -05:00
ops_qcom.py few type cleanups [pr] (#8347) 2024-12-20 01:56:01 -05:00
ops_webgpu.py few minor code cleanups [pr] (#8267) 2024-12-15 23:44:51 -05:00