Files
tinygrad/test
Francis Lam 8cf0bb9351 optimizer: simplify GROUP and LOCAL to have one of each (#2162)
* optimizer: simplify GROUP and LOCAL to have one of each

Now that tensor cores only use LASTLOCAL, we can simplify to use
only that op everywhere.

The only use of GROUP is in matvec hand-coded opts and it doesn't
make a performance difference so switching to use only the top
behavior.

Also adds additional asserts to prevent tensor core dims from
being altered which causes bad kernels to be generated.

* search: remove duplicated actions
2023-10-27 11:37:44 -10:00
..
2023-10-25 17:54:30 -04:00
2020-12-15 23:44:08 -08:00
2023-06-25 10:38:58 -07:00
2023-10-25 17:54:30 -04:00
2023-10-16 17:52:38 -07:00
2023-10-24 15:45:56 -04:00
2023-02-27 06:53:18 -08:00
2023-10-13 06:32:01 -07:00
2023-07-23 13:00:56 -07:00
2023-10-18 14:00:50 -07:00