http://talkchess.com/forum3/viewtopic.p ... &start=400
It's been showing up as a positive in most scans. You could try Tony Mokonen' compilation:
http://tonyschess.x10host.com/CounterGo-1.36.0.7z
Moderators: hgm, Dann Corbit, Harvey Williamson
I've tried all of the ones posted so far.carldaman wrote: ↑Mon Nov 02, 2020 6:03 am
http://talkchess.com/forum3/viewtopic.p ... &start=400
It's been showing up as a positive in most scans. You could try Tony Mokonen' compilation:
http://tonyschess.x10host.com/CounterGo-1.36.0.7z
No changes needed, except changes for the flags in the makefile according to the hardware, the compiler does the workaround.
HGM@'chessqueen' 2018-present, aka: 'George' 2013-2016, 'pichy' 2006-2013, 'Jorge Pichard' 2000-2006 (old forum) wrote: http://talkchess.com/forum3/viewtopic.p ... 79#p789713
HGM@'chessqueen' 2018-present, aka: 'George' 2013-2016, 'pichy' 2006-2013, 'Jorge Pichard' 2000-2006 (old forum) wrote: http://talkchess.com/forum3/viewtopic.p ... 79#p789713
Code: Select all
v3.0.10-Oct 30 NNUE support via egbbdll. It comes with a DarkHorse net (dh-0.2) if you want to test it out.
With a Stockfish net is is about +40 elo stronger than Xiphos but with DarkHorse it is -70 elo below.
Main NN net is updated. Bug fixes with nps display etc.
HGM@'chessqueen' 2018-present, aka: 'George' 2013-2016, 'pichy' 2006-2013, 'Jorge Pichard' 2000-2006 (old forum) wrote: http://talkchess.com/forum3/viewtopic.p ... 79#p789713
Does Supernova only work on bmi2?Gabor Szots wrote: ↑Fri Oct 23, 2020 6:23 amCosette 2.0, https://github.com/Tearth/Cosette/releases/tag/v2.0
Supernova 2.1.4, https://github.com/MichaeltheCoder7/Sup ... tag/v2.1.4
I know what the issue is, as the Raven author had the same happen with one of his releasesw:Graham Banks wrote: ↑Sun Nov 08, 2020 10:33 pmDoes Supernova only work on bmi2?Gabor Szots wrote: ↑Fri Oct 23, 2020 6:23 amCosette 2.0, https://github.com/Tearth/Cosette/releases/tag/v2.0
Supernova 2.1.4, https://github.com/MichaeltheCoder7/Sup ... tag/v2.1.4
[Graham] - Steve - what causes the 0xc00000b7 error with an engine?
[Steve - Raven] - from what i read, it's caused by compiling with 32-bit dlls
[Steve - Raven] - you can get around it by compiling with -static
I could not compile it with GCC (lots of warnings) but I could with clang.Graham Banks wrote: ↑Mon Nov 09, 2020 12:26 amI know what the issue is, as the Raven author had the same happen with one of his releasesw:
[Graham] - Steve - what causes the 0xc00000b7 error with an engine?
[Steve - Raven] - from what i read, it's caused by compiling with 32-bit dlls
[Steve - Raven] - you can get around it by compiling with -static