libSGM
libSGM copied to clipboard
libsgm for cuda 5.5
hello Can I build this project with cuda 5.5 ? when I built it, error of "sm_50" and "identifier "__shfl" is undefined" occured. what do I if I want to run it with cuda 5.5 ?
This library supports kepler or above architecture.
You should set -arch=sm_** option for your gpu.
If you use a kepler gpu, try
cmake -DCUDA_ARCH="-arch=sm_30"