CGLemon / Sayuri

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

make -j error. #4

Open mc-mong opened 1 year ago

mc-mong commented 1 year ago

/home/guest/Sayuri/src/neural/cuda/cuda_layers.cc: In member function ‘void CUDA::Convolution::Forward(int, float, float, void, void, size_t)’: /home/guest/Sayuri/src/neural/cuda/cuda_layers.cc:126:15: warning: unused variable ‘board_size’ [-Wunused-variable] 126 | const int boardsize = (width + height_) / 2; | ^~~~~~ /home/mong/Sayuri/src/neural/cuda/cuda_layers.cc: At top level: cc1plus: warning: unrecognized command line option ‘-Wno-mismatched-tags’ cc1plus: warning: unrecognized command line option ‘-Wno-mismatched-tags’

CGLemon commented 1 year ago

Thank! It warns a unused variable in the cuDNN backend. I will fix this issue. But it is still executable.