@hackage lol-cpp0.2.0.0
A fast C++ backend for <https://hackage.haskell.org/package/lol lol>.
Categories
License
GPL-3.0-only
Maintainer
Eric Crockett <ecrockett@gmail.com>, Chad Sharp <cmlsharp@umich.edu>
Links
Versions
Installation
Dependencies (9)
- MonadRandom >=0.5.1 && <0.6
- base >=4.12.0 && <4.13
- constraints >=0.10 && <0.11
- deepseq >=1.4.4 && <1.5
- lol >=0.7.0.0 && <0.8
- mtl >=2.2.2 && <2.3 Show all…
Dependents (2)
@hackage/lol-apps, @hackage/rlwe-challenges
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
with-apps
(on by default)
When this flag is enabled, lol-apps tests and benchmarks are buildable.
with-execs
(off by default)
When this flag and `with-apps` are both enabled, the lol-apps executables are buildable
This package contains a fast C++ implementation of the 'Tensor' interface for Lol, via Haskell's FFI.
You can test this package by running stack test lol-cpp, and benchmark by
running stack bench lol-cpp.