|
codegen
|
rewrite MUL CAST SUM to CAST MULACC
|
2024-01-04 13:12:22 -05:00 |
|
features
|
hotfix: make multitensor shard contiguous
|
2024-01-03 08:48:30 -08:00 |
|
nn
|
replace d[a] if a in d else b with d.get(a, b) (#2997)
|
2024-01-03 18:10:25 -05:00 |
|
renderer
|
llvm CMPEQ
|
2024-01-04 13:12:22 -05:00 |
|
runtime
|
disk_read_speed example
|
2024-01-04 13:59:43 -08:00 |
|
__init__.py
|
move dtypes to dtype.py (#2964)
|
2024-01-01 14:58:48 -08:00 |
|
device.py
|
rewrite MUL CAST SUM to CAST MULACC
|
2024-01-04 13:12:22 -05:00 |
|
dtype.py
|
pass tuple for strs to startswith (#2986)
|
2024-01-02 19:51:15 -05:00 |
|
graph.py
|
hotfix: save lines in graph
|
2024-01-03 12:03:42 -08:00 |
|
helpers.py
|
disk_read_speed example
|
2024-01-04 13:59:43 -08:00 |
|
ops.py
|
vars_from_ast -> LazyOp.vars (#2965)
|
2024-01-01 18:12:38 -05:00 |
|
realize.py
|
don't alloc for InterpretedASTRunner (#2999)
|
2024-01-03 17:05:53 -08:00 |
|
tensor.py
|
use float for acc dtype for half tensor sum
|
2024-01-04 13:12:22 -05:00 |