mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-10 07:28:15 -05:00
* advanced setitem draft * add setitem tests * fix for tests * small change * handle repeated indices with test * fix v broadcasting to mask * clean up a bit * open more tests * clean up, fixes issue with scalar tensor index * fix * fix index_put_ and linter * add type annotation * done * remove non contiguous hack * woops linter * name fix * add back type notation * more type notation * final * linter * check lazydata not shared * no numpy * no numpy * rename * index benchmark * linter * no cloning time * rm benchmark * new function * rm contiguous and cast early --------- Co-authored-by: George Hotz <72895+geohot@users.noreply.github.com> Co-authored-by: chenyu <chenyu@fastmail.com>