branch: master
Commits on master
- 379d525 const fold left const operand for ADD and MUL (#4029) 2 years ago
- 0e02d07 fix Tensor.pow folding for exponent 0 and 1 (#4025) 2 years ago
- a4ae935 delete irrelevant JIT regression test (#4024) 2 years ago
- 23c912e use *0+1 for Tensor.pow base case, remove function.Zero (#4023) 2 years ago
- 276ef8e move div folding from tensor to lazy (#4022) 2 years ago
- 7fa233e kfd fix kernels with private memory (#4018) 2 years ago
- dcb58d3 extra/gemm/simple_matvec: add simple_matvec.py (#4021) 2 years ago
- d3f2776 move const folding of ADD/SUB/MUL from tensor to lazy (#4020) 2 years ago
- 7f85959 fix _to_const_val and const folding around it (#4017) 2 years ago
- 2abb474 kfd driver wip (#3912) 2 years ago
- bee8eea Revert "don't simplify st in _recursive_lazyop when unbind (#4011)" (#4013) 2 years ago
- 2b704d7 don't simplify st in _recursive_lazyop when unbind (#4011) 2 years ago
- 0474602 extra/gemm/hip_matmul: fix to use new HSA devices and no headers (#3999) 2 years ago
- 478c040 hsa terminate without exceptions (#4006) 2 years ago
- aa76d56 cleanup mamba (#4004) 2 years ago
- f35f9d3 rename mlops to function (#4003) 2 years ago
- c71627f move GlobalCounter to helpers (#4002) 2 years ago
- 9eef445 ScheduleItem uses Buffer (#3995) 2 years ago
- 1bd4f01 size instead of st.size (#4001) 2 years ago
- 8f1e34a early src delete (#3996) 2 years ago
- 31c8ba8 Move transformations to PatternMatcher + clean up existing patterns (#3997) 2 years ago
- f916aad external that test 2 years ago
- c42ed8e don't reschedule 2 years ago
- ecf38f4 beam search resnet eval too in BENCHMARK (#4000) 2 years ago
- b43e470 always use f32 for rand source of randn (#3998) 2 years ago
- 6b64611 test case Tensor.randn should be finite (#3994) 2 years ago
- d9ff636 use is to compare with enum (#3993) 2 years ago
- 0affbbf update amx gemm (#3991) 2 years ago
- 4abb824 rhs_order in einsum is argsort twice (#3990) 2 years ago
- 7bc560e remove outdated bf16 comments in test_dtype (#3987) 2 years ago