Skip to content
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

Compile error under Ubuntu 16.04 #38

Closed
Singman33 opened this issue Jul 10, 2016 · 1 comment
Closed

Compile error under Ubuntu 16.04 #38

Singman33 opened this issue Jul 10, 2016 · 1 comment

Comments

@Singman33
Copy link

Singman33 commented Jul 10, 2016

nvcc -O2 -I . -Xptxas "-abi=no -v" -gencode=arch=compute_30,code="sm_30,compute_30" -gencode=arch=compute_35,code="sm_35,compute_35" --maxrregcount=80 --ptxas-options=-v -o heavy/heavy.o -c heavy/heavy.cu

ptxas warning : 'option -abi=no' might get deprecated in future
ptxas warning : Too big maxrregcount value specified 80, will be ignored
ptxas fatal : Unresolved extern function 'malloc'
Makefile:1475: recipe for target 'heavy/heavy.o' failed
make[2]: *** [heavy/heavy.o] Error 255

@Singman33
Copy link
Author

Solved by using CUDA 8 dev kit.

roche-emmanuel pushed a commit to roche-emmanuel/ccminer that referenced this issue Jan 20, 2017
use the optimized cuda rotr32 function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant