KataGo
KataGo copied to clipboard
fails to build with cuda 13.0 for rtx 2050
I installed the latest cuda 13.0 and tried to build katago (master branch) with cuda backend. cmake is OK, but when I ran "make all" the build fails with the following message:
nvcc fatal: unsupported gpu architecture 'compute_50'
Then, I set GPU ARCHITECTURE as 86, and tried again. Yet, the same failure.