CudaMiner icon indicating copy to clipboard operation
CudaMiner copied to clipboard

CUDA Toolkit 6.0?

Open MikeyCarter opened this issue 10 years ago • 2 comments

Any news on supporting the latest toolkit?

MikeyCarter avatar Jul 28 '14 03:07 MikeyCarter

CUDA Toolkit 6.0 has dropped support for devices with compute capability below 2.0. Get rid of -arch=compute_10 in Makefile.am, and everything will compile just fine.

jsmith-uk avatar Aug 11 '14 16:08 jsmith-uk

Yeah, but when i do replace compute_10 by sm_21 i get a bad .bss section on the linker... I haven't tried using the intended cuda version though, so better do that before calling it quits

StaleHyena avatar Oct 15 '17 03:10 StaleHyena