branch: master
Commits on master
- cc2969f simpler cstyle (#2966) 2 years ago
- 17f0c30 hotfix: do stable diffusion first on mac 2 years ago
- 58d3d50 vars_from_ast -> LazyOp.vars (#2965) 2 years ago
- 980f421 hotfix: remove cast from beautiful_cartpole 2 years ago
- a280cfe move dtypes to dtype.py (#2964) 2 years ago
- fadaa2e remove type check for LazyOp.src now it's always LazyOp (#2963) 2 years ago
- c81ce96 move globalcounters to ops (#2960) 2 years ago
- 8291986 Variable.sum -> Node.sum, Variable.ands -> Node.ands (#2961) 2 years ago
- 3d720b5 move expand_idx, iter_idxs and expand_node from symbolic to linearizer (#2959) 2 years ago
- e0ecab3 touchups from multibuffer branch (#2958) 2 years ago
- 4524738 hotfix: make the line counter correct 2 years ago
- 56f44bd move the compiler cache to be global (#2957) 2 years ago
- 063f465 simpler webgpu (#2956) 2 years ago
- fea20d7 add `/opt/cuda/include` directory (#2920) 2 years ago
- 0d6e264 cleanup Tensor.triu and Tensor.tril (#2953) 2 years ago
- e53b96f fix TC=2 tensor core op test (#2951) 2 years ago
- ad4472e cleanup llama apply_rotary_emb and other helpers (#2950) 2 years ago
- 61e255d use max for gpt2 and llama (#2949) 2 years ago
- c7b106b hotfix float4 only supports float and half (#2948) 2 years ago
- 2f67f1e remove obsolete TODO in beautiful_mnist (#2946) 2 years ago
- 50f2e31 cleanup float4 grouping in global_load and global_store (#2942) 2 years ago
- 54629b5 minor cleanup in kernel and linearizer (#2937) 2 years ago
- 820f2e0 fix PADTO optimization (#2935) 2 years ago
- dca5e4f tensor == tensor should be bool (#2916) 2 years ago
- 8a8aed2 test dtypes of return values of cumsum, argmax/min, multinomial (#2933) 2 years ago
- 12996d3 green linearizer asserts for ops (#2800) 2 years ago
- 1fb815e hotfix fix coder. RMSNorm cannot have float16 input (#2932) 2 years ago
- b469fe3 add CMPEQ (#2931) 2 years ago
- 016aebc Fixed Tensor.randint() not accepting tuple shapes (#2923) 2 years ago
- 2dc99af clean up manual cast dtypes in tensor.py (#2930) 2 years ago