https://bugs.kde.org/show_bug.cgi?id=511487
Thomas Hummel <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #9 from Thomas Hummel <[email protected]> --- In my situation, cuda installation was broken as previous posters mentioned. For me the Microsoft Redistributable was missing, but probably, you could check on all of the four points below. --- Cross-posting my answer from https://www.reddit.com/r/digiKam/comments/1prvsl0/comment/nylpuaz/ I had a similar issue with my NVIDIA GeForce RTX 3060 Ti and now it finally works. I am not fully sure, what the solution in the end was, but I feel that installing the latest Microsoft Redistributable C++ solved it for me. Probably, you could also install Microsoft Visual Studio as explained in cuda system requirements: https://docs.nvidia.com/cuda/cuda-installation-guide-microsoft-windows/index.html#system-requirements So, if I remember correctly: 1. Install cuda toolkit https://developer.nvidia.com/cuda/toolkit (I have 13.1, the latest) 2. Install cuda DNN https://developer.nvidia.com/cudnn 3. Install Microsoft Redistributable C++ https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#latest-supported-redistributable-version 4. Set OPENCV_OPENCL_DEVICE to NVIDIA:GPU:0 as system environment variable (not sure whether this is needed, though). -- You are receiving this mail because: You are watching all bug changes.
