-
Notifications
You must be signed in to change notification settings - Fork 8
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
Gigahorse 1.1.8-ff505a5 does not run on M4000 with Cuda5.2: after phase1, terminate called, what(): invalid device ordinal , signal 6 #14
Comments
what's your command line? |
try latest version now |
Thanks, now it works perfect.
|
K32 also works fine:
|
nice, it seems your GPU doesnt support a certain feature, but that's ok since it's not needed for single GPU plotting |
you sure the fan works? |
I can hear the fan, especially when it is shown >100%. Also M4000 is a single slot card with single fan. |
Thats really nice performance for such a venerable card with 120W (uses only 80W during run): K34 in less than an hour.
|
For fun I also tried K2200 which is Cuda5.0 (so according to Readme it is not supported),
|
K2200 is too slow, no point. older than Maxwell has very poor performance. Also need to measure the second plot, first plot is slow. |
And if you have 1 TB RAM, it makes sense to invest in a better GPU ;) |
I agree K2200 will be too slow, I would be more interested to bring new life to K6000 (2880 cudacores, 5.1Tflops), |
trust me K6000 will be slow, slower than your M4000, Kepler is really bad for GPGPU. |
Thanks for explaining. I also see 2nd plot gets faster:
|
The 2nd-plot-speedup is even more pronounced for 3060-12GB:
|
yeah the faster your GPU, the more difference in second plot speed |
Hi Max,
on Quadro M4000 it terminates with an error.
The Readme says:
All GPUs for compute capability 5.2 (Maxwell 2.0), 6.0, 6.1 (Pascal), 7.0 (Volta), 7.5 (Turing) and 8.0, 8.6, 8.9 (Ampere).
Which includes: GTX 1000 series, GTX 1600 series, RTX 2000 series, RTX 3000 series and RTX 4000 series
According to this: https://developer.nvidia.com/cuda-gpus
Cuda 5.2 cards are: GTX 900 series and Quadro M series
Can you please check / enable Cuda 5.2 compatibility?
The text was updated successfully, but these errors were encountered: