libSGM icon indicating copy to clipboard operation
libSGM copied to clipboard

libsgm for cuda 5.5

Open ahmadi219 opened this issue 8 years ago • 1 comments

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 ?

ahmadi219 avatar Sep 28 '16 05:09 ahmadi219

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"

ykitta-fixstars avatar Sep 29 '16 10:09 ykitta-fixstars