| Commit message (Expand) | Author | Age |
* | arith: Correct rank arguments to C wrapper functions | Tom Smeding | 2025-03-13 |
* | Add atan2 | Tom Smeding | 2025-03-13 |
* | Implement quot/rem | Tom Smeding | 2025-03-13 |
* | Slight cleanup of arith instances for Mixed/Ranked/Shaped | Tom Smeding | 2025-03-12 |
* | Binary ops without normalisation | Tom Smeding | 2025-03-12 |
* | arith: Unary float ops on strided arrays without normalisation | Tom Smeding | 2025-03-05 |
* | arith: Fix unary op stride bugs | Tom Smeding | 2025-02-18 |
* | arith: Only strided unary int ops | Tom Smeding | 2025-02-16 |
* | arith: Unary int ops on strided arrays without normalisation | Tom Smeding | 2025-02-16 |
* | arith: Fix cover calculation in stridesDense | Tom Smeding | 2025-02-16 |
* | Add the criminally absent singletons to numEltMinIndex and numEltMaxIndex | Mikolaj Konarski | 2024-11-19 |
* | arith: Respect offsets in dotprodinner | Tom Smeding | 2024-07-21 |
* | Add {m,r,s}dot1Inner | Tom Smeding | 2024-06-19 |
* | More sensible argument order to reduce1 C op | Tom Smeding | 2024-06-18 |
* | sumAllPrim | Tom Smeding | 2024-06-17 |
* | Generalise some of the lifting functions to type-changing | Tom Smeding | 2024-06-17 |
* | Conciseness cleanup | Tom Smeding | 2024-06-10 |
* | Make arith code aware of negative strides | Tom Smeding | 2024-06-10 |
* | Dot product | Tom Smeding | 2024-06-10 |
* | Rename arg{min,max} to {min,max}Index | Tom Smeding | 2024-06-10 |
* | Fix extremum for replicated input arrays | Tom Smeding | 2024-06-10 |
* | argmin and argmax | Tom Smeding | 2024-06-09 |
* | Fix stride handling of binary arith ops | Tom Smeding | 2024-06-09 |
* | Properly test C reductions | Tom Smeding | 2024-06-03 |
* | Refactor Nested (modules, function names) | Tom Smeding | 2024-05-30 |
* | Refactor Mixed (modules, regular function names) | Tom Smeding | 2024-05-30 |