@hackage lol-repa0.0.0.2
A repa backend for <https://hackage.haskell.org/package/lol lol>.
Categories
License
GPL-2.0-only
Maintainer
Eric Crockett <ecrockett0@gmail.com>
Links
Versions
Installation
Dependencies (13)
- MonadRandom >=0.2 && <0.6
- base >=4.9 && <5
- constraints <0.10
- data-default >=0.3.0 && <0.8
- deepseq >=1.4.1.1 && <1.5
- lol >=0.6.0.0 && <0.7 Show all…
Dependents (2)
@hackage/acme-everything, @hackage/lol-apps
Package Flags
llvm
(off by default)
Compile via LLVM. This produces much better object code, but you need to have the LLVM compiler installed.
opt
(on by default)
Turn on library optimizations
This package contains a pure Haskell implementation of the 'Tensor' interface for Lol, using the highly optimized and parallelizable array library Repa.
You can test this package by running stack test lol-repa, and benchmark by
running stack bench lol-repa.