nicehash / nheqminer

Equihash miner for NiceHash
https://www.nicehash.com
MIT License
769 stars 583 forks source link

Cuda 9+ compile support #354

Open andrewpsp opened 6 years ago

andrewpsp commented 6 years ago

It will build and run with CUDA9 even though it's not officially supported. You will have to modify one file though, remove the device_functions_decls.h header include from all files in the project. See tpruvot/ccminer#25 for more information.

joseortiz3 commented 6 years ago

Yes, please. I built with Cuda 9.1 removing #include "device_functions_decls.h" from eqcuda.hpp.