Skip to content
Snippets Groups Projects
Commit 6a3e5f10 authored by calrama's avatar calrama
Browse files

centos-7: opencv: Limit CUDA to binaries for CC 6.1 and intermediate code for 3.0, 5.2, and 7.5

parent 77540d0a
No related branches found
No related tags found
No related merge requests found
......@@ -168,6 +168,8 @@ RUN version=3.4.8 && \
-D WITH_IPP=OFF \
-D WITH_CUDA=ON \
-D WITH_CUBLAS=ON \
-D CUDA_ARCH_BIN="61" \
-D CUDA_ARCH_PTX="30 52 75" \
-D BUILD_opencv_cudacodec=OFF \
-D WITH_EIGEN=ON \
-D WITH_FFMPEG=ON \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment