KataGo icon indicating copy to clipboard operation
KataGo copied to clipboard

fails to build with cuda 13.0 for rtx 2050

Open ashinpan opened this issue 3 months ago • 3 comments

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.

ashinpan avatar Sep 26 '25 06:09 ashinpan