1/05/2016

(lucky tip) linux opencv+cuda cmake setting and build error ->nvcc fatal compute_11

About nvcc fatal compute_11 error
when build linux(ubuntu) after opencv + cuda setting using cmake

Try change cmake setting.
Cann't you see this option check Advanced box.

CUDA_GENERATION=Kepler
Add 3.2 in CUDA_ARCH_BIN

CUDA_ARCH_BIN = 3.2

No comments:

Post a Comment