Ubuntu Opencv with cuda 8.0 compiler error
Hi, First of all I did my research before posting, if I missed something I am sorry. I have been trying to compiler opencv from master branch with Cuda 8.0.44. My cmake command is:
cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DCUDA_ARCH_BIN=52 -DCUDA_ARCH_PTX=52 -DCUDA_NVCC_FLAGS="-D_FORCE_INLINES" -DENABLE_PRECOMPILED_HEADERS=0 ..
and the configuration output is at the link (for compactness): https://gist.github.com/andreanicastr...
however when it comes to compile cudarithm I get the following error https://gist.github.com/andreanicastr...
I am using Ubuntu 16.04 gcc 5.4.0
Thank you for your help