Open Gh0s7 opened 11 years ago
Did you install engine-cuda in the right directory? Are you sure that the script you're invoking is indeed calling the correct version of OpenSSL? I assume that by now you have two instances of openssl on your system, one in /usr somewhere and the other one in /opt
Hi, unless I'm missing something, what is the recommended version of openssl and cuda-toolkit to develop this gpu engine? Thanks
Hi Gh0s7, Your main problem I guess is this " ....undefined symbol: cudaGetDeviceCount" I too had that problem but I was able to solve it by adding the option "--no-as-needed" as in "-Wl,--no-as-needed". Please refer to this site for further info : "http://stackoverflow.com/questions/14329967/missing-a-library-in-ldd-after-using-gcc-l"
raif7 where to add that ?
Hi, @nullkuhl, please add it in the makefile. Thanks.
Hi, @Gh0s7 Please check https://github.com/heipei/engine-cuda/issues/3#issuecomment-459799187 Hope this will help. Thanks!
Here I am again :(
when I run
optirun ./test-speed.sh
(optirun is needed as I'm using Bumblebee/nVidia Optimus)