Jack L

Results 8 comments of Jack L

I compiled it as I always do using the command, make -j8 profile-bulid ARCH=x86-64-bmi2 COMP=mingw CPPFLAGS="-DNNUE_EMBEDDDING_OFF -march=haswell" this compilation will fail as soon as it tries to execute Stockfish during...

Upon examining the changes to src/nnue/network.cpp and src/uci.cpp I noticed a lot of changes to Embedding nnue. I wonder if those are the source of bug. Could it be the...

Yes, but those typos were only made here. They don't exist in the command line executed in the terminal window. That command is taken directly from the history file and...

from previous request, running gdb, I get (gdb) r Starting program: c:\v\Stockfish\src\stockfish.exe [New Thread 33284.0x9214] [New Thread 33284.0x91b0] [New Thread 33284.0x9118] Stockfish dev-20240312-55df0ee0 by the Stockfish developers (see AUTHORS file)...

Compilation produces the following, make -j8 build ARCH=x86-64-bmi2 COMP=mingw CPPFLAGS="-DNNUE_EMBEDDING_OFF -march=haswell" Default net: nn-1ceb1ade0001.nnue nn-1ceb1ade0001.nnue available : OK Network validated Default net: nn-baff1ede1f90.nnue nn-baff1ede1f90.nnue available : OK Network validated Config:...

I re-ran gdb with stockfish compiled using debug=yes make -j8 build ARCH=x86-64-bmi2 debug=yes COMP=mingw CPPFLAGS="-DNNUE_EMBEDDING_OFF -march=haswell" Default net: nn-1ceb1ade0001.nnue nn-1ceb1ade0001.nnue available : OK Network validated Default net: nn-baff1ede1f90.nnue nn-baff1ede1f90.nnue available...

FYI, I was able to successfully compile and execute commit f072634, but commit 1a26d69 "Refactor Network Usage" causes the same Segmentation fault as noted with the latest commit. It appears...

I was able to get the latest commit 55df0ee to compile and execute on Windows without problems using MinGW64 on ARCH Linux. Running the command "stockfish.exe compiler" in Windows using...