Im use CMake to generate visual studio 2013 solution. Next im try to build it, but get follow error:
Building NVCC (Device) object modules/core/CMakeFile
You should set with cmake these entries CUDA_ARCH_BIN = 3.2 and CUDA_ARCH_PTX = 3.2
cmake
CUDA_ARCH_BIN = 3.2
CUDA_ARCH_PTX = 3.2
Hope it helps.
Regards