-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Invalid configuration argument #129
Comments
Confirmed on my K1100M Can't seem to make it work. It didn't fail launch when using:
But it never got a hashrate either and more or less hung my system (Linux doesn't actually use bsleep). Had to ssh in and kill it after while. AstroBWT already didn't compile at all with CUDA 8 or Fermi perhaps there are other issues with Kepler for some reason even though it compiles (but won't launch). So it seems there are some combinations of thread/block that will launch but most will hit invalid config arg. I had some "normal" Desktop Kepler 35's (GTX770) but they are not currently online or testable. It could just be the Mobile Kepler 30 is deficient somehow compared to higher 3x archs. In general I quit mining the GPU on this Lenovo W540 laptop because the shared cooling solution is already undersized with just the CPU making heat. CPU at 90C makes the GPU 90C real fast and then everything dies (poweroff for thermal protect). So perhaps even if it worked it would just overheat (cup half full?) |
Okay I merged the newest See also #130 if you can build from that and test with 32/3 (or other combos) on your own K1100M to verify it at least works for you.
|
Also my nvidia-smi for reference:
Used toolkit 10.2 against somewhat recent driver on Linux. Did not test toolkit 10.1 or similar revision driver as you are running on Windows, but expect it to still work. |
Hi, I try build #130 and got few error due to the lack of And run with 32 threads/3blocks solves all the issue! Thanks for your helps! You're correct that running on mobile GPU is not a good idea and its temperature raise up to its critical temp really fast. For reference, my K600 got around 50H/s and my K1100 got around 78H/s. Looking forward for this pull request to be merged into master and everybody could enjoy mining with old Kepler cards.
|
Fixed the missing files, forgot to add previously nonexistent ones to the commit. |
I got the Invalid configuration argument on all of my Kepler-based with compute capability 3.0 cards
nvidia-smi
outputs:and never got this error when I run with maxwell cards (with compute capability > 5.0) like quadro K2200 etc,...
I use the xmrig-6.15.1 and xmrig-cuda 6.15.1 built with cuda toolkit 10.1.
Does anyone have any idea why this is happen? and how to fix it?
I tried find namespace
AstroBWT_Dero
insrc/AstroBWT/dero/AstroBWT.cu
but doesn't see any abnormal configuration.Here is my configuration file with deleted wallet address:
The text was updated successfully, but these errors were encountered: