]> git.sesse.net Git - stockfish/commitdiff
Read NNUE net faster
authorTomasz Sobczyk <tomasz.sobczyk1997@gmail.com>
Wed, 9 Jun 2021 09:21:55 +0000 (11:21 +0200)
committerStéphane Nicolet <cassio@free.fr>
Sun, 13 Jun 2021 07:39:03 +0000 (09:39 +0200)
Load feature transformer weights in bulk on little-endian machines.
This is in particular useful to test new nets with c-chess-cli,
see https://github.com/lucasart/c-chess-cli/issues/44

```
$ time ./stockfish.exe uci

Before : 0m0.914s
After  : 0m0.483s
```

No functional change


No differences found