https://bugs.kde.org/show_bug.cgi?id=506495

--- Comment #4 from [email protected] ---
Please try again :

If someone wants to use CUDA and OpenCL support in digicam and has multiple
GPUs in their system, they should set the GPU before starting the application.
To do this, you can use the following commands in the terminal:

    To use the first NVIDIA GPU: export CUDA_VISIBLE_DEVICES="0"
    To use the second NVIDIA GPU: export CUDA_VISIBLE_DEVICES="1"
    For systems with mixed AMD/NVIDIA GPUs (like mine): export
OPENCV_OPENCL_DEVICE=NVIDIA:GPU
    Then, run digiKam using the following command:
./digiKam-8.7.0-Qt5-x86-64.appimage

Note: This will work also with current 8.8.0 pre-release AppImage.

Gilles Caulier

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to