index
:
mbw
master
Memory Bandwidth Benchmark
derf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2024-09-23
add a simple read benchmark. No AVX or anything.
Birte Kristina Friesel
-3
/
+19
2024-09-19
Add AVX512 copy variant. Not particularly efficient yet, might be missing sth
Birte Kristina Friesel
-5
/
+276
2024-09-19
Compile with -O3 -march=native (does not seem to have a notable effect)
Birte Kristina Friesel
-1
/
+1
2024-07-24
add benchmark script for tinos
Birte Kristina Friesel
-0
/
+14
2024-07-22
Makefile: do not overwrite libs / flags
Birte Kristina Friesel
-3
/
+3
2024-07-19
mbw.c: fix dfatool output format
Birte Kristina Friesel
-3
/
+3
2024-07-16
add roofline copy benchmark script on milos
Birte Kristina Friesel
-0
/
+14
2024-07-16
use distinct dfatool keys for copy types
Birte Kristina Friesel
-4
/
+11
2024-06-17
pthread=1: allocate threads after initializing global variables
Birte Kristina Friesel
-22
/
+21
2024-05-23
explicitly specify NUMA regions for source and target memories
Birte Kristina Friesel
-11
/
+32
2024-05-23
Add NUMA support
Birte Kristina Friesel
-2
/
+66
2023-06-07
run.sh: variable array size
Daniel Friesel
-9
/
+9
2023-06-07
adjust for new dfatool output format
Daniel Friesel
-3
/
+3
2023-05-02
use monotonic clock for benchmarks. gettimeofday is a really bad idea
Daniel Friesel
-10
/
+10
2023-05-02
add n_threads to parameter output
Daniel Friesel
-0
/
+5
2023-05-02
add multi-threaded benchmarks for NUMA evaluation and the likes
Daniel Friesel
-44
/
+169
2023-04-28
produce dfatool-compatible output, add run script
Daniel Friesel
-9
/
+21
2023-04-28
simplify makefile for SMAUG benchmarks
Daniel Friesel
-114
/
+3
2023-04-17
Merge pull request #17 from raas/add-license-1
raas
-2
/
+680
2023-04-17
Update spec file with new license, bump to 2.0
raas
-2
/
+6
2023-04-17
Add LICENSE, GPL v3.0
raas
-0
/
+674
2023-01-24
Merge pull request #15 from iboB/no-mman
raas
-1
/
+0
2023-01-17
Removed unused header
Borislav Stanimirov
-1
/
+0
2022-08-16
Merge pull request #14 from ffontaine/master
raas
-1
/
+1
2022-08-07
CMakeLists.txt: fix build without C++
Fabrice Fontaine
-1
/
+1
2022-04-26
Bump to v1.5
Andras Horvath
-8
/
+11
2022-04-26
Merge pull request #12 from Willian-Zhang/master
raas
-3
/
+45
2022-04-24
fix cmake no install
Willian Z
-0
/
+1
2022-04-24
Update version to 1.4.1
Willian Z
-1
/
+1
2022-04-24
Update README
Willian Z
-1
/
+3
2022-04-24
fix mempcpy not available on mac
Willian Z
-2
/
+2
2022-04-24
Create CMakeLists.txt
Willian Z
-0
/
+5
2022-04-24
Create .gitignore
Willian Z
-0
/
+34
2020-05-15
Merge pull request #11 from steveschnepp/fix-testno-comparison
raas
-2
/
+2
2020-05-14
Fix the test for -t which was inverted
Steve Schnepp
-2
/
+2
2018-05-10
LGPLv2.1 it is, cf https://www.quora.com/What-are-the-major-differences-betwe...
Andras Horvath
-1
/
+1
2018-05-04
explicit LGPLv3+ license, cf https://fedoraproject.org/wiki/Licensing:Main?rd...
ahorvath
-1
/
+4
2018-02-08
Merge pull request #7 from lnxbil/fix-issue-6
raas
-1
/
+1
2018-02-08
Merge pull request #9 from lnxbil/fixing-dates
raas
-3
/
+3
2018-02-08
Merge pull request #8 from lnxbil/fix-issue-5
raas
-4
/
+4
2018-02-08
Fixing wrong week days
Andreas Steinel
-3
/
+3
2018-02-08
Fixing raas/mbw#5
Andreas Steinel
-4
/
+4
2018-02-08
Fixing raas/mbw#6
Andreas Steinel
-1
/
+1
2015-05-06
Merge pull request #4 from sbates130272/master
raas
-3
/
+8
2015-05-06
Added review changes for pull request
Stephen Bates
-3
/
+1
2015-05-05
Added -n 0 option to run loops forever
Stephen Bates
-3
/
+10
2014-02-17
Add version number. v1.4
Andras HORVATH
-1
/
+8
2014-02-17
Fix labeling of the displayed results.
Andras HORVATH
-9
/
+14
2013-10-07
Make RPM building more robust in Makefile, and omit .git from the archive.
Andras HORVATH
-2
/
+5
2013-10-07
Merge pull request #1 from jmslocum/master
raas
-5
/
+14
[next]