This website requires JavaScript.
Explore
Help
Sign In
sirhcm
/
tinygrad
Watch
1
Star
0
Fork
0
forked from
tinygrad/tinygrad
Code
Pull Requests
2
Actions
Activity
Files
5d16cc283f1fc59162bce67275e6374bc6758262
tinygrad
/
tinygrad
T
History
Francesco Castelli
and
GitHub
6ff720103e
Reduce tensor dot line count and fixed 1d tensor dot (
#1045
)
...
* fixed tensor.dot * no 1d dot for image=1 * shorter lines * add 3d dot tests
2023-06-25 10:32:45 -07:00
..
codegen
global -> group (
#1007
)
2023-06-21 11:50:43 -07:00
nn
Whisper (
#919
)
2023-06-03 18:55:14 -07:00
runtime
add cuda on cpu tests (
#1020
)
2023-06-22 14:15:50 -07:00
shape
good changes from tensor_cores branch (
#1005
)
2023-06-18 20:28:06 -07:00
graph.py
don't graph consts
2023-04-14 03:32:20 -07:00
helpers.py
global -> group (
#1007
)
2023-06-21 11:50:43 -07:00
jit.py
HIP backend (
#750
)
2023-06-18 11:35:57 -07:00
lazy.py
don't make HIP the default...it's slower
2023-06-18 19:11:39 +00:00
mlops.py
EXP+LOG -> EXP2+LOG2 (
#954
)
2023-06-08 10:57:31 -07:00
ops.py
fixed division by zero for fast kernels (
#1021
)
2023-06-22 14:02:53 -07:00
state.py
Whisper (
#919
)
2023-06-03 18:55:14 -07:00
tensor.py
Reduce tensor dot line count and fixed 1d tensor dot (
#1045
)
2023-06-25 10:32:45 -07:00