tinygrad/tinygrad
George Hotz 5495c7d64e
linearizer! (#714)
* linearizer outputs something

* working ish

* cstyle codegen

* clang mostly works

* fix load valid

* fix numberless loop

* fancy gen

* working

* fix enet compiler

* cleanups

* float4 upcasting

* less lines

* supports_float4

* constant folding

* mulacc

* internet tests flaky in CI

* 90% image support

* fix image generic

* bugs exposed with shapetracker and single view

* new llvm

* use vload, remove OLD

* that's really poorly done

* ending up being more lines
2023-03-19 23:43:49 -07:00
..
codegen linearizer! (#714) 2023-03-19 23:43:49 -07:00
nn linearizer! (#714) 2023-03-19 23:43:49 -07:00
runtime linearizer! (#714) 2023-03-19 23:43:49 -07:00
shape linearizer! (#714) 2023-03-19 23:43:49 -07:00
graph.py Devicebufferless (#708) 2023-03-18 14:40:23 -07:00
helpers.py Devicebufferless (#708) 2023-03-18 14:40:23 -07:00
jit.py Devicebufferless (#708) 2023-03-18 14:40:23 -07:00
lazy.py Fix constant folding (#713) 2023-03-18 17:52:46 -07:00
mlops.py Fix constant folding (#713) 2023-03-18 17:52:46 -07:00
ops.py linearizer! (#714) 2023-03-19 23:43:49 -07:00
tensor.py Fix constant folding (#713) 2023-03-18 17:52:46 -07:00