summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
2024-10-25add benchmark script for milos (DRAM + HBM)masterBirte Kristina Friesel-0/+14
2024-09-30add a plain write testBirte Kristina Friesel-5/+19
2024-09-30Update READMEBirte Kristina Friesel-0/+11
2024-09-27Rename "dumb" to "plain"Birte Kristina Friesel-18/+18
2024-09-27Fix -t4 in non-pthread modeBirte Kristina Friesel-0/+2
2024-09-23add a simple read benchmark. No AVX or anything.Birte Kristina Friesel-3/+19
2024-09-19Add AVX512 copy variant. Not particularly efficient yet, might be missing sthBirte Kristina Friesel-5/+276
2024-09-19Compile with -O3 -march=native (does not seem to have a notable effect)Birte Kristina Friesel-1/+1
2024-07-24add benchmark script for tinosBirte Kristina Friesel-0/+14
2024-07-22Makefile: do not overwrite libs / flagsBirte Kristina Friesel-3/+3
2024-07-19mbw.c: fix dfatool output formatBirte Kristina Friesel-3/+3
2024-07-16add roofline copy benchmark script on milosBirte Kristina Friesel-0/+14
2024-07-16use distinct dfatool keys for copy typesBirte Kristina Friesel-4/+11
2024-06-17pthread=1: allocate threads after initializing global variablesBirte Kristina Friesel-22/+21
2024-05-23explicitly specify NUMA regions for source and target memoriesBirte Kristina Friesel-11/+32
2024-05-23Add NUMA supportBirte Kristina Friesel-2/+66
2023-06-07run.sh: variable array sizeDaniel Friesel-9/+9
2023-06-07adjust for new dfatool output formatDaniel Friesel-3/+3
2023-05-02use monotonic clock for benchmarks. gettimeofday is a really bad ideaDaniel Friesel-10/+10
2023-05-02add n_threads to parameter outputDaniel Friesel-0/+5
2023-05-02add multi-threaded benchmarks for NUMA evaluation and the likesDaniel Friesel-44/+169
2023-04-28produce dfatool-compatible output, add run scriptDaniel Friesel-9/+21
2023-04-28simplify makefile for SMAUG benchmarksDaniel Friesel-114/+3
2023-04-17Merge pull request #17 from raas/add-license-1raas-2/+680
Add LICENSE, GPL v3.0
2023-04-17Update spec file with new license, bump to 2.0raas-2/+6
2023-04-17Add LICENSE, GPL v3.0raas-0/+674
2023-01-24Merge pull request #15 from iboB/no-mmanraas-1/+0
Removed unused header
2023-01-17Removed unused headerBorislav Stanimirov-1/+0
2022-08-16Merge pull request #14 from ffontaine/masterraas-1/+1
CMakeLists.txt: fix build without C++
2022-08-07CMakeLists.txt: fix build without C++Fabrice Fontaine-1/+1
Fix the following build failure without C++: CMake Error at CMakeLists.txt:3 (project): No CMAKE_CXX_COMPILER could be found. Tell CMake where to find the compiler by setting either the environment variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path to the compiler, or to the compiler name if it is in the PATH. Fixes: - http://autobuild.buildroot.org/results/17e2d6e6d6ddf7845a37a8bbf733faf40d9faa61 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2022-04-26Bump to v1.5Andras Horvath-8/+11
2022-04-26Merge pull request #12 from Willian-Zhang/masterraas-3/+45
prepare for homebrew release
2022-04-24fix cmake no installWillian Z-0/+1
2022-04-24Update version to 1.4.1Willian Z-1/+1
2022-04-24Update READMEWillian Z-1/+3
2022-04-24fix mempcpy not available on macWillian Z-2/+2
2022-04-24Create CMakeLists.txtWillian Z-0/+5
2022-04-24Create .gitignoreWillian Z-0/+34
2020-05-15Merge pull request #11 from steveschnepp/fix-testno-comparisonraas-2/+2
Fix the test for -t which was inverted.
2020-05-14Fix the test for -t which was invertedSteve Schnepp-2/+2
Found because GCC 6.4.0 emits a warning: warning: comparison of 0 > unsigned expression is always false [-Wtautological-compare]
2018-05-10LGPLv2.1 it is, cf ↵Andras Horvath-1/+1
https://www.quora.com/What-are-the-major-differences-between-GNU-LGPL-v3-and-v2-1
2018-05-04explicit LGPLv3+ license, cf ↵ahorvath-1/+4
https://fedoraproject.org/wiki/Licensing:Main?rd=Licensing
2018-02-08Merge pull request #7 from lnxbil/fix-issue-6raas-1/+1
Fixing raas/mbw#6
2018-02-08Merge pull request #9 from lnxbil/fixing-datesraas-3/+3
Fixing wrong week days
2018-02-08Merge pull request #8 from lnxbil/fix-issue-5raas-4/+4
Fixing raas/mbw#5
2018-02-08Fixing wrong week daysAndreas Steinel-3/+3
rpm-build bogus date detection yields: warning: bogus date in %changelog: Mon Jan 17 2014 Andras Horvath <andras.horvath@gmail.com> 1.4-1 warning: bogus date in %changelog: Tue Jul 07 2006 Andras Horvath <Andras.Horvath@cern.ch> 1.1-1 warning: bogus date in %changelog: Thu Apr 26 2006 Andras Horvath <Andras.Horvath@cern.ch> 1.0-1
2018-02-08Fixing raas/mbw#5Andreas Steinel-4/+4
file ownership should be set exclusively in %files so that the package can be built without root privileges.
2018-02-08Fixing raas/mbw#6Andreas Steinel-1/+1
Adding distribution to release number
2015-05-06Merge pull request #4 from sbates130272/masterraas-3/+8
Added -n 0 option to run loops forever
2015-05-06Added review changes for pull requestStephen Bates-3/+1