@hackage / lol-repa

A repa backend for <https://hackage.haskell.org/package/lol lol>.

Latest0.0.0.2

About

Metadata

  • Last updated , by crockeea
  • License GPL-2.0-only
  • Categories Cryptography
  • Maintained by: Eric Crockett <ecrockett0@gmail.com>

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable 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

Readme

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.