An open API service indexing awesome lists of open source software.

https://github.com/hpac/lamp_benchmark

Benchmarks that evaluate whether high-level linear algebra languages solve the Linear Algebra Mapping Problem (LAMP).
https://github.com/hpac/lamp_benchmark

high-performance-computing lamp lamp-benchmark linear-algebra

Last synced: 6 months ago
JSON representation

Benchmarks that evaluate whether high-level linear algebra languages solve the Linear Algebra Mapping Problem (LAMP).

Awesome Lists containing this project

README

        

# LAMP Benchmark
A series of benchmarks/tests across multiple high-level linear algebra oriented languages/libraries/frameworks (henceforth referred to as just "languages")
that assess the extent to which said languages translate high-level linear algebra expressions to high-performance code.

## Setup
For instructions on how to setup the benchmarks and install all languages used (and linking to Intel MKL), please consult the [Wiki](https://github.com/ChrisPsa/LAMP_benchmark/wiki) page.

## Related Publications
* [The Linear Algebra Mapping Problem. Current state of linear algebra languages and libraries](https://dl.acm.org/doi/10.1145/3549935)

* [Benchmarking the Linear Algebra Awareness of TensorFlow and PyTorch](https://ieeexplore.ieee.org/document/9835658)