diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2026-01-26 22:52:15 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2026-01-26 22:52:15 +0100 |
| commit | 233169d9ab5fb8a796d91a3694f8a522fa54d194 (patch) | |
| tree | 431e21f77f22f123a3caf4ade644c910ae6514d4 /benchmarks/tables_16_threads.md | |
| parent | 74299c8919cb2e2f6e1678817529e3a730cf6b81 (diff) | |
| download | nissy-core-233169d9ab5fb8a796d91a3694f8a522fa54d194.tar.gz nissy-core-233169d9ab5fb8a796d91a3694f8a522fa54d194.zip | |
Improve multithreading benchmarks (compare speedup factor, not with vcube)
Diffstat (limited to 'benchmarks/tables_16_threads.md')
| -rw-r--r-- | benchmarks/tables_16_threads.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/benchmarks/tables_16_threads.md b/benchmarks/tables_16_threads.md new file mode 100644 index 0000000..e9c0d19 --- /dev/null +++ b/benchmarks/tables_16_threads.md | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | <!-- The following details block can be found in benchmarks/tables_16_threads.md --> | ||
| 2 | <details><summary>Results: Single solution, 16 threads</summary> | ||
| 3 | |||
| 4 | Time per cube (in seconds, lower is better). | ||
| 5 | |||
| 6 | | Solver | Size |17 moves|18 moves|19 moves|20 moves|Superflip| | ||
| 7 | |:---------|:-------|-------:|-------:|-------:|-------:|--------:| | ||
| 8 | |H48 h11 |56.5 GiB| 0.02| 0.06| 0.22| 1.33| 1.84| | ||
| 9 | |H48 h10 |28.3 GiB| 0.03| 0.08| 0.33| 2.34| 4.18| | ||
| 10 | |H48 h9 |14.1 GiB| 0.04| 0.15| 0.64| 4.45| 8.09| | ||
| 11 | |H48 h8 | 7.1 GiB| 0.06| 0.34| 1.36| | | | ||
| 12 | |H48 h7 | 3.5 GiB| 0.07| 0.47| 2.20| | | | ||
| 13 | |H48 h6 | 1.8 GiB| 0.13| 0.91| 4.39| | | | ||
| 14 | |||
| 15 | Speed-up factor (higher is better). | ||
| 16 | |||
| 17 | | Solver | Size |17 moves|18 moves|19 moves|20 moves|Superflip| | ||
| 18 | |:---------|:-------|-------:|-------:|-------:|-------:|--------:| | ||
| 19 | |H48 h11 |56.5 GiB| 3.90| 8.14| 10.39| 11.86| 8.45| | ||
| 20 | |H48 h10 |28.3 GiB| 5.72| 9.00| 10.03| 10.04| 9.09| | ||
| 21 | |H48 h9 |14.1 GiB| 6.56| 9.75| 10.53| | | | ||
| 22 | |H48 h8 | 7.1 GiB| 8.08| 9.91| 10.40| | | | ||
| 23 | |H48 h7 | 3.5 GiB| 8.59| 10.30| 10.57| | | | ||
| 24 | |H48 h6 | 1.8 GiB| 9.60| 10.39| 10.54| | | | ||
| 25 | <img src="img/16threads.png"> | ||
| 26 | |||
| 27 | </details> | ||
