Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | linpack: Build both sp and dp binaries | Khem Raj | 2021-11-11 | 2 | -3/+39 |
| | | | | | | This eases out running single-precision and double-precision benchmarks. Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | linpack_1.0.bb: Add linpack benchmark | Manjukumar Matha | 2017-11-15 | 1 | -0/+20 |
The LINPACK Benchmarks are a measure of a system's floating point computing power. Introduced by Jack Dongarra, they measure how fast a computer solves a dense n by n system of linear equations Ax = b, which is a common task in engineering. https://en.wikipedia.org/wiki/LINPACK_benchmarks Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> |