Skip to content

dshawul/egbbdll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 

Repository files navigation

What is it

egbbdll is a library for probing scorpio bitbases and optionally neural networks via

How to build

To compile without libnnprobe

make clean; make COMP=gcc 

Cross-compiling for windows from linux is possible by setting COMP=win

To compile with libnnprobe set NN_PROBE_PATH

make clean; make COMP=gcc NN_PROBE_PATH=~/nn-probe

To compile with libnnueprobe set NNUEPROBE_PATH

make clean; make COMP=gcc NNUE_PROBE_PATH=~/nnue-probe

To compile with libnncpuprobe set NNCPUPROBE_PATH

make clean; make COMP=gcc NNCPU_PROBE_PATH=~/nncpu-probe

About

Probing code for scorpio bitbases.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published