This website requires JavaScript.
Explore
Help
Sign In
geohot
/
tinygrad
Watch
1
Star
0
Fork
0
forked from
tinygrad/tinygrad
Code
Pull Requests
Actions
Activity
Files
2cadf216840bd04cd517f5bce51ed754e5ca4012
tinygrad
/
tinygrad
T
History
chenyu
and
GitHub
471b188d79
fix mypy errors in latest mypy (
#5794
)
...
* fix mypy errors in latest mypy mypy has stricter partial and api arg checks now * PYTHONPATH="."
2024-07-29 14:53:30 -04:00
..
codegen
move consts to end of add (
#5783
)
2024-07-28 17:38:57 -07:00
engine
move GraphException to jit.py (
#5744
)
2024-07-26 19:01:12 -04:00
nn
uniform init to match torch (
#5494
)
2024-07-15 12:07:44 -07:00
renderer
ull literal support and test (
#5789
)
2024-07-29 11:50:49 -04:00
runtime
fix mypy errors in latest mypy (
#5794
)
2024-07-29 14:53:30 -04:00
shape
TC=2 still sets tensor cores (and TC=3 support for locals) (
#5780
)
2024-07-28 16:16:53 -07:00
__init__.py
add mnist tutorial
2024-04-25 16:08:32 +08:00
device.py
hcq more types (
#5791
)
2024-07-29 18:03:23 +03:00
dtype.py
pretty print lazy op per default (
#5505
)
2024-07-18 09:34:08 -07:00
function.py
threefry as pattern matcher (
#5371
)
2024-07-13 11:59:03 -07:00
helpers.py
move GraphException to jit.py (
#5744
)
2024-07-26 19:01:12 -04:00
lazy.py
utility for computing reduceop output_shape (
#5534
)
2024-07-17 22:40:07 +03:00
multi.py
fix mypy errors in latest mypy (
#5794
)
2024-07-29 14:53:30 -04:00
ops.py
remove float division from idiv in python_alu (
#5777
)
2024-07-29 12:14:12 -04:00
tensor.py
fix Tensor.arange if (stop-start) and step have different signs (
#5775
)
2024-07-28 14:34:10 -04:00