r/cbaduk • u/Impressive_Tower_550 • 4d ago
Reproduced rlglab's online fine-tuning solver (NeurIPS 2023) on a single RTX 5090 — solved 7×7 killall-go opening JA
I rebuilt the distributed killall-go solver from Game Solving with Online Fine-Tuning (Wu et al., NeurIPS 2023; rlglab/online-fine-tuning-solver) and ran it on a single RTX 5090 (WSL2, no Docker). It solved 7×7 killall-go opening JA with the same verdict as the authors' 12× GTX 1080Ti / 384-slot run. Same code/problem/PCN/settings, only the hardware changed, so it's a clean cross-generation benchmark: 2.0× per-slot throughput and 41% less total search (1.01B vs 1.73B nodes) — the node reduction tracks a 19× higher online PCN update rate from colocating the trainer on the same GPU. Wall-clock was 4.6× slower (41 h vs 9 h), but on 1/16 the parallel hardware.

Report (JP, EN abstract): https://soy-tuber.github.io/killallgo-rtx5090/
EN writeup: https://media.patentllm.org/blog/gpu-inference/rtx-5090-vs-12-gpu-cluster-go-proof-benchmark
