Code Monkey home page Code Monkey logo

relapack's Introduction

ReLAPACK

Build Status

Recursive LAPACK Collection

ReLAPACK offers a collection of recursive algorithms for many of LAPACK's compute kernels. Since it preserves LAPACK's established interfaces, ReLAPACK integrates effortlessly into existing application codes. ReLAPACK's routines not only outperform the reference LAPACK but also improve upon the performance of tuned implementations, such as OpenBLAS and MKL.

Coverage

For a detailed list of covered operations and an overview of operations to which recursion is not efficiently applicable, see coverage.md.

Installation

To compile with the default configuration, simply run make to create the library librelapack.a.

Linking with MKL

Note that to link with MKL, you currently need to set the flag COMPLEX_FUNCTIONS_AS_ROUTINES to 1 to avoid problems in ctrsyl and ztrsyl. For further configuration options see config.md.

Dependencies

ReLAPACK builds on top of BLAS and unblocked kernels from LAPACK. There are many optimized and machine specific implementations of these libraries, which are commonly provided by hardware vendors or available as open source (e.g., OpenBLAS).

Testing

ReLAPACK's test suite compares its routines numerically with LAPACK's counterparts. To set up the tests (located int test/) you need to specify link flags for BLAS and LAPACK (version 3.5.0 or newer) in make.inc; then make test runs the tests. For details on the performed tests, see test/README.md.

Examples

Since ReLAPACK replaces parts of LAPACK, any LAPACK example involving the covered routines applies directly to ReLAPACK. A few separate examples are given in examples/. For details, see examples/README.md.

Citing

When referencing ReLAPACK, please cite the preprint of the paper Recursive Algorithms for Dense Linear Algebra: The ReLAPACK Collection:

@article{relapack,
  author    = {Elmar Peise and Paolo Bientinesi},
  title     = {Recursive Algorithms for Dense Linear Algebra: The ReLAPACK Collection},
  journal   = {CoRR},
  volume    = {abs/1602.06763},
  year      = {2016},
  url       = {http://arxiv.org/abs/1602.06763},
}

relapack's People

Contributors

elmar-peise avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.