Updated AccuracyHaswell (markdown) authored by Thomas Roehl's avatar Thomas Roehl
...@@ -9,15 +9,21 @@ Threads per core: 2<br> ...@@ -9,15 +9,21 @@ Threads per core: 2<br>
Total number of processing units: 8<br> Total number of processing units: 8<br>
## Available verification tests ## Available verification tests
Not all performance groups can be tested for accuracy. We don't have a test application for each performance group. Here only the groups are listed that can be verified. Each group is followed by the low-level benchmarks that are performed for comparison.<br> Not all performance groups can be tested for accuracy. We don't have a test application for each performance group. Here only the groups are listed that can be verified. Each group is followed by the low-level benchmarks that are performed for comparison.
| Group | Tests | | Group | Tests |
|-------|-------| |-------|-------|
| L2 | load, triad, copy, stream, store | | L2 | load, triad, copy, stream, store |
| L3 | load, triad, copy, stream, store | | L3 | load, triad, copy, stream, store |
| DATA | triad, copy, stream, store |
| BRANCH | load, triad, copy, stream, store |
For each varification group, the tests are performed twice. Once in a plain manner without measuring but calculating and scaling the resulting values and once through an instumented code with LIKWID.<br> For each varification group, the tests are performed twice. Once in a plain manner without measuring but calculating and scaling the resulting values and once through an instumented code with LIKWID.<br>
## Information about the pictures
For memory bandwidth accuracy tests, the result of likwid-bench needs to be scaled to represent the real values. The reason is traffic caused by write-allocates (the store operation on a cache line that is not present at the L1 cache must be loaded first before the store operation can complete). In these cases, the figures contain three curves, the original output of likwid-bench, the scaled version and the derived metrics of likwid-perfctr measurements.
### Verification of Group L2 ### Verification of Group L2
#### Verification of Group L2 with Test load #### Verification of Group L2 with Test load
...@@ -25,19 +31,20 @@ For each varification group, the tests are performed twice. Once in a plain mann ...@@ -25,19 +31,20 @@ For each varification group, the tests are performed twice. Once in a plain mann
Benchmark performed with data sizes: 12kB, 1MB, 4MB, 1GB. Benchmark performed with data sizes: 12kB, 1MB, 4MB, 1GB.
Each data size is tested 5 times, hence the first 5 entries on the x-axis correspond to the 5 runs for the first data size of 12kB and so on.<br> Each data size is tested 5 times, hence the first 5 entries on the x-axis correspond to the 5 runs for the first data size of 12kB and so on.
![haswell_L2_load](./images/accuracy/haswell/L2_load.jpg) ![haswell_L2_load](./images/accuracy/haswell/L2_load.jpg)
The table contains the values after scaling the original values up using the scaling factor 1.00. The table contains the values after scaling the original values up using the scaling factor 1.00.
| Variant | BENCH (Min) | LIKWID (Min) | BENCH (Max) | LIKWID (Max) | BENCH (Avg) | LIKWID (Avg) | | Variant | BENCH (Min) | LIKWID (Min) | Error (Min) | BENCH (Max) | LIKWID (Max) | Error (Max) | BENCH (Avg) | LIKWID (Avg) | Error (Avg) |
| ------- | ------- | ------- | ------- | ------- | ------- | ------- | | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- |
| 12kB | 90953 | 0 | 93148 | 1 | 92380 | 1 | | 12kB | 90953.00 | 0.34 | -100.00% | 93148.00 | 1.96 | -100.00% | 92380.00 | 1.16 | -100.00% |
| 1MB | 47114 | 47088 | 47356 | 47407 | 47217 | 47299 | | 1MB | 47114.00 | 47088.23 | -0.05% | 47356.00 | 47407.50 | -0.57% | 47217.00 | 47299.79 | 0.18% |
| 4MB | 46353 | 46155 | 47269 | 47334 | 46615 | 46979 | | 4MB | 46353.00 | 46155.66 | -0.43% | 47269.00 | 47334.36 | -2.36% | 46615.80 | 46979.56 | 0.78% |
| 1GB | 17549 | 17678 | 17975 | 17846 | 17741 | 17797 | | 1GB | 17549.00 | 17678.61 | 0.74% | 17975.00 | 17846.56 | -1.65% | 17741.60 | 17797.36 | 0.31% |
#### Verification of Group L2 with Test triad #### Verification of Group L2 with Test triad
...@@ -45,19 +52,20 @@ The table contains the values after scaling the original values up using the sca ...@@ -45,19 +52,20 @@ The table contains the values after scaling the original values up using the sca
Benchmark performed with data sizes: 12kB, 1MB, 4MB, 1GB. Benchmark performed with data sizes: 12kB, 1MB, 4MB, 1GB.
Each data size is tested 5 times, hence the first 5 entries on the x-axis correspond to the 5 runs for the first data size of 12kB and so on.<br> Each data size is tested 5 times, hence the first 5 entries on the x-axis correspond to the 5 runs for the first data size of 12kB and so on.
![haswell_L2_triad](./images/accuracy/haswell/L2_triad.jpg) ![haswell_L2_triad](./images/accuracy/haswell/L2_triad.jpg)
The table contains the values after scaling the original values up using the scaling factor 1.25. The table contains the values after scaling the original values up using the scaling factor 1.25.
| Variant | BENCH (Min) | LIKWID (Min) | BENCH (Max) | LIKWID (Max) | BENCH (Avg) | LIKWID (Avg) | | Variant | BENCH (Min) | LIKWID (Min) | Error (Min) | BENCH (Max) | LIKWID (Max) | Error (Max) | BENCH (Avg) | LIKWID (Avg) | Error (Avg) |
| ------- | ------- | ------- | ------- | ------- | ------- | ------- | | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- |
| 12kB | 144015 | 0 | 144853 | 2 | 144486 | 1 | | 12kB | 144015.00 | 0.32 | -100.00% | 144853.75 | 2.52 | -100.00% | 144486.25 | 1.00 | -100.00% |
| 1MB | 54986 | 55094 | 55656 | 55792 | 55306 | 55428 | | 1MB | 54986.25 | 55094.87 | 0.20% | 55656.25 | 55792.58 | -1.01% | 55306.75 | 55428.71 | 0.22% |
| 4MB | 55073 | 55250 | 55667 | 55564 | 55428 | 55399 | | 4MB | 55073.75 | 55250.24 | 0.32% | 55667.50 | 55564.14 | -0.75% | 55428.00 | 55399.28 | -0.05% |
| 1GB | 18900 | 18993 | 19021 | 19015 | 18981 | 19002 | | 1GB | 18900.00 | 18993.94 | 0.50% | 19021.25 | 19015.82 | -0.14% | 18981.75 | 19002.99 | 0.11% |
#### Verification of Group L2 with Test copy #### Verification of Group L2 with Test copy
...@@ -65,19 +73,20 @@ The table contains the values after scaling the original values up using the sca ...@@ -65,19 +73,20 @@ The table contains the values after scaling the original values up using the sca
Benchmark performed with data sizes: 12kB, 1MB, 4MB, 1GB. Benchmark performed with data sizes: 12kB, 1MB, 4MB, 1GB.
Each data size is tested 5 times, hence the first 5 entries on the x-axis correspond to the 5 runs for the first data size of 12kB and so on.<br> Each data size is tested 5 times, hence the first 5 entries on the x-axis correspond to the 5 runs for the first data size of 12kB and so on.
![haswell_L2_copy](./images/accuracy/haswell/L2_copy.jpg) ![haswell_L2_copy](./images/accuracy/haswell/L2_copy.jpg)
The table contains the values after scaling the original values up using the scaling factor 1.50. The table contains the values after scaling the original values up using the scaling factor 1.50.
| Variant | BENCH (Min) | LIKWID (Min) | BENCH (Max) | LIKWID (Max) | BENCH (Avg) | LIKWID (Avg) | | Variant | BENCH (Min) | LIKWID (Min) | Error (Min) | BENCH (Max) | LIKWID (Max) | Error (Max) | BENCH (Avg) | LIKWID (Avg) | Error (Avg) |
| ------- | ------- | ------- | ------- | ------- | ------- | ------- | | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- |
| 12kB | 173632 | 1 | 174564 | 11 | 174250 | 3 | | 12kB | 173632.50 | 1.32 | -100.00% | 174564.00 | 11.01 | -100.00% | 174250.50 | 3.56 | -100.00% |
| 1MB | 55578 | 55806 | 55972 | 56024 | 55773 | 55922 | | 1MB | 55578.00 | 55806.32 | 0.41% | 55972.50 | 56024.41 | -0.30% | 55773.90 | 55922.98 | 0.27% |
| 4MB | 55548 | 55803 | 56056 | 56088 | 55773 | 55967 | | 4MB | 55548.00 | 55803.78 | 0.46% | 56056.50 | 56088.36 | -0.45% | 55773.60 | 55967.88 | 0.35% |
| 1GB | 19635 | 19623 | 19689 | 19672 | 19651 | 19653 | | 1GB | 19635.00 | 19623.52 | -0.06% | 19689.00 | 19672.14 | -0.33% | 19651.80 | 19653.45 | 0.01% |
#### Verification of Group L2 with Test stream #### Verification of Group L2 with Test stream
...@@ -85,19 +94,20 @@ The table contains the values after scaling the original values up using the sca ...@@ -85,19 +94,20 @@ The table contains the values after scaling the original values up using the sca
Benchmark performed with data sizes: 12kB, 1MB, 4MB, 1GB. Benchmark performed with data sizes: 12kB, 1MB, 4MB, 1GB.
Each data size is tested 5 times, hence the first 5 entries on the x-axis correspond to the 5 runs for the first data size of 12kB and so on.<br> Each data size is tested 5 times, hence the first 5 entries on the x-axis correspond to the 5 runs for the first data size of 12kB and so on.
![haswell_L2_stream](./images/accuracy/haswell/L2_stream.jpg) ![haswell_L2_stream](./images/accuracy/haswell/L2_stream.jpg)
The table contains the values after scaling the original values up using the scaling factor 1.33. The table contains the values after scaling the original values up using the scaling factor 1.33.
| Variant | BENCH (Min) | LIKWID (Min) | BENCH (Max) | LIKWID (Max) | BENCH (Avg) | LIKWID (Avg) | | Variant | BENCH (Min) | LIKWID (Min) | Error (Min) | BENCH (Max) | LIKWID (Max) | Error (Max) | BENCH (Avg) | LIKWID (Avg) | Error (Avg) |
| ------- | ------- | ------- | ------- | ------- | ------- | ------- | | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- |
| 12kB | 151528 | 0 | 152858 | 2 | 152338 | 0 | | 12kB | 151528.21 | 0.48 | -100.00% | 152858.85 | 2.73 | -100.00% | 152338.59 | 0.99 | -100.00% |
| 1MB | 55310 | 55581 | 55757 | 55901 | 55629 | 55750 | | 1MB | 55310.62 | 55581.22 | 0.49% | 55757.27 | 55901.65 | -0.32% | 55629.28 | 55750.26 | 0.22% |
| 4MB | 54985 | 54508 | 55709 | 55769 | 55373 | 55213 | | 4MB | 54985.29 | 54508.70 | -0.87% | 55709.27 | 55769.72 | -2.16% | 55373.82 | 55213.67 | -0.29% |
| 1GB | 19379 | 19356 | 19450 | 19406 | 19415 | 19369 | | 1GB | 19379.52 | 19356.89 | -0.12% | 19450.18 | 19406.97 | -0.48% | 19415.25 | 19369.74 | -0.23% |
#### Verification of Group L2 with Test store #### Verification of Group L2 with Test store
...@@ -105,19 +115,20 @@ The table contains the values after scaling the original values up using the sca ...@@ -105,19 +115,20 @@ The table contains the values after scaling the original values up using the sca
Benchmark performed with data sizes: 12kB, 1MB, 4MB, 1GB. Benchmark performed with data sizes: 12kB, 1MB, 4MB, 1GB.
Each data size is tested 5 times, hence the first 5 entries on the x-axis correspond to the 5 runs for the first data size of 12kB and so on.<br> Each data size is tested 5 times, hence the first 5 entries on the x-axis correspond to the 5 runs for the first data size of 12kB and so on.
![haswell_L2_store](./images/accuracy/haswell/L2_store.jpg) ![haswell_L2_store](./images/accuracy/haswell/L2_store.jpg)
The table contains the values after scaling the original values up using the scaling factor 2.00. The table contains the values after scaling the original values up using the scaling factor 2.00.
| Variant | BENCH (Min) | LIKWID (Min) | BENCH (Max) | LIKWID (Max) | BENCH (Avg) | LIKWID (Avg) | | Variant | BENCH (Min) | LIKWID (Min) | Error (Min) | BENCH (Max) | LIKWID (Max) | Error (Max) | BENCH (Avg) | LIKWID (Avg) | Error (Avg) |
| ------- | ------- | ------- | ------- | ------- | ------- | ------- | | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- |
| 12kB | 120384 | 0 | 121444 | 3 | 120919 | 1 | | 12kB | 120384.00 | 0.23 | -100.00% | 121444.00 | 3.51 | -100.00% | 120919.60 | 1.87 | -100.00% |
| 1MB | 57306 | 57442 | 58814 | 57559 | 57675 | 57494 | | 1MB | 57306.00 | 57442.65 | 0.24% | 58814.00 | 57559.24 | -2.33% | 57675.20 | 57494.91 | -0.31% |
| 4MB | 56906 | 56722 | 57512 | 57493 | 57216 | 57180 | | 4MB | 56906.00 | 56722.29 | -0.32% | 57512.00 | 57493.67 | -1.37% | 57216.80 | 57180.75 | -0.06% |
| 1GB | 20066 | 19991 | 20092 | 20012 | 20078 | 20005 | | 1GB | 20066.00 | 19991.24 | -0.37% | 20092.00 | 20012.96 | -0.50% | 20078.00 | 20005.17 | -0.36% |
### Verification of Group L3 ### Verification of Group L3
...@@ -127,19 +138,20 @@ The table contains the values after scaling the original values up using the sca ...@@ -127,19 +138,20 @@ The table contains the values after scaling the original values up using the sca
Benchmark performed with data sizes: 12kB, 1MB, 4MB, 1GB. Benchmark performed with data sizes: 12kB, 1MB, 4MB, 1GB.
Each data size is tested 5 times, hence the first 5 entries on the x-axis correspond to the 5 runs for the first data size of 12kB and so on.<br> Each data size is tested 5 times, hence the first 5 entries on the x-axis correspond to the 5 runs for the first data size of 12kB and so on.
![haswell_L3_load](./images/accuracy/haswell/L3_load.jpg) ![haswell_L3_load](./images/accuracy/haswell/L3_load.jpg)
The table contains the values after scaling the original values up using the scaling factor 1.00. The table contains the values after scaling the original values up using the scaling factor 1.00.
| Variant | BENCH (Min) | LIKWID (Min) | BENCH (Max) | LIKWID (Max) | BENCH (Avg) | LIKWID (Avg) | | Variant | BENCH (Min) | LIKWID (Min) | Error (Min) | BENCH (Max) | LIKWID (Max) | Error (Max) | BENCH (Avg) | LIKWID (Avg) | Error (Avg) |
| ------- | ------- | ------- | ------- | ------- | ------- | ------- | | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- |
| 12kB | 92685 | 0 | 93295 | 0 | 92970 | 0 | | 12kB | 92685.00 | 0.16 | -100.00% | 93295.00 | 0.38 | -100.00% | 92970.40 | 0.27 | -100.00% |
| 1MB | 46741 | 46445 | 47345 | 47495 | 47116 | 47157 | | 1MB | 46741.00 | 46445.54 | -0.63% | 47345.00 | 47495.85 | -1.90% | 47116.60 | 47157.88 | 0.09% |
| 4MB | 45756 | 46025 | 47470 | 47482 | 46697 | 47134 | | 4MB | 45756.00 | 46025.28 | 0.59% | 47470.00 | 47482.47 | -3.04% | 46697.80 | 47134.97 | 0.94% |
| 1GB | 17711 | 17552 | 17988 | 18005 | 17841 | 17844 | | 1GB | 17711.00 | 17552.18 | -0.90% | 17988.00 | 18005.74 | -2.42% | 17841.20 | 17844.67 | 0.02% |
#### Verification of Group L3 with Test triad #### Verification of Group L3 with Test triad
...@@ -147,19 +159,20 @@ The table contains the values after scaling the original values up using the sca ...@@ -147,19 +159,20 @@ The table contains the values after scaling the original values up using the sca
Benchmark performed with data sizes: 12kB, 1MB, 4MB, 1GB. Benchmark performed with data sizes: 12kB, 1MB, 4MB, 1GB.
Each data size is tested 5 times, hence the first 5 entries on the x-axis correspond to the 5 runs for the first data size of 12kB and so on.<br> Each data size is tested 5 times, hence the first 5 entries on the x-axis correspond to the 5 runs for the first data size of 12kB and so on.
![haswell_L3_triad](./images/accuracy/haswell/L3_triad.jpg) ![haswell_L3_triad](./images/accuracy/haswell/L3_triad.jpg)
The table contains the values after scaling the original values up using the scaling factor 1.33. The table contains the values after scaling the original values up using the scaling factor 1.33.
| Variant | BENCH (Min) | LIKWID (Min) | BENCH (Max) | LIKWID (Max) | BENCH (Avg) | LIKWID (Avg) | | Variant | BENCH (Min) | LIKWID (Min) | Error (Min) | BENCH (Max) | LIKWID (Max) | Error (Max) | BENCH (Avg) | LIKWID (Avg) | Error (Avg) |
| ------- | ------- | ------- | ------- | ------- | ------- | ------- | | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- |
| 12kB | 153292 | 0 | 154651 | 0 | 153945 | 0 | | 12kB | 153292.33 | 0.21 | -100.00% | 154651.99 | 0.48 | -100.00% | 153945.50 | 0.31 | -100.00% |
| 1MB | 58989 | 49671 | 59182 | 50875 | 59054 | 50215 | | 1MB | 58989.25 | 49671.30 | -15.80% | 59182.53 | 50875.59 | -16.07% | 59054.03 | 50215.10 | -14.97% |
| 4MB | 57881 | 50124 | 59330 | 50674 | 58949 | 50370 | | 4MB | 57881.53 | 50124.18 | -13.40% | 59330.50 | 50674.68 | -15.52% | 58949.26 | 50370.01 | -14.55% |
| 1GB | 20210 | 17389 | 20262 | 18086 | 20239 | 17802 | | 1GB | 20210.95 | 17389.55 | -13.96% | 20262.93 | 18086.45 | -14.18% | 20239.47 | 17802.52 | -12.04% |
#### Verification of Group L3 with Test copy #### Verification of Group L3 with Test copy
...@@ -167,19 +180,20 @@ The table contains the values after scaling the original values up using the sca ...@@ -167,19 +180,20 @@ The table contains the values after scaling the original values up using the sca
Benchmark performed with data sizes: 12kB, 1MB, 4MB, 1GB. Benchmark performed with data sizes: 12kB, 1MB, 4MB, 1GB.
Each data size is tested 5 times, hence the first 5 entries on the x-axis correspond to the 5 runs for the first data size of 12kB and so on.<br> Each data size is tested 5 times, hence the first 5 entries on the x-axis correspond to the 5 runs for the first data size of 12kB and so on.
![haswell_L3_copy](./images/accuracy/haswell/L3_copy.jpg) ![haswell_L3_copy](./images/accuracy/haswell/L3_copy.jpg)
The table contains the values after scaling the original values up using the scaling factor 1.50. The table contains the values after scaling the original values up using the scaling factor 1.50.
| Variant | BENCH (Min) | LIKWID (Min) | BENCH (Max) | LIKWID (Max) | BENCH (Avg) | LIKWID (Avg) | | Variant | BENCH (Min) | LIKWID (Min) | Error (Min) | BENCH (Max) | LIKWID (Max) | Error (Max) | BENCH (Avg) | LIKWID (Avg) | Error (Avg) |
| ------- | ------- | ------- | ------- | ------- | ------- | ------- | | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- |
| 12kB | 172335 | 0 | 174277 | 0 | 173493 | 0 | | 12kB | 172335.00 | 0.16 | -100.00% | 174277.50 | 0.26 | -100.00% | 173493.60 | 0.21 | -100.00% |
| 1MB | 55464 | 50966 | 56095 | 51472 | 55859 | 51268 | | 1MB | 55464.00 | 50966.40 | -8.11% | 56095.50 | 51472.82 | -9.14% | 55859.10 | 51268.90 | -8.22% |
| 4MB | 55362 | 51306 | 56109 | 51485 | 55855 | 51413 | | 4MB | 55362.00 | 51306.80 | -7.32% | 56109.00 | 51485.97 | -8.56% | 55855.80 | 51413.18 | -7.95% |
| 1GB | 19728 | 18395 | 19795 | 18687 | 19770 | 18597 | | 1GB | 19728.00 | 18395.13 | -6.76% | 19795.50 | 18687.59 | -7.07% | 19770.00 | 18597.83 | -5.93% |
#### Verification of Group L3 with Test stream #### Verification of Group L3 with Test stream
...@@ -187,19 +201,20 @@ The table contains the values after scaling the original values up using the sca ...@@ -187,19 +201,20 @@ The table contains the values after scaling the original values up using the sca
Benchmark performed with data sizes: 12kB, 1MB, 4MB, 1GB. Benchmark performed with data sizes: 12kB, 1MB, 4MB, 1GB.
Each data size is tested 5 times, hence the first 5 entries on the x-axis correspond to the 5 runs for the first data size of 12kB and so on.<br> Each data size is tested 5 times, hence the first 5 entries on the x-axis correspond to the 5 runs for the first data size of 12kB and so on.
![haswell_L3_stream](./images/accuracy/haswell/L3_stream.jpg) ![haswell_L3_stream](./images/accuracy/haswell/L3_stream.jpg)
The table contains the values after scaling the original values up using the scaling factor 1.33. The table contains the values after scaling the original values up using the scaling factor 1.33.
| Variant | BENCH (Min) | LIKWID (Min) | BENCH (Max) | LIKWID (Max) | BENCH (Avg) | LIKWID (Avg) | | Variant | BENCH (Min) | LIKWID (Min) | Error (Min) | BENCH (Max) | LIKWID (Max) | Error (Max) | BENCH (Avg) | LIKWID (Avg) | Error (Avg) |
| ------- | ------- | ------- | ------- | ------- | ------- | ------- | | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- |
| 12kB | 152205 | 0 | 153621 | 0 | 153031 | 0 | | 12kB | 152205.94 | 0.15 | -100.00% | 153621.58 | 0.43 | -100.00% | 153031.87 | 0.25 | -100.00% |
| 1MB | 55372 | 50197 | 55775 | 50684 | 55628 | 50445 | | 1MB | 55372.82 | 50197.92 | -9.35% | 55775.39 | 50684.02 | -10.00% | 55628.49 | 50445.44 | -9.32% |
| 4MB | 55396 | 48484 | 55795 | 50993 | 55641 | 50093 | | 4MB | 55396.81 | 48484.53 | -12.48% | 55795.38 | 50993.67 | -13.10% | 55641.55 | 50093.64 | -9.97% |
| 1GB | 19353 | 17497 | 19432 | 18520 | 19410 | 18095 | | 1GB | 19353.83 | 17497.12 | -9.59% | 19432.47 | 18520.87 | -9.96% | 19410.35 | 18095.96 | -6.77% |
#### Verification of Group L3 with Test store #### Verification of Group L3 with Test store
...@@ -207,16 +222,210 @@ The table contains the values after scaling the original values up using the sca ...@@ -207,16 +222,210 @@ The table contains the values after scaling the original values up using the sca
Benchmark performed with data sizes: 12kB, 1MB, 4MB, 1GB. Benchmark performed with data sizes: 12kB, 1MB, 4MB, 1GB.
Each data size is tested 5 times, hence the first 5 entries on the x-axis correspond to the 5 runs for the first data size of 12kB and so on.<br> Each data size is tested 5 times, hence the first 5 entries on the x-axis correspond to the 5 runs for the first data size of 12kB and so on.
![haswell_L3_store](./images/accuracy/haswell/L3_store.jpg) ![haswell_L3_store](./images/accuracy/haswell/L3_store.jpg)
The table contains the values after scaling the original values up using the scaling factor 2.00. The table contains the values after scaling the original values up using the scaling factor 2.00.
| Variant | BENCH (Min) | LIKWID (Min) | BENCH (Max) | LIKWID (Max) | BENCH (Avg) | LIKWID (Avg) | | Variant | BENCH (Min) | LIKWID (Min) | Error (Min) | BENCH (Max) | LIKWID (Max) | Error (Max) | BENCH (Avg) | LIKWID (Avg) | Error (Avg) |
| ------- | ------- | ------- | ------- | ------- | ------- | ------- | | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- |
| 12kB | 120796 | 0 | 121618 | 0 | 121242 | 0 | | 12kB | 120796.00 | 0.19 | -100.00% | 121618.00 | 0.30 | -100.00% | 121242.00 | 0.26 | -100.00% |
| 1MB | 56968 | 52368 | 57912 | 52700 | 57449 | 52503 | | 1MB | 56968.00 | 52368.90 | -8.07% | 57912.00 | 52700.54 | -9.57% | 57449.60 | 52503.11 | -8.61% |
| 4MB | 57096 | 52324 | 57888 | 52533 | 57500 | 52450 | | 4MB | 57096.00 | 52324.37 | -8.36% | 57888.00 | 52533.32 | -9.61% | 57500.80 | 52450.80 | -8.78% |
| 1GB | 20066 | 16518 | 20116 | 16538 | 20099 | 16529 | | 1GB | 20066.00 | 16518.53 | -17.68% | 20116.00 | 16538.86 | -17.88% | 20099.20 | 16529.91 | -17.76% |
\ No newline at end of file
### Verification of Group DATA
#### Verification of Group DATA with Test triad
Benchmark performed with data sizes: 12kB, 1MB, 4MB, 1GB.
Each data size is tested 5 times, hence the first 5 entries on the x-axis correspond to the 5 runs for the first data size of 12kB and so on.
![haswell_DATA_triad](./images/accuracy/haswell/DATA_triad.jpg)
The table contains the values after scaling the original values up using the scaling factor 3.00.
| Variant | BENCH (Min) | LIKWID (Min) | Error (Min) | BENCH (Max) | LIKWID (Max) | Error (Max) | BENCH (Avg) | LIKWID (Avg) | Error (Avg) |
| ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- |
| 12kB | 3.00 | 2.96 | -1.40% | 3.00 | 2.96 | -1.40% | 3.00 | 2.96 | -1.40% |
| 1MB | 3.00 | 3.00 | -0.09% | 3.00 | 3.00 | -0.09% | 3.00 | 3.00 | -0.05% |
| 4MB | 3.00 | 2.98 | -0.65% | 3.00 | 3.00 | -0.65% | 3.00 | 3.00 | -0.14% |
| 1GB | 3.00 | 2.98 | -0.54% | 3.00 | 3.00 | -0.54% | 3.00 | 2.99 | -0.17% |
#### Verification of Group DATA with Test copy
Benchmark performed with data sizes: 12kB, 1MB, 4MB, 1GB.
Each data size is tested 5 times, hence the first 5 entries on the x-axis correspond to the 5 runs for the first data size of 12kB and so on.
![haswell_DATA_copy](./images/accuracy/haswell/DATA_copy.jpg)
The table contains the values after scaling the original values up using the scaling factor 1.00.
| Variant | BENCH (Min) | LIKWID (Min) | Error (Min) | BENCH (Max) | LIKWID (Max) | Error (Max) | BENCH (Avg) | LIKWID (Avg) | Error (Avg) |
| ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- |
| 12kB | 1.00 | 1.01 | 1.06% | 1.00 | 1.01 | 1.06% | 1.00 | 1.01 | 1.06% |
| 1MB | 1.00 | 0.99 | -0.91% | 1.00 | 1.00 | -0.91% | 1.00 | 1.00 | -0.27% |
| 4MB | 1.00 | 0.97 | -2.99% | 1.00 | 1.00 | -2.99% | 1.00 | 0.99 | -0.64% |
| 1GB | 1.00 | 1.00 | -0.25% | 1.00 | 1.00 | -0.25% | 1.00 | 1.00 | -0.11% |
#### Verification of Group DATA with Test stream
Benchmark performed with data sizes: 12kB, 1MB, 4MB, 1GB.
Each data size is tested 5 times, hence the first 5 entries on the x-axis correspond to the 5 runs for the first data size of 12kB and so on.
![haswell_DATA_stream](./images/accuracy/haswell/DATA_stream.jpg)
The table contains the values after scaling the original values up using the scaling factor 2.00.
| Variant | BENCH (Min) | LIKWID (Min) | Error (Min) | BENCH (Max) | LIKWID (Max) | Error (Max) | BENCH (Avg) | LIKWID (Avg) | Error (Avg) |
| ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- |
| 12kB | 2.00 | 2.00 | -0.20% | 2.00 | 2.00 | -0.20% | 2.00 | 2.00 | -0.20% |
| 1MB | 2.00 | 2.00 | -0.19% | 2.00 | 2.00 | -0.19% | 2.00 | 2.00 | -0.07% |
| 4MB | 2.00 | 2.00 | -0.09% | 2.00 | 2.00 | -0.09% | 2.00 | 2.00 | -0.03% |
| 1GB | 2.00 | 2.00 | -0.10% | 2.00 | 2.00 | -0.10% | 2.00 | 2.00 | -0.04% |
#### Verification of Group DATA with Test store
Benchmark performed with data sizes: 12kB, 1MB, 4MB, 1GB.
Each data size is tested 5 times, hence the first 5 entries on the x-axis correspond to the 5 runs for the first data size of 12kB and so on.
![haswell_DATA_store](./images/accuracy/haswell/DATA_store.jpg)
The table contains the values after scaling the original values up using the scaling factor 0.00.
| Variant | BENCH (Min) | LIKWID (Min) | Error (Min) | BENCH (Max) | LIKWID (Max) | Error (Max) | BENCH (Avg) | LIKWID (Avg) | Error (Avg) |
| ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- |
| 12kB | 0.10 | 0.02 | -81.46% | 0.10 | 0.02 | -81.46% | 0.10 | 0.02 | -81.46% |
| 1MB | 0.10 | 0.00 | -99.80% | 0.10 | 0.00 | -99.80% | 0.10 | 0.00 | -99.77% |
| 4MB | 0.10 | 0.00 | -99.94% | 0.10 | 0.00 | -99.94% | 0.10 | 0.00 | -99.94% |
| 1GB | 0.10 | 0.00 | -99.99% | 0.10 | 0.00 | -99.99% | 0.10 | 0.00 | -99.99% |
### Verification of Group BRANCH
#### Verification of Group BRANCH with Test load
Benchmark performed with data sizes: 12kB, 1MB, 4MB, 1GB.
Each data size is tested 5 times, hence the first 5 entries on the x-axis correspond to the 5 runs for the first data size of 12kB and so on.
![haswell_BRANCH_load](./images/accuracy/haswell/BRANCH_load.jpg)
The table contains the values after scaling the original values up using the scaling factor 8.00.
| Variant | BENCH (Min) | LIKWID (Min) | Error (Min) | BENCH (Max) | LIKWID (Max) | Error (Max) | BENCH (Avg) | LIKWID (Avg) | Error (Avg) |
| ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- |
| 12kB | 8.00 | 8.00 | 0.00% | 8.00 | 8.00 | 0.00% | 8.00 | 8.00 | 0.00% |
| 1MB | 8.00 | 8.00 | 0.00% | 8.00 | 8.00 | 0.00% | 8.00 | 8.00 | 0.00% |
| 4MB | 8.00 | 8.00 | 0.00% | 8.00 | 8.00 | 0.00% | 8.00 | 8.00 | 0.00% |
| 1GB | 8.00 | 8.00 | 0.00% | 8.00 | 8.00 | 0.00% | 8.00 | 8.00 | 0.00% |
#### Verification of Group BRANCH with Test triad
Benchmark performed with data sizes: 12kB, 1MB, 4MB, 1GB.
Each data size is tested 5 times, hence the first 5 entries on the x-axis correspond to the 5 runs for the first data size of 12kB and so on.
![haswell_BRANCH_triad](./images/accuracy/haswell/BRANCH_triad.jpg)
The table contains the values after scaling the original values up using the scaling factor 19.00.
| Variant | BENCH (Min) | LIKWID (Min) | Error (Min) | BENCH (Max) | LIKWID (Max) | Error (Max) | BENCH (Avg) | LIKWID (Avg) | Error (Avg) |
| ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- |
| 12kB | 19.00 | 18.39 | -3.22% | 19.00 | 18.39 | -3.22% | 19.00 | 18.39 | -3.22% |
| 1MB | 19.00 | 18.99 | -0.04% | 19.00 | 18.99 | -0.04% | 19.00 | 18.99 | -0.04% |
| 4MB | 19.00 | 19.00 | -0.01% | 19.00 | 19.00 | -0.01% | 19.00 | 19.00 | -0.01% |
| 1GB | 19.00 | 19.00 | 0.00% | 19.00 | 19.00 | 0.00% | 19.00 | 19.00 | 0.00% |
#### Verification of Group BRANCH with Test copy
Benchmark performed with data sizes: 12kB, 1MB, 4MB, 1GB.
Each data size is tested 5 times, hence the first 5 entries on the x-axis correspond to the 5 runs for the first data size of 12kB and so on.
![haswell_BRANCH_copy](./images/accuracy/haswell/BRANCH_copy.jpg)
The table contains the values after scaling the original values up using the scaling factor 11.00.
| Variant | BENCH (Min) | LIKWID (Min) | Error (Min) | BENCH (Max) | LIKWID (Max) | Error (Max) | BENCH (Avg) | LIKWID (Avg) | Error (Avg) |
| ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- |
| 12kB | 11.00 | 10.92 | -0.76% | 11.00 | 10.92 | -0.76% | 11.00 | 10.92 | -0.76% |
| 1MB | 11.00 | 11.00 | -0.01% | 11.00 | 11.00 | -0.01% | 11.00 | 11.00 | -0.01% |
| 4MB | 11.00 | 11.00 | 0.00% | 11.00 | 11.00 | 0.00% | 11.00 | 11.00 | 0.00% |
| 1GB | 11.00 | 11.00 | 0.00% | 11.00 | 11.00 | 0.00% | 11.00 | 11.00 | 0.00% |
#### Verification of Group BRANCH with Test stream
Benchmark performed with data sizes: 12kB, 1MB, 4MB, 1GB.
Each data size is tested 5 times, hence the first 5 entries on the x-axis correspond to the 5 runs for the first data size of 12kB and so on.
![haswell_BRANCH_stream](./images/accuracy/haswell/BRANCH_stream.jpg)
The table contains the values after scaling the original values up using the scaling factor 19.00.
| Variant | BENCH (Min) | LIKWID (Min) | Error (Min) | BENCH (Max) | LIKWID (Max) | Error (Max) | BENCH (Avg) | LIKWID (Avg) | Error (Avg) |
| ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- |
| 12kB | 19.00 | 18.55 | -2.35% | 19.00 | 18.55 | -2.35% | 19.00 | 18.55 | -2.35% |
| 1MB | 19.00 | 18.99 | -0.03% | 19.00 | 18.99 | -0.03% | 19.00 | 18.99 | -0.03% |
| 4MB | 19.00 | 19.00 | -0.01% | 19.00 | 19.00 | -0.01% | 19.00 | 19.00 | -0.01% |
| 1GB | 19.00 | 19.00 | 0.00% | 19.00 | 19.00 | 0.00% | 19.00 | 19.00 | 0.00% |
#### Verification of Group BRANCH with Test store
Benchmark performed with data sizes: 12kB, 1MB, 4MB, 1GB.
Each data size is tested 5 times, hence the first 5 entries on the x-axis correspond to the 5 runs for the first data size of 12kB and so on.
![haswell_BRANCH_store](./images/accuracy/haswell/BRANCH_store.jpg)
The table contains the values after scaling the original values up using the scaling factor 7.00.
| Variant | BENCH (Min) | LIKWID (Min) | Error (Min) | BENCH (Max) | LIKWID (Max) | Error (Max) | BENCH (Avg) | LIKWID (Avg) | Error (Avg) |
| ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ------- |
| 12kB | 7.00 | 7.04 | 0.53% | 7.00 | 7.04 | 0.53% | 7.00 | 7.04 | 0.53% |
| 1MB | 7.00 | 7.00 | 0.01% | 7.00 | 7.00 | 0.01% | 7.00 | 7.00 | 0.01% |
| 4MB | 7.00 | 7.00 | 0.00% | 7.00 | 7.00 | 0.00% | 7.00 | 7.00 | 0.00% |
| 1GB | 7.00 | 7.00 | 0.00% | 7.00 | 7.00 | 0.00% | 7.00 | 7.00 | 0.00% |