Files
tinygrad/test/external
chenyu 123a0b86b2 support zero in shape (#2303)
* zero in shape start

* no assert for that

* if output size is 0, return without exec

* tweak

* strides

* reduce over non-zero

* shrink and expand

* fix import

* test_elementwise where

* cannot reshape from size 0 to size 1

* compiled backend reduce over 0

* zeros for numpy

* reduce over 0 and keepdim resulted in 1

* reduce empty set default values

* compare with same input

* pad test case

* cat test case

* torch does not support that?
2023-11-15 11:57:48 -05:00
..
2023-09-22 07:20:27 +08:00
2023-03-03 06:36:06 -08:00
2023-07-23 12:41:22 -07:00
2023-09-28 18:02:31 -07:00
2023-10-31 13:57:24 -07:00