-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Downgrade CUDA SDK to 9.0 #1390
Comments
Not sure but is it possible to support multiple cuda versions at once and then choose the kernel based on which version is available. |
It's not about the kernel but about the cuda runtime library that is linked with the ethminer. |
Ah, ok. I'm all for compatibility, if performance is not affected. So by all means, change #1374 to be an downgrade instead. |
I trying to compile ethminer 0.15 branch with CUDA 8.0.
If remove "compute_70" from CMakeLists.txt: https://pastebin.com/xRDzPnRj |
@Zenitur CUDA 8.0 is not supported anymore. |
No remaining issue here... closing |
@jean-m-cyr: I don't think this is done. https://github.com/ethereum-mining/ethminer/blob/master/scripts/install-cuda-ubuntu1604.sh#L13 |
Ah sorry. Also CUDA 9.1 is fine. 9.2 introduced new driver dependencies. |
Downgraded to 9.1 on Travis CI. |
Currently we build binaries with CUDA 9.2. This is problematic because the ethminer does not work with a bit older Nvidia drivers. There are also no performance gains of using 9.2 over 9.0.
Downgrade the CUDA SDK used in CI builds to 9.0.
The text was updated successfully, but these errors were encountered: