Bitcoin Forum
May 05, 2024, 03:48:43 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: February 05, 2014, 08:41:19 AM
Multi-GPU on Kepler is working great now, thanks!
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: February 04, 2014, 01:43:01 PM
I think your bug report is the one that made my mind go

The CUDA constant memory (the c_N loop trip count, etc...) of most CUDA kernels is only initialized properly for the first GPU (use of a single static variable to mark initialization instead of a thread-specific static variable). Which explains the majority of the crashes people are seeing with multi-GPU. Thank you. The Fermi owners use a kernel that doesn't yet make use of such constants, and hence the multi-GPU support is working fine for them.

So this is also on the FIXME list for tonight.
Awesome, looking forward to the fix. Thanks for the support Smiley

However I think that in your case where you run two cudaminer instances this cannot be the root cause. So we will have to keep looking.
Oh no I don't run two instances, I meant that one of the GPU's within the same cudaMiner instance produced invalid results. Which is in line with your explanation above. Running two instances of cudaMiner (one for each GPU) actually works perfectly, so this also confirms your hypothesis.
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: February 04, 2014, 12:44:30 PM
I'm having an issue mining scrypt with two GPU's: every time I start cudaMiner, one of them (not always the same) seems to return results which mostly doesn't validate. This is tested on Linux, using cudaMiner master, tested both on Z14x14 and T14x32. When I mine using a single card (selected with -d) all results validate... Any idea?

this is a long shot: Would it help to downgrade the video driver to the exact version hat shipped with the CUDA 5.5 toolkit download from nVidia? Of course if your video cards are newer than this driver release, this is a no-go, as the driver would not recognize them ;-/


I'm using the NVIDIA drivers from the Debian repositories, so downgrading isn't that easy... That said, I'm currently using the 319 driver series, which seems like the earliest one supported by CUDA 5.5. I've tried upgrading to the 331 driver series, but that doesn't change a thing.
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: February 04, 2014, 11:50:24 AM
I'm having an issue mining scrypt with two GPU's: every time I start cudaMiner, one of them (not always the same) seems to return results which mostly doesn't validate. This is tested on Linux, using cudaMiner master, tested both on Z14x14 and T14x32. When I mine using a single card (selected with -d) all results validate... Any idea?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!