Chess321

Results 20 comments of Chess321

> > `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....

> 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 >...

Path to KataGo executable: /opt/homebrew/bin/katago Path to KataGo config file: katrain/KataGo/analysis_config.cfg Path to KataGo model file: katrain/models/g170e-b15c192-s1672170752-d466197061.bin.gz Now it works. **But I still have some difficulties:** I started a new...

**It looks like there is an "Analyzing move..." BUG.** Engine Settings: "max_visits": 9999999999, "fast_visits": 9999999999, "max_time": 28800.0, When I start a new game, then analysis works fine for some moves....

I'm using MacBook Pro 16-inch M1 MAX and Parallels Desktop for Mac, which has also Windows 11 ARM included. A long time ago, I tried this: CMD + Github Stockfish...

I'm using clang 18.1.8. I deleted it and downloaded Stockfish 17 code from GitHub again. Same problem. Make clean doesn't help: make clean make -j profile-build COMP=clang ARCH=apple-silicon Step 3/4....

@R-Goc Both are 18.1.8: brew list clang-format /opt/homebrew/Cellar/clang-format/18.1.8/bin/clang-format /opt/homebrew/Cellar/clang-format/18.1.8/bin/git-clang-format /opt/homebrew/Cellar/clang-format/18.1.8/sbom.spdx.json /opt/homebrew/Cellar/clang-format/18.1.8/share/clang/ (6 files) brew list llvm /opt/homebrew/Cellar/llvm/18.1.8/bin/FileCheck /opt/homebrew/Cellar/llvm/18.1.8/bin/UnicodeNameMappingGenerator /opt/homebrew/Cellar/llvm/18.1.8/bin/amdgpu-arch /opt/homebrew/Cellar/llvm/18.1.8/bin/analyze-build /opt/homebrew/Cellar/llvm/18.1.8/bin/bugpoint /opt/homebrew/Cellar/llvm/18.1.8/bin/c-index-test /opt/homebrew/Cellar/llvm/18.1.8/bin/clang /opt/homebrew/Cellar/llvm/18.1.8/bin/clang++ /opt/homebrew/Cellar/llvm/18.1.8/bin/clang-18 /opt/homebrew/Cellar/llvm/18.1.8/bin/clang-apply-replacements /opt/homebrew/Cellar/llvm/18.1.8/bin/clang-change-namespace /opt/homebrew/Cellar/llvm/18.1.8/bin/clang-check /opt/homebrew/Cellar/llvm/18.1.8/bin/clang-cl /opt/homebrew/Cellar/llvm/18.1.8/bin/clang-cpp...

@vondele @R-Goc clang --version Homebrew clang version 18.1.8 Target: arm64-apple-darwin23.6.0 Thread model: posix InstalledDir: /opt/homebrew/opt/llvm/bin llvm-profdata --version Homebrew LLVM version 18.1.8 Optimized build.

@MinetaS xcrun llvm-profdata --version llvm-profdata: Unknown command! USAGE: llvm-profdata [args...] **Thx this works:** make -j profile-build ARCH=apple-silicon COMP=clang XCRUN="" Default net: nn-1111cefa1111.nnue nn-1111cefa1111.nnue available : OK Network validated Default net:...

A lot of other people and I compile Stockfish with Homebrew Clang very often and it was never a problem. So what changed that it is a problem now? Note:...