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

meson options to disable lc0 backends #697

Open borg323 opened 6 years ago

borg323 commented 6 years ago

This patch can be used to disable specific lc0 backends using the meson command line. The original intention was to disable the TensorFlow backend, which can be done by specifying -Dtf=false, but the final version allows -Dopencl=false -Dcudnn=false and -Dblas=false as well.