ignaciosica
|
597a239e28
|
Remove UnaryOps, BinaryOps, TernaryOps, MetaOps [pr] (#7725)
* remove unaryops
* remove ternaryops
* remove metaops
* hotfix
* remove binaryops
* hotfix: test_pattern_matcher
---------
Co-authored-by: qazal <77887910+Qazalin@users.noreply.github.com>
|
2024-11-16 20:56:56 +08:00 |
|
George Hotz
|
c8bf09b7d4
|
s/UOps/Ops (#7500)
* s/UOps/Ops [pr]
* fix
|
2024-11-03 11:26:10 +08:00 |
|
George Hotz
|
3169cb386d
|
remove graph [pr] (#7085)
|
2024-10-16 11:40:07 +08:00 |
|
George Hotz
|
26df50cf43
|
move memory_planner to memory.py [pr] (#7079)
|
2024-10-16 10:04:35 +08:00 |
|
qazal
|
935b6b658f
|
delete seen from the scheduler api [run_process_replay] (#6427)
docs
|
2024-09-09 16:26:34 +08:00 |
|
qazal
|
552fbd5527
|
update llm.c with UOp ast [run_process_replay] (#6296)
|
2024-08-27 15:04:54 +03:00 |
|
George Hotz
|
e077bc7baf
|
move memory planner to realize (#5937)
|
2024-08-06 10:41:29 -07:00 |
|
chenyu
|
28972418c4
|
s/get_linearizer/get_kernel [run_process_replay] (#5467)
|
2024-07-13 20:32:22 -04:00 |
|
George Hotz
|
f6ef283e6a
|
s/loadops/metaops [run_process_replay] (#5421)
|
2024-07-12 13:26:50 -07:00 |
|
George Hotz
|
53d082a2aa
|
move memory into schedule (#4597)
|
2024-05-15 07:54:20 -07:00 |
|
qazal
|
9aa5e02229
|
update llmc export (#4584)
* update example
* move train to optim
* rename
* b2
|
2024-05-14 21:18:38 +03:00 |
|
George Hotz
|
347a3acb37
|
add renderer class (#4524)
* add renderer class
* tests pass
* fix pylint
* fix tensor cores
|
2024-05-10 21:40:02 -07:00 |
|
George Hotz
|
4eef1ee9bf
|
move renderer into options (#4514)
* move renderer into options
* fix tests
* renders are functions
|
2024-05-10 10:01:51 -07:00 |
|
George Hotz
|
89e119bc58
|
move Allocator to buffer.py (#4502)
* move Allocator to buffer.py
* move those to realize
* memory file
* cleanup
|
2024-05-09 19:45:56 -07:00 |
|
qazal
|
fa17dcaf07
|
Fix llm.c/export.py (#4423)
* fix headers
* add CI
* add stdio
* merge clang tests
* revert llm.c
* revert ci
* Revert "revert llm.c"
This reverts commit 5fd17e3c8b.
|
2024-05-04 19:37:10 +03:00 |
|
George Hotz
|
1e37c4a7a1
|
minor llm.c improvements
|
2024-04-26 11:15:31 +08:00 |
|
George Hotz
|
ad28fdecb1
|
si.inputs+outputs -> bufs (#4279)
|
2024-04-24 15:12:34 +08:00 |
|
George Hotz
|
d99b512084
|
llm.c timing (#4219)
* add timing info
* fix malloc
* 8s with beam
|
2024-04-19 12:43:21 +04:00 |
|
George Hotz
|
39b60a25f0
|
more llm c work (#4207)
* more llm c work
* print nicely
* fake load pretrained
* select warmups
* output c code
|
2024-04-18 22:20:44 +04:00 |
|
George Hotz
|
fa57c3e7ce
|
continue llm.c (#4190)
* continue llm.c
* export more
* progress on llm.c
* simpler optim, names work
|
2024-04-18 10:57:54 +04:00 |
|