summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark/linpack/linpack_1.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* recipes: Switch away from S = WORKDIRKhem Raj2024-05-231-1/+2
| | | | | | Make it dependent on UNPACKDIR instead Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Start WORKDIR -> UNPACKDIR transitionKhem Raj2024-05-231-1/+1
| | | | | | | Replace references of WORKDIR with UNPACKDIR where it makes sense to do so in preparation for changing the default value of UNPACKDIR. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* linpack: Build both sp and dp binariesKhem Raj2021-11-111-3/+7
| | | | | | 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 benchmarkManjukumar Matha2017-11-151-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>