Commit Graph

25 Commits

Author SHA1 Message Date
George Hotz
2f1b2c0a3b add transpose, start on transformer 2020-12-27 16:59:12 -05:00
George Hotz
aae2e35208 benchmarking 512x512 GEMM 2020-12-22 18:01:36 -05:00
George Hotz
bd18e03138 conv from weights works 2020-12-22 17:42:17 -05:00
George Hotz
0ab951f21c better readme 2020-12-22 15:57:33 -05:00
George Hotz
6ca449afd2 sum works 2020-12-22 12:53:20 -05:00
George Hotz
ebc7f8305c 3x3 gemm in conv 2020-12-22 12:00:44 -05:00
George Hotz
5b93d9c03a aneregs 2020-12-22 10:41:12 -05:00
George Hotz
ccfd03e401 parse ane struct 2020-12-22 10:17:06 -05:00
George Hotz
3abda29648 add debug to ane lib 2020-12-21 18:49:33 -05:00
George Hotz
c48917fdf0 ane reg notes 2020-12-21 15:26:52 -05:00
George Hotz
451e944648 aneregs from debug 2020-12-21 13:37:02 -05:00
George Hotz
16f0cb7d80 fix sign python 2020-12-20 15:44:10 -05:00
George Hotz
e03759f01d channels concat 2020-12-19 09:43:21 -08:00
George Hotz
3c9150a9f4 lil note 2020-12-18 09:54:20 -08:00
George Hotz
be41e73ad9 ane docs continue 2020-12-18 09:49:13 -08:00
George Hotz
e5f2055776 ane refactor, fix examples 2020-12-18 09:19:06 -08:00
George Hotz
fbcd1912cf ane struct 2020-12-18 09:06:25 -08:00
iainwo
56d44637f3 fixed pylint, formatted python files iwth cblack on localhost (#204)
* fixed pylint, formatted python files iwth cblack on localhost

* Revert "fixed pylint, formatted python files iwth cblack on localhost"

This reverts commit 07e2b88466.

* dedented 4-spaces added linter

Co-authored-by: Iain Wong <iainwong@outlook.com>
2020-12-17 14:37:31 -08:00
George Hotz
a5aced8d47 30 MEGAReLUs. we need to lose 12 lines 2020-12-12 17:07:34 -08:00
George Hotz
da873cd556 Single ReLU in ANE (#188)
* aneworks

* cleanup
2020-12-12 16:11:34 -08:00
George Hotz
59358304a3 ane 2020-12-12 15:23:21 -08:00
George Hotz
36d4eee323 fix compiler segfault 2020-12-12 15:10:47 -08:00
George Hotz
abb7b74208 relu in python 2020-12-12 14:50:05 -08:00
George Hotz
d3886035dd ane dylib 2020-12-12 13:41:09 -08:00
George Hotz
cf66d549c1 fix example ane 2020-12-12 13:32:49 -08:00