aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Convert: Export list; simplify some functions with castCastableTom Smeding34 hours
|
* Move casts to DAN.Convert; split Ranked/Shaped types into .BaseTom Smeding35 hours
|
* Make mcast available in CastableTom Smeding35 hours
|
* mcastSafe was unsound; it's now goneTom Smeding35 hours
|
* Simplify lemRankAppTom Smeding35 hours
|
* Move Data.Array.Arith to Data.Array.Strided.OrthotopeTom Smeding37 hours
|
* Move Arith, XArray and ConvertMikolaj Konarski3 days
|
* Rename the three main public tensor API modulesMikolaj Konarski3 days
|
* Add .stylish-haskell.yaml that matches Tom's preferencesMikolaj Konarski3 days
| | | | | to be automatically applied at buffer save or periodically applied with find -not -path '*/\.git/*' -name "*.hs" -type f| xargs stylish-haskell -i
* Split and uniformly rename Shape modulesMikolaj Konarski3 days
|
* Update copyright info in cabal fileTom Smeding4 days
|
* Appease GHC 9.10.2Tom Smeding4 days
|
* Some constraints look redundant to GHC, but are notTom Smeding4 days
|
* Revert some stylistic changesTom Smeding4 days
| | | | https://x.com/comerijn/status/1257804634833420292
* Fix some of the warnings GHC 9.12.2 now producesMikolaj Konarski4 days
|
* Apply some suggestions from hlintMikolaj Konarski4 days
|
* Let stylish-haskell sort thingsMikolaj Konarski4 days
|
* Enable more warningsMikolaj Konarski4 days
|
* Add a couple of new zip operations that obviously make senseMikolaj Konarski4 days
|
* Generalise list{x,s}Zip{,With} from Const to fTom Smeding5 days
|
* Satisfy 'cabal check' a bit moreTom Smeding5 days
|
* Show BagTom Smeding5 days
|
* Let's not add commented redundant needless errorsTom Smeding5 days
|
* Fix almost all 'cabal check' warnings and errorsMikolaj Konarski5 days
|
* Add zip and zipWith for sized listsMikolaj Konarski6 days
|
* Fill in missing Head and HEADMikolaj Konarski6 days
|
* Cargo-cult NFData for all sized list typesMikolaj Konarski6 days
|
* Define fooLength and/or fooRank whenever not yet definedMikolaj Konarski6 days
|
* Fix the Show instance for ShapedMikolaj Konarski2025-04-26
|
* Put Data.Array.Nested at top of cabal fileTom Smeding2025-04-26
|
* Refactor the clever replicate-aware Show instancesTom Smeding2025-04-26
|
* Do away with ShowVia{ToListLinear,Primitive}, were unusedTom Smeding2025-04-26
|
* Show concisely arrays replicated from a single element (scalar or not)Mikolaj Konarski2025-04-26
|
* Add mstrideTree and StrideTreeMikolaj Konarski2025-04-25
|
* Bump base upper boundTom Smeding2025-04-23
|
* test: up 'random' dependencyTom Smeding2025-04-23
|
* arith: Better typing of enum stats_binary_idTom Smeding2025-04-15
|
* arith: Don't use C23 featuresTom Smeding2025-04-15
|
* Dotprod: Optimise reversed and replicated dimensionsTom Smeding2025-03-25
|
* bench: Dot product benchmarksTom Smeding2025-03-25
|
* bench: Move comparison benchmarks to separate functionTom Smeding2025-03-25
|
* Improve an error messageTom Smeding2025-03-25
|
* Compatibility liftVEltwise1 (TODO remove)Tom Smeding2025-03-20
|
* Fix typo in error messageTom Smeding2025-03-20
|
* Some re-exports for compatibilityTom Smeding2025-03-20
|
* Separate arith routines into a libraryTom Smeding2025-03-20
| | | | The point is that this separate library does not depend on orthotope.
* arith stats: Print timings with 3 digits precisionTom Smeding2025-03-18
| | | | | If you render microseconds timings as milliseconds, you _have_ only 3 digits behind the decimal point.
* arith stats: Improve output formatTom Smeding2025-03-18
| | | | | | This makes it nicer to process using unix tools. Try: $ sed -n '/ox-arrays-arith-stats start/,/ox-arrays-arith-stats end/ !d; /===/ !p' | sort -n -k4,4 -k6,6
* Arith statistics collection from CTom Smeding2025-03-18
|
* arith: Don't FFI-import unused dotprod_*_strided opsTom Smeding2025-03-18
|