Closed niklasf closed 3 years ago
Loading a NNUE file.
Performance is horrible. Very roughly, for go depth 25 in starting position:
go depth 25
-msimd128
--experimental-wasm-simd
Not known where performance is lost.
@niklasf one guess, you set sse3 = yes in the Makefile, should probably be ssse3 = yes (one more s)
sse3 = yes
ssse3 = yes
Oh, wow, thanks! That would have taken me forever to find. Unfortunately it didn't do much for nps.
Loading a NNUE file.
Performance is horrible. Very roughly, for
go depth 25
in starting position:-msimd128
(allows: sse, ssse3, sse41), requires--experimental-wasm-simd
flag in ChromeNot known where performance is lost.