Open GergelyGombai opened 1 year ago
nvcc fatal : Unsupported gpu architecture 'compute_35' make[2]: [CMakeFiles/vanity_xmr_cuda.dir/build.make:118: CMakeFiles/vanity_xmr_cuda.dir/src/kernel.cu.o] Error 1 make[2]: Waiting for unfinished jobs.... make[1]: [CMakeFiles/Makefile2:83: CMakeFiles/vanity_xmr_cuda.dir/all] Error 2 make: [Makefile:91: all] Error 2
+---------------------------------------------------------------------------------------+ | NVIDIA-SMI 535.104.05 Driver Version: 535.104.05 CUDA Version: 12.2 | |-----------------------------------------+----------------------+----------------------+ | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | | | | MIG M. | |=========================================+======================+======================| | 0 NVIDIA GeForce RTX 3060 Ti On | 00000000:04:00.0 On | N/A | | 31% 41C P8 17W / 200W | 351MiB / 8192MiB | 8% Default | | | | N/A | +-----------------------------------------+----------------------+----------------------+
fixed it by putting 61 instead of 35 in cmakelists
Fixed in https://github.com/SChernykh/vanity_xmr_cuda/commit/8e9c58372509c1e9b1a374ee002b94ab744d3d22
nvcc fatal : Unsupported gpu architecture 'compute_35' make[2]: [CMakeFiles/vanity_xmr_cuda.dir/build.make:118: CMakeFiles/vanity_xmr_cuda.dir/src/kernel.cu.o] Error 1 make[2]: Waiting for unfinished jobs.... make[1]: [CMakeFiles/Makefile2:83: CMakeFiles/vanity_xmr_cuda.dir/all] Error 2 make: [Makefile:91: all] Error 2
+---------------------------------------------------------------------------------------+ | NVIDIA-SMI 535.104.05 Driver Version: 535.104.05 CUDA Version: 12.2 | |-----------------------------------------+----------------------+----------------------+ | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | | | | MIG M. | |=========================================+======================+======================| | 0 NVIDIA GeForce RTX 3060 Ti On | 00000000:04:00.0 On | N/A | | 31% 41C P8 17W / 200W | 351MiB / 8192MiB | 8% Default | | | | N/A | +-----------------------------------------+----------------------+----------------------+