go_attack icon indicating copy to clipboard operation
go_attack copied to clipboard

configs/compute: Increase game threads 128→256, fix multi-GPU usage

Open tomtseng opened this issue 11 months ago • 0 comments

  • 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

tomtseng avatar Mar 07 '24 21:03 tomtseng