Summary: | Why im not able to use opencl ? | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Petr Schonmann <pschonmann> |
Component: | Bundle-AppImage | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 8.5.0 | ||
Target Milestone: | --- | ||
Platform: | Mint (Debian based) | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 8.5.0 | |
Sentry Crash Report: |
Description
Petr Schonmann
2024-10-18 23:25:51 UTC
Probably because the openCV compiled in the AppImage do not have the right AMD flag : https://invent.kde.org/graphics/digikam/-/blob/master/project/bundles/3rdparty/ext_opencv/CMakeLists.txt?ref_type=heads#L11 At least there is -DWITH_OPENCLAMDFFT=ON. Gilles Caulier I check the OpenCV 4.10.0 options for OpenCL support and all necessary are turned on for the AMD support. Gilles Caulier Oh, thanks. Ive installed ii mesa-opencl-icd:amd64 23.2.1-1ubuntu3.1~22.04.2 amd64 free implementation of the OpenCL API -- ICD runtime and now it works. |