CGLemon / Sayuri

AlphaZero based engine for the game of Go (圍棋/围棋).
GNU General Public License v3.0
74 stars 9 forks source link

Is it possible to do a cuda compile? #9

Open mc-mong opened 1 year ago

mc-mong commented 1 year ago

I'm using it well. Is it possible to do a cuda compile? for window use.

Thank you.

CGLemon commented 1 year ago

Hi!

The behavior of CUDA compiler, nvcc, on Ubunto is not same as on Windows. The code can be compiled on Ubuntu. However, there are some problems on Windows. I have no ideal how to fix it now. I need some time to understand the CUDA on Windows.