tinygrad/tinygrad
chenyu 3929a9dc94
fix UOp.cmp_tuple for ALU (#5280)
* fix UOp.cmp_tuple for ALU

for ALU, use self.arg instead of self.op to compare

* skip that?
2024-07-03 14:59:05 -04:00
..
codegen fix UOp.cmp_tuple for ALU (#5280) 2024-07-03 14:59:05 -04:00
engine simpler TinyJit inside TinyJit detection (#5219) 2024-07-03 12:28:53 -04:00
nn nn.RMSNorm (#5272) 2024-07-02 21:39:01 -04:00
renderer add a flag DISABLE_LOOP_COLLAPSE (#5270) 2024-07-02 20:01:11 -04:00
runtime fix: message when applegpu tools missiong (#5236) 2024-07-03 09:07:09 -07:00
shape simplify View.permute arg check [run_process_replay] (#5218) 2024-06-28 16:18:46 -04:00
__init__.py add mnist tutorial 2024-04-25 16:08:32 +08:00
device.py nv follows HCQCompatAllocRes protocol (#5275) 2024-07-03 11:34:10 +03:00
dtype.py remove numpy from dtype (#4969) 2024-06-14 15:38:45 -04:00
function.py [Feature] Added BinaryOps.AND/BinaryOps.OR (#5223) 2024-06-29 17:20:25 -07:00
helpers.py hcq spec test (#5226) 2024-07-01 17:36:37 +03:00
lazy.py make buffer view optional with a flag (#5120) 2024-06-25 19:13:20 -07:00
multi.py ruff: unnecessary-comprehension (#5174) 2024-06-27 07:45:29 -04:00
ops.py verify_lazyop with multi reduce (#5276) 2024-07-03 20:15:42 +03:00
tensor.py OpenELM + repeat_interleave (#5234) 2024-06-30 15:18:39 -07:00