nnue reading code

Discussion of chess software programming and technical issues.

Moderators: hgm, Rebel, chrisw

jdart
Posts: 4367
Joined: Fri Mar 10, 2006 5:23 am
Location: http://www.arasanchess.org

nnue reading code

Post by jdart »

Yet another nnue implementation - compatible with Stockfish but MIT licensed:

https://github.com/jdart1/nnue
User avatar
xr_a_y
Posts: 1871
Joined: Sat Nov 25, 2017 2:28 pm
Location: France

Re: nnue reading code

Post by xr_a_y »

Did you evaluate the speed difference versus the manual vectorised ones ?
jdart
Posts: 4367
Joined: Fri Mar 10, 2006 5:23 am
Location: http://www.arasanchess.org

Re: nnue reading code

Post by jdart »

xr_a_y wrote: Sat Feb 13, 2021 9:00 am Did you evaluate the speed difference versus the manual vectorised ones ?
No, I have not. I am probably going to add explicit SIMD support at some point. I did notice though that GCC already generates vector code for at least the first layer.