4.6.0.20220920
cudawarped
released this
20 Sep 09:20
·
325 commits
to master
since this release
OpenCV static lib built against CUDA 11.7, Nvidia Video Codec SDK 11.1 and cuDNN 8.4.1.
Suitable for all devices of compute capability >= 3.5 with binary compatible code for devices of compute capability 3.5-8.6.
Nvidia GPU Computing Toolkit v11.7 is required for import cv2
to work and cuDNN 8.4.1 for accelerated inference when using the dnn module.
CMAKE_ARGS
-DBUILD_opencv_world=ON
-DBUILD_SHARED_LIBS=OFF
-DWITH_CUDA=ON
-DCUDA_FAST_MATH=ON
-DWITH_CUBLAS=ON
-DCUDA_ARCH_PTX=8.6
-DWITH_NVCUVID=ON