Files
tinygrad/extra
qazal 12996d3a7d green linearizer asserts for ops (#2800)
* these asserts should pass

* fix that assert

* ALU dtypes

* acc dtype for group_for_reduce

* cast image ALUs to the base dtype

* remove all casts from linearizer

* fix argmax

* fix multinomial

* fix __getitem__

* Revert "fix __getitem__"

This reverts commit 62ad719bfa.

* fix MemBuffer outputs being wrong when there is an arange + ALU with a different dtype

eg. fancy slicing (int, float), bert embeddings (int, long)

this should be fixed in lazy instead of having to break the kernel

* cleanup argmax fix

* fix matmul in ints

cast in the end

* fix llama

* skip wrong hardcoded asts in the worlds dataset

* fix llama p2

* cleanup missing parts of the diff

---------

Co-authored-by: George Hotz <geohot@gmail.com>
2023-12-25 10:41:54 -05:00
..
2023-11-13 20:18:40 -08:00
2023-12-01 09:25:27 -08:00
2023-12-20 18:04:49 -08:00
2023-05-03 19:34:17 +00:00
2023-07-05 15:36:22 -07:00
2023-12-20 14:33:21 -08:00
2023-12-07 17:07:05 -08:00
2023-12-25 00:15:55 -05:00
2023-12-21 20:06:06 -05:00
2023-11-30 17:07:16 -08:00