Hi!
I am using CUDA-8.0. I intend to use this library for parallel PSO in my thesis project. I am unable to do so. When I try to use it gives following output.


[ 6%] Building NVCC (Device) object CMakeFiles/CudaOptimize.dir/CudaOptimize_generated_cudaDE.cu.o
nvcc fatal : Unsupported gpu architecture 'compute_13'
CMake Error at CudaOptimize_generated_cudaDE.cu.o.cmake:207 (message):
Error generating /home/coea/Desktop/PSO
Cuda/libCudaOptimize-1.0.0-src/build/CMakeFiles/CudaOptimize.dir//./CudaOptimize_generated_cudaDE.cu.o

CMakeFiles/CudaOptimize.dir/build.make:91: recipe for target 'CMakeFiles/CudaOptimize.dir/CudaOptimize_generated_cudaDE.cu.o' failed
make[2]: [CMakeFiles/CudaOptimize.dir/CudaOptimize_generated_cudaDE.cu.o] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/CudaOptimize.dir/all' failed
make[1]:
[CMakeFiles/CudaOptimize.dir/all] Error 2
Makefile:149: recipe for target 'all' failed
make: *** [all] Error 2


What changes required?
Pl help.