glinscott / leela-chess

**MOVED TO https://github.com/LeelaChessZero/leela-chess ** A chess adaption of GCP's Leela Zero
http://lczero.org
GNU General Public License v3.0
760 stars 301 forks source link

Fix OpenCL backend config to use booleans #694

Closed GBeauregard closed 6 years ago

GBeauregard commented 6 years ago

Previously backend config would require to set options =1 instead of =true. This PR fixes this.