lichess-org / stockfish.wasm

WebAssembly port of the strong chess engine Stockfish
https://npmjs.com/package/stockfish.wasm
GNU General Public License v3.0
271 stars 46 forks source link

[EXPERIMENT] NNUE #21

Closed niklasf closed 3 years ago

niklasf commented 4 years ago

Loading a NNUE file.

Performance is horrible. Very roughly, for go depth 25 in starting position:

Not known where performance is lost.

vondele commented 4 years ago

@niklasf one guess, you set sse3 = yes in the Makefile, should probably be ssse3 = yes (one more s)

niklasf commented 4 years ago

Oh, wow, thanks! That would have taken me forever to find. Unfortunately it didn't do much for nps.