-
Notifications
You must be signed in to change notification settings - Fork 168
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
The latest "Cuda 8.0"-plugin not working with "Dero HE (astrobwt/v2) "-algo. #161
Comments
That should be a Kepler capability 3.5 ( You can use newer CUDA because 8.0 might not work anyway (unproven, but several other newer algos definitely don't work due to the CUDA code was written without backward compatibility).
newer than 11.4 are the same as far as support so newest (11.6) should also work if you are building your own (releases only build up to 11.4 but that will work okay) But you should match whatever the driver you have offers, use |
I update the laptop driver to Version: 391.35(This is the latest driver support found on the official website),and use cuda9_1. An error occurred that thread #0 failed with error <AstroBWT_Dero_HE::hash>:112 "no kernel image is available for execution on the device". |
Prebuild may be filtering 35 out as it is fairly uncommon, to save build time and size. Yep, verified the default build for 9.1 has |
How is this done? Do you have a detailed tutorial? |
I built it for you, grab special release from here |
Thank you very much, but the error still appeared:“thread #0 failed with error <AstroBWT_Dero_HE::hash>:112 "no kernel image is available for execution on the device"”.I have noticed some graphics card parameters and hope to provide you with reference:
Thank you again for your help |
That is very strange everything online says 710M is Kepler2.0. Clearly a Fermi (arch:21). Perhaps online info is confused because there are So when you run with the 8_0 plugin it never shows that summary? The mainstream release should have 20 in it which works on 21's. |
when i run with the 8_0 plugin it shows that: |
So that's with 'xmrig-cuda-6.17.0-cuda8_0-win64.zip'? |
yes |
Okay I will see why the algorithm is not apparently being built and/or test it out on some of my Fermi (on Linux, though). |
Okay, same as previous AstroBWT (non-v2) algorithm, it uses the Investigating some sort of workaround, maybe it can work with a polyfill. |
if i change the algo to cn-heavy/xhv,it may be all right |
Yes the 9_1 does not have anything but the erroneously assumed arch 35 so it will never work, now that we've confirmed it's the Fermi arch 21 type of 710M (and not the Kepler2 arch 35 "GT 710M"). You can just toss that one and not test it further. Algorithms other than those which use the |
thank you |
The latest "Cuda 8.0"-plugin not working with "Dero HE (astrobwt/v2) "-algo.
nv disabled (no suitable configuration found)
Tested with xmrig-6.17.0-msvc-win64
my GPU is NVIDIA GeForce 710M with OpenCL 1.1 and CUDA 2.1 .
The text was updated successfully, but these errors were encountered: