cbuchner1 / CudaMiner

a CUDA accelerated litecoin mining application based on pooler's CPU miner
Other
687 stars 304 forks source link

CUDA Toolkit 6.0? #142

Open MikeyCarter opened 10 years ago

MikeyCarter commented 10 years ago

Any news on supporting the latest toolkit?

jsmith-uk commented 10 years ago

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.

StaleHyena commented 6 years ago

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