.. |
codegen
|
remove VariableOrNum from Node.substitute arg (#2995)
|
2024-01-03 17:02:25 -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
|
refactor workitems (#2973)
|
2024-01-02 09:16:52 -08:00 |
runtime
|
make disk simpler (#3002)
|
2024-01-03 17:46:21 -08:00 |
shape
|
bump shapetracker simplify message to DEBUG >= 5 (#2998)
|
2024-01-03 20:00:36 -05:00 |
__init__.py
|
move dtypes to dtype.py (#2964)
|
2024-01-01 14:58:48 -08:00 |
device.py
|
don't alloc for InterpretedASTRunner (#2999)
|
2024-01-03 17:05:53 -08: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
|
pass tuple for strs to startswith (#2986)
|
2024-01-02 19:51:15 -05:00 |
jit.py
|
hotfix: don't jitcache with 1 kernel. improvements to hip sniffer
|
2024-01-03 19:17:08 -08:00 |
lazy.py
|
hotfix: all device canonicalize should be done in Tensor
|
2024-01-03 10:48:04 -08:00 |
mlops.py
|
grad -> grad_output in mlops for consistency (#2982)
|
2024-01-02 18:03:55 -05: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
|
hotfix: all device canonicalize should be done in Tensor
|
2024-01-03 10:48:04 -08:00 |