Tianyao Gu

Results 2 comments of Tianyao Gu

The implementation won't be too hard. We just need to rewrite `EachLineConc()`, and let `ExecForEachConc()` call this new method. Here's an implementation that I first think of (which can for...

> EDIT: Fixed Release build by removing old DLL's from Katago folder. Also Linked against cudart.lib (instead of cudart_static.lib) to get rid of the linker warning. Hi @tterava , I...