morousg / cvGPUSpeedup

A faster implementation of OpenCV-CUDA that uses OpenCV objects, and more!
Apache License 2.0
34 stars 5 forks source link

Unit test don't launch because cuda version not passed to cuda deployment scripts #91

Closed aandaluz closed 5 months ago

aandaluz commented 6 months ago

Current scritps don't have a valid target cuda version, so deployment will fail on windows and vs2022 with the following error:

Error copying file (if different) from "C:/Users/AutomaticTV/AppData/Roaming/AutomaticTV/lib/cuda_devellibraries-12.3.2/nvcc/bin/cudart64.dll" to "D:/cvGPUSpeedupbin/bin/Release".

The scripts also don't deploy cublas and cublaslt , needed for opencv binaries (Tested with opencv 4.9.0 with cuda 12.3 on windows)