541.leela_r README

gen-input.py

About

This is a python script that generates workloads for 541.leela_r benchmark included in the SPEC CPU2017 benchmark suite.

Usage

python gen-input.py [options]

The available options are:

How does it work?

Many different instances of go games were obtained from the logs of the now defunct No Name Go Server available at: https://github.com/zenon/NNGSSGFArchive . Using these games we pick a random finished games and remove a random number of moves from the end game. These random number is between MIN and MAX which was set in the --removes option.