Khem Raj
c33cfad1b0
recipes: Switch away from S = WORKDIR
...
Make it dependent on UNPACKDIR instead
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2024-05-23 08:44:44 -07:00
Khem Raj
ffc64e9c6f
recipes: Start WORKDIR -> UNPACKDIR transition
...
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 >
2024-05-23 08:44:44 -07:00
Khem Raj
c1968ea88c
linpack: Build both sp and dp binaries
...
This eases out running single-precision and double-precision benchmarks.
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2021-11-11 06:36:53 -08:00
Manjukumar Matha
1d7d2c6855
linpack_1.0.bb: Add linpack benchmark
...
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 >
2017-11-15 16:34:05 -08:00