go_attack
go_attack copied to clipboard
configs/compute: Increase game threads 128→256, fix multi-GPU usage
- Increase game threads 128->256: I had found several months back that 256 game threads had a little more throughput than 128 threads
- Increase server threads to match the number of GPUs, otherwise we're not actually making use of multiple GPUs
- We previously were doing this but I had accidentally removed it in a previous PR