Chess321

Results 14 comments of Chess321

What I mean is when LC0 starts to play a game with increment. 1. The position is equal for some moves. 2. In the same time LCO starts to accumulate...

> If there are newly introduced instructions or library functions in ARMv9, we can add arm_version = 9 for sure. I believe arm_version = 8 should decently work for ARMv9...

> Try the new msys2 ARM64 support with Windows 11 ARM > https://www.msys2.org/wiki/arm64/ @ppigazzini Thanks I have done this: Installation: [Download/Install MSYS2 as usual](https://www.msys2.org/#installation) Execute clangarm64.exe in the MSYS2 install...

> > * Not all packages in the repo have native builds yet, let us know if any you need are missing. > > * All unixy tools, like bash,...

> Try `CXX="clang++" make -j profile-build COMP=clang ARCH=apple-silicon` With mingw64 or clangarm64? **CLANGARM64 ~/Stockfish-master/src** $ CXX="clang++" make -j profile-build COMP=clang ARCH=apple-silicon Default net: nn-ad9b42354671.nnue nn-ad9b42354671.nnue available. Network validated Config: debug:...

> EDIT_000: wrote the wright command syntax: > Try `make -j profile-build ARCH=apple-silicon COMP=clang CXX=clang++` **MINGW64 ~/Stockfish-master/src** $ make -j profile-build ARCH=apple-silicon COMP=clang CXX=clang++ Default net: nn-ad9b42354671.nnue nn-ad9b42354671.nnue available. Network...

> I wonder if `-mcpu=apple-m1` would add some performance, probably not because our nnue is hidden behind ifdef's so it will use some other instructions and not some compiler generated...

> `CXXFLAGS="-mcpu=apple-m1" make -j profile-build ARCH=apple-silicon COMP=clang CXX=clang++ ` > should work @vondele Thanks I tried it and here is the result: Step 2/4. Running benchmark for pgo-build ... ./stockfish.exe...

When I open Stockfish.exe and run bench: CXXFLAGS="-mcpu=apple-m1" make -j profile-build ARCH=apple-silicon COMP=clang CXX=clang++ Total time (ms) : 4909 Nodes searched : 4390318 Nodes/second : 894340 make -j profile-build ARCH=apple-silicon...