Bug#1132865: darktable: OpenCL GPU acceleration is not available, darktable-cltest shows OpenCL as enabled
Sami Tapio
tapio.sami at gmail.com
Wed Apr 8 18:37:58 BST 2026
Hi Tino,
I installed the AMD packages as instructed, it did not help.
sami at skynet:~$ darktable -d opencl -d verbose
darktable 5.4.1
Copyright (C) 2012-2026 Johannes Hanika and other contributors.
Compile options:
Bit depth -> 64 bit
Exiv2 -> 0.28.8
Lensfun -> 0.3.4
Debug -> DISABLED
SSE2 optimizations -> ENABLED
OpenMP -> ENABLED
OpenCL -> ENABLED
Lua -> ENABLED - API version 9.6.0
Colord -> ENABLED
gPhoto2 -> ENABLED
OSMGpsMap -> ENABLED - map view is available
GMIC -> ENABLED - Compressed LUTs are supported
GraphicsMagick -> ENABLED
ImageMagick -> DISABLED
libavif -> ENABLED
libheif -> ENABLED
libjxl -> ENABLED
LibRaw -> ENABLED - Version 0.21.5-Release
OpenJPEG -> ENABLED
OpenEXR -> ENABLED
WebP -> ENABLED
See https://www.darktable.org/resources/ for detailed documentation.
See https://github.com/darktable-org/darktable/issues/new/choose to report
bugs.
0.0001 [dt starting]
darktable -d opencl -d verbose
0,1775 [opencl_init] opencl disabled via darktable preferences
0,1777 [dt_dlopencl_init] could not find default opencl runtime library
'libOpenCL'
0,1777 [dt_dlopencl_init] could not find default opencl runtime library
'libOpenCL.so'
0,1778 [dt_dlopencl_init] found default opencl runtime library
'libOpenCL.so.1'
0,1778 [opencl_init] opencl library 'libOpenCL.so.1' found on your
system and loaded, preference 'default path'
0,2178 [opencl_init] found 2 platforms
0,2178 [opencl_init] possibly a multiple platform problem for `AMD
Accelerated Parallel Processing'
[opencl_init] found 4 devices
[dt_opencl_device_init]
0.2178 [dt_opencl_write_device_config] writing data '0 250 0 16 16 128
0 0 0.000 12.078 0.250' for
'cldevice_v5_amdacceleratedparallelprocessinggfx1201'
0,2179 [dt_opencl_write_device_config] writing data '600' for
'cldevice_v5_amdacceleratedparallelprocessinggfx1201_id0'
DEVICE: 0: 'gfx1201'
CONF KEY:
cldevice_v5_amdacceleratedparallelprocessinggfx1201
PLATFORM, VENDOR & ID: AMD Accelerated Parallel Processing, Advanced
Micro Devices, Inc., ID=4098
CANONICAL NAME: amdacceleratedparallelprocessinggfx1201
DRIVER VERSION: 3649.0 (HSA1.1,LC)
DEVICE VERSION: OpenCL 2.0
DEVICE_TYPE: GPU, dedicated mem
GLOBAL MEM SIZE: 16304 MB
MAX MEM ALLOC: 13858 MB
MAX IMAGE SIZE: 16384 x 16384
MAX CONSTANT BUFFER: 14191002 KB
ADDRESS ALIGN: 256
COMPUTE UNITS: 28
MAX WORK GROUP SIZE: 256
MAX WORK ITEM DIMENSIONS: 3
MAX WORK ITEM SIZES: [ 1024 1024 1024 ]
ASYNC PIXELPIPE: NO
PINNED MEMORY TRANSFER: NO
AVOID ATOMICS: NO
MICRO NAP: 250
ROUNDUP WIDTH & HEIGHT 16x16
CHECK EVENT HANDLES: 128
TILING ADVANTAGE: 12,078
DEFAULT DEVICE: NO
KERNEL BUILD DIRECTORY: /usr/share/darktable/kernels
KERNEL DIRECTORY:
/home/sami/.cache/darktable/cached_v5_kernels_for_AMDAcceleratedParallelProcessinggfx1201_36490HSA11LC
CL COMPILER OPTION: -cl-fast-relaxed-math
CL COMPILER COMMAND: -w -cl-fast-relaxed-math -DAMD=1
-I"/usr/share/darktable/kernels"
0,3965 [dt_opencl_device_init] testing program `demosaic_ppg.cl' ..
0,3966 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_AMDAcceleratedParallelProcessinggfx1201_36490HSA11LC/demosaic_ppg.cl.b
in'!
0,3966 [opencl_load_program] could not load cached binary program,
trying to compile source
0,3966 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/demosaic_ppg.cl' MD5:
'087cc70d3c007752318b59f27277a8f2'
0,4194 [opencl_build_program] could not build program:
CL_BUILD_PROGRAM_FAILURE
0,4195 [opencl_build_program] BUILD STATUS: -2
0,4195 BUILD LOG:
0,4195 /tmp/comgr-f1b558/input/CompileSource:77:22: error: use of
undeclared identifier 'read_imagef'
77 | buffer[bufidx] = read_imagef(in, sampleri, (int2)(xx, yy)).x;
| ^~~~~~~~~~~
/tmp/comgr-f1b558/input/CompileSource:115:3: error: use of undeclared
identifier 'write_imagef'
115 | write_imagef (out, (int2)(x, y), fmax(o, 0.0f));
| ^~~~~~~~~~~~
/tmp/comgr-f1b558/input/CompileSource:142:17: error: use of undeclared
identifier 'read_imagef'
142 | float pixel = read_imagef(in, sampleri, (int2)(x, y)).x;
| ^~~~~~~~~~~
/tmp/comgr-f1b558/input/CompileSource:218:17: error: use of undeclared
identifier 'read_imagef'
218 | float pixel = read_imagef(in, sampleri, (int2)(x, y)).x;
| ^~~~~~~~~~~
/tmp/comgr-f1b558/input/CompileSource:226:3: error: use of undeclared
identifier 'write_imagef'
226 | write_imagef (out, (int2)(x, y), fmax(pixel, 0.0f));
| ^~~~~~~~~~~~
/tmp/comgr-f1b558/input/CompileSource:272:22: error: use of undeclared
identifier 'read_imagef'
272 | buffer[bufidx] = read_imagef(in, sampleri, (int2)(xx, yy)).x;
| ^~~~~~~~~~~
/tmp/comgr-f1b558/input/CompileSource:310:3: error: use of undeclared
identifier 'write_imagef'
310 | write_imagef (out, (int2)(x, y), fmax(color, 0.0f));
| ^~~~~~~~~~~~
/tmp/comgr-f1b558/input/CompileSource:355:22: error: use of undeclared
identifier 'read_imagef'
355 | buffer[bufidx] = read_imagef(in, sampleri, (int2)(gx, gy));
| ^~~~~~~~~~~
/tmp/comgr-f1b558/input/CompileSource:434:3: error: use of undeclared
identifier 'write_imagef'
434 | write_imagef(out, (int2) (x, y), fmax(o, 0.0f));
| ^~~~~~~~~~~~
/tmp/comgr-f1b558/input/CompileSource:462:23: error: use of undeclared
identifier 'read_imagef'
462 | const float4 px = read_imagef(in, samplerf, (float2)(p.x+i,
p.y+j));
| ^~~~~~~~~~~
/tmp/comgr-f1b558/input/CompileSource:466:3: error: use of undeclared
identifier
0,4195 [dt_opencl_device_init] failed to compile program `
demosaic_ppg.cl'!
0.4195 [dt_opencl_write_device_config] writing data '0 250 0 16 16 128
0 0 0.000 12.078 0.250' for
'cldevice_v5_amdacceleratedparallelprocessinggfx1201'
0,4195 [dt_opencl_write_device_config] writing data '600' for
'cldevice_v5_amdacceleratedparallelprocessinggfx1201_id0'
[dt_opencl_device_init]
0.4195 [dt_opencl_write_device_config] writing data '0 250 0 16 16 128
0 0 0.000 0.000 0.250' for
'cldevice_v5_amdacceleratedparallelprocessinggfx1036'
0,4195 [dt_opencl_write_device_config] writing data '600' for
'cldevice_v5_amdacceleratedparallelprocessinggfx1036_id0'
DEVICE: 1: 'gfx1036'
CONF KEY:
cldevice_v5_amdacceleratedparallelprocessinggfx1036
PLATFORM, VENDOR & ID: AMD Accelerated Parallel Processing, Advanced
Micro Devices, Inc., ID=4098
CANONICAL NAME: amdacceleratedparallelprocessinggfx1036
DRIVER VERSION: 3649.0 (HSA1.1,LC)
DEVICE VERSION: OpenCL 2.0
DEVICE_TYPE: GPU, unified mem
GLOBAL MEM SIZE: 30938 MB
MAX MEM ALLOC: 26298 MB
MAX IMAGE SIZE: 16384 x 16384
MAX CONSTANT BUFFER: 26928799 KB
ADDRESS ALIGN: 256
COMPUTE UNITS: 1
MAX WORK GROUP SIZE: 256
MAX WORK ITEM DIMENSIONS: 3
MAX WORK ITEM SIZES: [ 1024 1024 1024 ]
ASYNC PIXELPIPE: NO
PINNED MEMORY TRANSFER: NO
AVOID ATOMICS: NO
MICRO NAP: 250
ROUNDUP WIDTH & HEIGHT 16x16
CHECK EVENT HANDLES: 128
TILING ADVANTAGE: 0,000
DEFAULT DEVICE: NO
KERNEL BUILD DIRECTORY: /usr/share/darktable/kernels
KERNEL DIRECTORY:
/home/sami/.cache/darktable/cached_v5_kernels_for_AMDAcceleratedParallelProcessinggfx1036_36490HSA11LC
CL COMPILER OPTION: -cl-fast-relaxed-math
CL COMPILER COMMAND: -w -cl-fast-relaxed-math -DAMD=1
-I"/usr/share/darktable/kernels"
0,5658 [dt_opencl_device_init] testing program `demosaic_ppg.cl' ..
0,5659 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_AMDAcceleratedParallelProcessinggfx1036_36490HSA11LC/demosaic_ppg.cl.b
in'!
0,5659 [opencl_load_program] could not load cached binary program,
trying to compile source
0,5659 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/demosaic_ppg.cl' MD5:
'087cc70d3c007752318b59f27277a8f2'
0,5877 [opencl_build_program] could not build program:
CL_BUILD_PROGRAM_FAILURE
0,5877 [opencl_build_program] BUILD STATUS: -2
0,5877 BUILD LOG:
0,5877 /tmp/comgr-db2ec9/input/CompileSource:77:22: error: use of
undeclared identifier 'read_imagef'
77 | buffer[bufidx] = read_imagef(in, sampleri, (int2)(xx, yy)).x;
| ^~~~~~~~~~~
/tmp/comgr-db2ec9/input/CompileSource:115:3: error: use of undeclared
identifier 'write_imagef'
115 | write_imagef (out, (int2)(x, y), fmax(o, 0.0f));
| ^~~~~~~~~~~~
/tmp/comgr-db2ec9/input/CompileSource:142:17: error: use of undeclared
identifier 'read_imagef'
142 | float pixel = read_imagef(in, sampleri, (int2)(x, y)).x;
| ^~~~~~~~~~~
/tmp/comgr-db2ec9/input/CompileSource:218:17: error: use of undeclared
identifier 'read_imagef'
218 | float pixel = read_imagef(in, sampleri, (int2)(x, y)).x;
| ^~~~~~~~~~~
/tmp/comgr-db2ec9/input/CompileSource:226:3: error: use of undeclared
identifier 'write_imagef'
226 | write_imagef (out, (int2)(x, y), fmax(pixel, 0.0f));
| ^~~~~~~~~~~~
/tmp/comgr-db2ec9/input/CompileSource:272:22: error: use of undeclared
identifier 'read_imagef'
272 | buffer[bufidx] = read_imagef(in, sampleri, (int2)(xx, yy)).x;
| ^~~~~~~~~~~
/tmp/comgr-db2ec9/input/CompileSource:310:3: error: use of undeclared
identifier 'write_imagef'
310 | write_imagef (out, (int2)(x, y), fmax(color, 0.0f));
| ^~~~~~~~~~~~
/tmp/comgr-db2ec9/input/CompileSource:355:22: error: use of undeclared
identifier 'read_imagef'
355 | buffer[bufidx] = read_imagef(in, sampleri, (int2)(gx, gy));
| ^~~~~~~~~~~
/tmp/comgr-db2ec9/input/CompileSource:434:3: error: use of undeclared
identifier 'write_imagef'
434 | write_imagef(out, (int2) (x, y), fmax(o, 0.0f));
| ^~~~~~~~~~~~
/tmp/comgr-db2ec9/input/CompileSource:462:23: error: use of undeclared
identifier 'read_imagef'
462 | const float4 px = read_imagef(in, samplerf, (float2)(p.x+i,
p.y+j));
| ^~~~~~~~~~~
/tmp/comgr-db2ec9/input/CompileSource:466:3: error: use of undeclared
identifier
0,5878 [dt_opencl_device_init] failed to compile program `
demosaic_ppg.cl'!
0.5878 [dt_opencl_write_device_config] writing data '0 250 0 16 16 128
0 0 0.000 0.000 0.250' for
'cldevice_v5_amdacceleratedparallelprocessinggfx1036'
0,5878 [dt_opencl_write_device_config] writing data '600' for
'cldevice_v5_amdacceleratedparallelprocessinggfx1036_id0'
[dt_opencl_device_init]
0.5878 [dt_opencl_write_device_config] writing data '0 250 0 16 16 128
0 0 0.000 12.078 0.250' for
'cldevice_v5_amdacceleratedparallelprocessinggfx1201'
0,5878 [dt_opencl_write_device_config] writing data '600' for
'cldevice_v5_amdacceleratedparallelprocessinggfx1201_id0'
DEVICE: 2: 'gfx1201'
CONF KEY:
cldevice_v5_amdacceleratedparallelprocessinggfx1201
PLATFORM, VENDOR & ID: AMD Accelerated Parallel Processing, Advanced
Micro Devices, Inc., ID=4098
CANONICAL NAME: amdacceleratedparallelprocessinggfx1201
DRIVER VERSION: 3649.0 (HSA1.1,LC)
DEVICE VERSION: OpenCL 2.0
DEVICE_TYPE: GPU, dedicated mem
GLOBAL MEM SIZE: 16304 MB
MAX MEM ALLOC: 13858 MB
MAX IMAGE SIZE: 16384 x 16384
MAX CONSTANT BUFFER: 14191002 KB
ADDRESS ALIGN: 256
COMPUTE UNITS: 28
MAX WORK GROUP SIZE: 256
MAX WORK ITEM DIMENSIONS: 3
MAX WORK ITEM SIZES: [ 1024 1024 1024 ]
ASYNC PIXELPIPE: NO
PINNED MEMORY TRANSFER: NO
AVOID ATOMICS: NO
MICRO NAP: 250
ROUNDUP WIDTH & HEIGHT 16x16
CHECK EVENT HANDLES: 128
TILING ADVANTAGE: 12,078
DEFAULT DEVICE: NO
KERNEL BUILD DIRECTORY: /usr/share/darktable/kernels
KERNEL DIRECTORY:
/home/sami/.cache/darktable/cached_v5_kernels_for_AMDAcceleratedParallelProcessinggfx1201_36490HSA11LC
CL COMPILER OPTION: -cl-fast-relaxed-math
CL COMPILER COMMAND: -w -cl-fast-relaxed-math -DAMD=1
-I"/usr/share/darktable/kernels"
0,5899 [dt_opencl_device_init] testing program `demosaic_ppg.cl' ..
0,5899 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_AMDAcceleratedParallelProcessinggfx1201_36490HSA11LC/demosaic_ppg.cl.b
in'!
0,5899 [opencl_load_program] could not load cached binary program,
trying to compile source
0,5899 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/demosaic_ppg.cl' MD5:
'087cc70d3c007752318b59f27277a8f2'
0,6107 [opencl_build_program] could not build program:
CL_BUILD_PROGRAM_FAILURE
0,6107 [opencl_build_program] BUILD STATUS: -2
0,6107 BUILD LOG:
0,6107 /tmp/comgr-d99147/input/CompileSource:77:22: error: use of
undeclared identifier 'read_imagef'
77 | buffer[bufidx] = read_imagef(in, sampleri, (int2)(xx, yy)).x;
| ^~~~~~~~~~~
/tmp/comgr-d99147/input/CompileSource:115:3: error: use of undeclared
identifier 'write_imagef'
115 | write_imagef (out, (int2)(x, y), fmax(o, 0.0f));
| ^~~~~~~~~~~~
/tmp/comgr-d99147/input/CompileSource:142:17: error: use of undeclared
identifier 'read_imagef'
142 | float pixel = read_imagef(in, sampleri, (int2)(x, y)).x;
| ^~~~~~~~~~~
/tmp/comgr-d99147/input/CompileSource:218:17: error: use of undeclared
identifier 'read_imagef'
218 | float pixel = read_imagef(in, sampleri, (int2)(x, y)).x;
| ^~~~~~~~~~~
/tmp/comgr-d99147/input/CompileSource:226:3: error: use of undeclared
identifier 'write_imagef'
226 | write_imagef (out, (int2)(x, y), fmax(pixel, 0.0f));
| ^~~~~~~~~~~~
/tmp/comgr-d99147/input/CompileSource:272:22: error: use of undeclared
identifier 'read_imagef'
272 | buffer[bufidx] = read_imagef(in, sampleri, (int2)(xx, yy)).x;
| ^~~~~~~~~~~
/tmp/comgr-d99147/input/CompileSource:310:3: error: use of undeclared
identifier 'write_imagef'
310 | write_imagef (out, (int2)(x, y), fmax(color, 0.0f));
| ^~~~~~~~~~~~
/tmp/comgr-d99147/input/CompileSource:355:22: error: use of undeclared
identifier 'read_imagef'
355 | buffer[bufidx] = read_imagef(in, sampleri, (int2)(gx, gy));
| ^~~~~~~~~~~
/tmp/comgr-d99147/input/CompileSource:434:3: error: use of undeclared
identifier 'write_imagef'
434 | write_imagef(out, (int2) (x, y), fmax(o, 0.0f));
| ^~~~~~~~~~~~
/tmp/comgr-d99147/input/CompileSource:462:23: error: use of undeclared
identifier 'read_imagef'
462 | const float4 px = read_imagef(in, samplerf, (float2)(p.x+i,
p.y+j));
| ^~~~~~~~~~~
/tmp/comgr-d99147/input/CompileSource:466:3: error: use of undeclared
identifier
0,6107 [dt_opencl_device_init] failed to compile program `
demosaic_ppg.cl'!
0.6107 [dt_opencl_write_device_config] writing data '0 250 0 16 16 128
0 0 0.000 12.078 0.250' for
'cldevice_v5_amdacceleratedparallelprocessinggfx1201'
0,6108 [dt_opencl_write_device_config] writing data '600' for
'cldevice_v5_amdacceleratedparallelprocessinggfx1201_id0'
[dt_opencl_device_init]
0.6108 [dt_opencl_write_device_config] writing data '0 250 0 16 16 128
0 0 0.000 0.000 0.250' for
'cldevice_v5_amdacceleratedparallelprocessinggfx1036'
0,6108 [dt_opencl_write_device_config] writing data '600' for
'cldevice_v5_amdacceleratedparallelprocessinggfx1036_id0'
DEVICE: 3: 'gfx1036'
CONF KEY:
cldevice_v5_amdacceleratedparallelprocessinggfx1036
PLATFORM, VENDOR & ID: AMD Accelerated Parallel Processing, Advanced
Micro Devices, Inc., ID=4098
CANONICAL NAME: amdacceleratedparallelprocessinggfx1036
DRIVER VERSION: 3649.0 (HSA1.1,LC)
DEVICE VERSION: OpenCL 2.0
DEVICE_TYPE: GPU, unified mem
GLOBAL MEM SIZE: 30938 MB
MAX MEM ALLOC: 26298 MB
MAX IMAGE SIZE: 16384 x 16384
MAX CONSTANT BUFFER: 26928799 KB
ADDRESS ALIGN: 256
COMPUTE UNITS: 1
MAX WORK GROUP SIZE: 256
MAX WORK ITEM DIMENSIONS: 3
MAX WORK ITEM SIZES: [ 1024 1024 1024 ]
ASYNC PIXELPIPE: NO
PINNED MEMORY TRANSFER: NO
AVOID ATOMICS: NO
MICRO NAP: 250
ROUNDUP WIDTH & HEIGHT 16x16
CHECK EVENT HANDLES: 128
TILING ADVANTAGE: 0,000
DEFAULT DEVICE: NO
KERNEL BUILD DIRECTORY: /usr/share/darktable/kernels
KERNEL DIRECTORY:
/home/sami/.cache/darktable/cached_v5_kernels_for_AMDAcceleratedParallelProcessinggfx1036_36490HSA11LC
CL COMPILER OPTION: -cl-fast-relaxed-math
CL COMPILER COMMAND: -w -cl-fast-relaxed-math -DAMD=1
-I"/usr/share/darktable/kernels"
0,6132 [dt_opencl_device_init] testing program `demosaic_ppg.cl' ..
0,6132 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_AMDAcceleratedParallelProcessinggfx1036_36490HSA11LC/demosaic_ppg.cl.b
in'!
0,6132 [opencl_load_program] could not load cached binary program,
trying to compile source
0,6133 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/demosaic_ppg.cl' MD5:
'087cc70d3c007752318b59f27277a8f2'
0,6352 [opencl_build_program] could not build program:
CL_BUILD_PROGRAM_FAILURE
0,6353 [opencl_build_program] BUILD STATUS: -2
0,6353 BUILD LOG:
0,6353 /tmp/comgr-e9c5fd/input/CompileSource:77:22: error: use of
undeclared identifier 'read_imagef'
77 | buffer[bufidx] = read_imagef(in, sampleri, (int2)(xx, yy)).x;
| ^~~~~~~~~~~
/tmp/comgr-e9c5fd/input/CompileSource:115:3: error: use of undeclared
identifier 'write_imagef'
115 | write_imagef (out, (int2)(x, y), fmax(o, 0.0f));
| ^~~~~~~~~~~~
/tmp/comgr-e9c5fd/input/CompileSource:142:17: error: use of undeclared
identifier 'read_imagef'
142 | float pixel = read_imagef(in, sampleri, (int2)(x, y)).x;
| ^~~~~~~~~~~
/tmp/comgr-e9c5fd/input/CompileSource:218:17: error: use of undeclared
identifier 'read_imagef'
218 | float pixel = read_imagef(in, sampleri, (int2)(x, y)).x;
| ^~~~~~~~~~~
/tmp/comgr-e9c5fd/input/CompileSource:226:3: error: use of undeclared
identifier 'write_imagef'
226 | write_imagef (out, (int2)(x, y), fmax(pixel, 0.0f));
| ^~~~~~~~~~~~
/tmp/comgr-e9c5fd/input/CompileSource:272:22: error: use of undeclared
identifier 'read_imagef'
272 | buffer[bufidx] = read_imagef(in, sampleri, (int2)(xx, yy)).x;
| ^~~~~~~~~~~
/tmp/comgr-e9c5fd/input/CompileSource:310:3: error: use of undeclared
identifier 'write_imagef'
310 | write_imagef (out, (int2)(x, y), fmax(color, 0.0f));
| ^~~~~~~~~~~~
/tmp/comgr-e9c5fd/input/CompileSource:355:22: error: use of undeclared
identifier 'read_imagef'
355 | buffer[bufidx] = read_imagef(in, sampleri, (int2)(gx, gy));
| ^~~~~~~~~~~
/tmp/comgr-e9c5fd/input/CompileSource:434:3: error: use of undeclared
identifier 'write_imagef'
434 | write_imagef(out, (int2) (x, y), fmax(o, 0.0f));
| ^~~~~~~~~~~~
/tmp/comgr-e9c5fd/input/CompileSource:462:23: error: use of undeclared
identifier 'read_imagef'
462 | const float4 px = read_imagef(in, samplerf, (float2)(p.x+i,
p.y+j));
| ^~~~~~~~~~~
/tmp/comgr-e9c5fd/input/CompileSource:466:3: error: use of undeclared
identifier
0,6353 [dt_opencl_device_init] failed to compile program `
demosaic_ppg.cl'!
0.6353 [dt_opencl_write_device_config] writing data '0 250 0 16 16 128
0 0 0.000 0.000 0.250' for
'cldevice_v5_amdacceleratedparallelprocessinggfx1036'
0,6353 [dt_opencl_write_device_config] writing data '600' for
'cldevice_v5_amdacceleratedparallelprocessinggfx1036_id0'
[opencl_init] no suitable devices found.
0,6353 [opencl_init] FINALLY: opencl PREFERENCE=OFF is NOT AVAILABLE
and NOT ENABLED.
sami at skynet:~$
Then I installed RustiCL:
sami at skynet:~$ sudo apt install mesa-opencl-icd ocl-icd-libopencl1 clinfo
ocl-icd-libopencl1 is already the newest version (2.3.4-1).
ocl-icd-libopencl1 set to manually installed.
clinfo is already the newest version (3.0.25.02.14-1).
Installing:
mesa-opencl-icd
Installing dependencies:
libclc-21 libclc-21-dev libllvmspirvlib21.1
REMOVING:
rocm-opencl-icd
Summary:
Upgrading: 0, Installing: 4, Removing: 1, Not Upgrading: 0
Download size: 19,1 MB
Space needed: 115 MB / 1.269 GB available
Continue? [Y/n]
Get:1 https://ftp.debian.org/debian unstable/main amd64 libclc-21-dev all
1:21.1.8-7 [20,6 kB]
Get:2 https://ftp.debian.org/debian unstable/main amd64 libclc-21 all
1:21.1.8-7 [8.519 kB]
Get:3 https://ftp.debian.org/debian unstable/main amd64 libllvmspirvlib21.1
amd64 21.1.5-1 [956 kB]
Get:4 https://ftp.debian.org/debian unstable/main amd64 mesa-opencl-icd
amd64 26.0.4-1 [9.565 kB]
Fetched 19,1 MB in 1s (31,8 MB/s)
Retrieving bug reports... Done
Parsing Found/Fixed information... Done
(Reading database… 366965 files and directories currently installed.)
Removing rocm-opencl-icd:amd64 (6.4.3-5)…
Selecting previously unselected package libclc-21-dev.
(Reading database… 366957 files and directories currently installed.)
Preparing to unpack …/libclc-21-dev_1%3a21.1.8-7_all.deb…
Unpacking libclc-21-dev (1:21.1.8-7)…
Selecting previously unselected package libclc-21.
Preparing to unpack …/libclc-21_1%3a21.1.8-7_all.deb…
Unpacking libclc-21 (1:21.1.8-7)…
Selecting previously unselected package libllvmspirvlib21.1:amd64.
Preparing to unpack …/libllvmspirvlib21.1_21.1.5-1_amd64.deb…
Unpacking libllvmspirvlib21.1:amd64 (21.1.5-1)…
Selecting previously unselected package mesa-opencl-icd:amd64.
Preparing to unpack …/mesa-opencl-icd_26.0.4-1_amd64.deb…
Unpacking mesa-opencl-icd:amd64 (26.0.4-1)…
Setting up libllvmspirvlib21.1:amd64 (21.1.5-1)…
Setting up libclc-21-dev (1:21.1.8-7)…
Setting up libclc-21 (1:21.1.8-7)…
Setting up mesa-opencl-icd:amd64 (26.0.4-1)…
Processing triggers for libc-bin (2.42-14)…
Getting download links...
Downloading files...
######################################################################################################################################################################
100.0%
######################################################################################################################################################################
100.0%
Extracting ffmpeg...
Extracting WidevineCDM...
Doing opera
Removing old libraries & making directories...
Moving libraries to their places...
Removing temporary files...
sami at skynet:~$ darktable -d opencl -d verbose
darktable 5.4.1
Copyright (C) 2012-2026 Johannes Hanika and other contributors.
Compile options:
Bit depth -> 64 bit
Exiv2 -> 0.28.8
Lensfun -> 0.3.4
Debug -> DISABLED
SSE2 optimizations -> ENABLED
OpenMP -> ENABLED
OpenCL -> ENABLED
Lua -> ENABLED - API version 9.6.0
Colord -> ENABLED
gPhoto2 -> ENABLED
OSMGpsMap -> ENABLED - map view is available
GMIC -> ENABLED - Compressed LUTs are supported
GraphicsMagick -> ENABLED
ImageMagick -> DISABLED
libavif -> ENABLED
libheif -> ENABLED
libjxl -> ENABLED
LibRaw -> ENABLED - Version 0.21.5-Release
OpenJPEG -> ENABLED
OpenEXR -> ENABLED
WebP -> ENABLED
See https://www.darktable.org/resources/ for detailed documentation.
See https://github.com/darktable-org/darktable/issues/new/choose to report
bugs.
0.0000 [dt starting]
darktable -d opencl -d verbose
0,1762 [opencl_init] opencl disabled via darktable preferences
0,1762 [dt_dlopencl_init] could not find default opencl runtime library
'libOpenCL'
0,1763 [dt_dlopencl_init] could not find default opencl runtime library
'libOpenCL.so'
0,1763 [dt_dlopencl_init] found default opencl runtime library
'libOpenCL.so.1'
0,1763 [opencl_init] opencl library 'libOpenCL.so.1' found on your
system and loaded, preference 'default path'
0,2049 [opencl_init] found 1 platform
0,2049 [opencl_init] no devices found for Mesa/X.org (vendor) - rusticl
(name)
[opencl_init] found 0 device
0,2049 [opencl_init] FINALLY: opencl PREFERENCE=OFF is NOT AVAILABLE
and NOT ENABLED.
sami at skynet:~$ export RUSTICL_ENABLE=radeonsi
sami at skynet:~$ darktable -d opencl -d verbose
darktable 5.4.1
Copyright (C) 2012-2026 Johannes Hanika and other contributors.
Compile options:
Bit depth -> 64 bit
Exiv2 -> 0.28.8
Lensfun -> 0.3.4
Debug -> DISABLED
SSE2 optimizations -> ENABLED
OpenMP -> ENABLED
OpenCL -> ENABLED
Lua -> ENABLED - API version 9.6.0
Colord -> ENABLED
gPhoto2 -> ENABLED
OSMGpsMap -> ENABLED - map view is available
GMIC -> ENABLED - Compressed LUTs are supported
GraphicsMagick -> ENABLED
ImageMagick -> DISABLED
libavif -> ENABLED
libheif -> ENABLED
libjxl -> ENABLED
LibRaw -> ENABLED - Version 0.21.5-Release
OpenJPEG -> ENABLED
OpenEXR -> ENABLED
WebP -> ENABLED
See https://www.darktable.org/resources/ for detailed documentation.
See https://github.com/darktable-org/darktable/issues/new/choose to report
bugs.
0.0000 [dt starting]
darktable -d opencl -d verbose
0,1754 [opencl_init] opencl disabled via darktable preferences
0,1755 [dt_dlopencl_init] could not find default opencl runtime library
'libOpenCL'
0,1755 [dt_dlopencl_init] could not find default opencl runtime library
'libOpenCL.so'
0,1756 [dt_dlopencl_init] found default opencl runtime library
'libOpenCL.so.1'
0,1756 [opencl_init] opencl library 'libOpenCL.so.1' found on your
system and loaded, preference 'default path'
2,0040 [opencl_init] found 1 platform
[opencl_init] found 2 devices
[dt_opencl_device_init]
OpenCL Mesa platform `Mesa/X.org' --> `AMD Radeon RX 9070'
2.0040 [dt_opencl_write_device_config] writing data '0 250 0 16 16 128
0 0 0.000 0.000 0.250' for 'cldevice_v5_rusticlamdradeonrx9070'
2,0040 [dt_opencl_write_device_config] writing data '600' for
'cldevice_v5_rusticlamdradeonrx9070_id0'
DEVICE: 0: 'AMD Radeon RX 9070 (radeonsi, gfx1201, ACO,
DRM 3.64, 6.19.11+deb14-amd64)'
CONF KEY: cldevice_v5_rusticlamdradeonrx9070
PLATFORM, VENDOR & ID: rusticl, Mesa:Mesa/X.org, ID=4098
CANONICAL NAME: rusticlamdradeonrx9070
DRIVER VERSION: 26.0.4-1
DEVICE VERSION: OpenCL 3.0
DEVICE_TYPE: GPU, dedicated mem
GLOBAL MEM SIZE: 16384 MB
MAX MEM ALLOC: 2048 MB
MAX IMAGE SIZE: 65536 x 65536
MAX CONSTANT BUFFER: 65536 KB
ADDRESS ALIGN: 512
COMPUTE UNITS: 56
MAX WORK GROUP SIZE: 1024
MAX WORK ITEM DIMENSIONS: 3
MAX WORK ITEM SIZES: [ 1024 1024 1024 ]
ASYNC PIXELPIPE: NO
PINNED MEMORY TRANSFER: NO
AVOID ATOMICS: NO
MICRO NAP: 250
ROUNDUP WIDTH & HEIGHT 16x16
CHECK EVENT HANDLES: 128
TILING ADVANTAGE: 0,000
DEFAULT DEVICE: NO
KERNEL BUILD DIRECTORY: /usr/share/darktable/kernels
KERNEL DIRECTORY:
/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonRX9070_26041
CL COMPILER OPTION:
CL COMPILER COMMAND: -w -DAMD=1 -I"/usr/share/darktable/kernels"
2,0047 [dt_opencl_device_init] testing program `demosaic_ppg.cl' ..
2,0048 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonRX9070_26041/demosaic_ppg.cl.bin'!
2,0048 [opencl_load_program] could not load cached binary program,
trying to compile source
2,0049 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/demosaic_ppg.cl' MD5:
'f764abd6184eafa6e66d340cd1bc341f'
2,1013 [opencl_build_program] successfully built program
2,1013 [opencl_build_program] BUILD STATUS: 0
2,1014 BUILD LOG:
2,1014
2,1014 [opencl_build_program] saving binary
2,1016 [dt_opencl_device_init] testing program `atrous.cl' ..
2,1017 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonRX9070_26041/atrous.cl.bin'!
2,1017 [opencl_load_program] could not load cached binary program,
trying to compile source
2,1018 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/atrous.cl' MD5:
'ada561bb02430fe439d74194962966e3'
2,1135 [opencl_build_program] successfully built program
2,1135 [opencl_build_program] BUILD STATUS: 0
2,1135 BUILD LOG:
2,1135
2,1135 [opencl_build_program] saving binary
2,1137 [dt_opencl_device_init] testing program `basic.cl' ..
2,1140 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonRX9070_26041/basic.cl.bin'!
2,1140 [opencl_load_program] could not load cached binary program,
trying to compile source
2,1142 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/basic.cl' MD5:
'117c9c1ef95ea2e65e6daf6bcee3b217'
2,6604 [opencl_build_program] successfully built program
2,6605 [opencl_build_program] BUILD STATUS: 0
2,6605 BUILD LOG:
2,6605
2,6605 [opencl_build_program] saving binary
2,6607 [dt_opencl_device_init] testing program `blendop.cl' ..
2,6609 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonRX9070_26041/blendop.cl.bin'!
2,6609 [opencl_load_program] could not load cached binary program,
trying to compile source
2,6610 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/blendop.cl' MD5:
'2ee2778f5567a0fd2869ff05b6f1180e'
2,9675 [opencl_build_program] successfully built program
2,9675 [opencl_build_program] BUILD STATUS: 0
2,9675 BUILD LOG:
2,9675
2,9675 [opencl_build_program] saving binary
2,9677 [dt_opencl_device_init] testing program `highpass.cl' ..
2,9678 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonRX9070_26041/highpass.cl.bin'!
2,9678 [opencl_load_program] could not load cached binary program,
trying to compile source
2,9679 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/highpass.cl' MD5:
'4c56df8ed7fe42bf4ecdc3eda0c7b4a0'
2,9780 [opencl_build_program] successfully built program
2,9780 [opencl_build_program] BUILD STATUS: 0
2,9780 BUILD LOG:
2,9780
2,9780 [opencl_build_program] saving binary
2,9781 [dt_opencl_device_init] testing program `nlmeans.cl' ..
2,9782 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonRX9070_26041/nlmeans.cl.bin'!
2,9782 [opencl_load_program] could not load cached binary program,
trying to compile source
2,9783 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/nlmeans.cl' MD5:
'0899564959595f6550850db71392a1e0'
2,9946 [opencl_build_program] successfully built program
2,9947 [opencl_build_program] BUILD STATUS: 0
2,9947 BUILD LOG:
2,9947
2,9947 [opencl_build_program] saving binary
2,9948 [dt_opencl_device_init] testing program `gaussian.cl' ..
2,9950 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonRX9070_26041/gaussian.cl.bin'!
2,9950 [opencl_load_program] could not load cached binary program,
trying to compile source
2,9951 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/gaussian.cl' MD5:
'780d5ad4d2d36d0c4a513206fefd0063'
3,0703 [opencl_build_program] successfully built program
3,0703 [opencl_build_program] BUILD STATUS: 0
3,0703 BUILD LOG:
3,0703
3,0703 [opencl_build_program] saving binary
3,0704 [dt_opencl_device_init] testing program `sharpen.cl' ..
3,0706 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonRX9070_26041/sharpen.cl.bin'!
3,0706 [opencl_load_program] could not load cached binary program,
trying to compile source
3,0707 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/sharpen.cl' MD5:
'1d5ac9d90f6ff944ae3677675f2d3231'
3,0801 [opencl_build_program] successfully built program
3,0801 [opencl_build_program] BUILD STATUS: 0
3,0801 BUILD LOG:
3,0801
3,0801 [opencl_build_program] saving binary
3,0802 [dt_opencl_device_init] testing program `extended.cl' ..
3,0805 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonRX9070_26041/extended.cl.bin'!
3,0805 [opencl_load_program] could not load cached binary program,
trying to compile source
3,0806 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/extended.cl' MD5:
'721848053c9b21f58b761e3bb40dd29a'
3,2165 [opencl_build_program] successfully built program
3,2165 [opencl_build_program] BUILD STATUS: 0
3,2165 BUILD LOG:
3,2165
3,2165 [opencl_build_program] saving binary
3,2166 [dt_opencl_device_init] testing program `soften.cl' ..
3,2168 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonRX9070_26041/soften.cl.bin'!
3,2168 [opencl_load_program] could not load cached binary program,
trying to compile source
3,2168 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/soften.cl' MD5:
'f405786a22e7cfa24f791a26ab94079c'
3,2336 [opencl_build_program] successfully built program
3,2336 [opencl_build_program] BUILD STATUS: 0
3,2336 BUILD LOG:
3,2336
3,2336 [opencl_build_program] saving binary
3,2337 [dt_opencl_device_init] testing program `bilateral.cl' ..
3,2339 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonRX9070_26041/bilateral.cl.bin'!
3,2339 [opencl_load_program] could not load cached binary program,
trying to compile source
3,2339 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/bilateral.cl' MD5:
'2172e1f36664776eafa48440f995359d'
3,2591 [opencl_build_program] successfully built program
3,2592 [opencl_build_program] BUILD STATUS: 0
3,2592 BUILD LOG:
3,2592
3,2592 [opencl_build_program] saving binary
3,2594 [dt_opencl_device_init] testing program `denoiseprofile.cl' ..
3,2596 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonRX9070_26041/denoiseprofile.cl.bin'!
3,2596 [opencl_load_program] could not load cached binary program,
trying to compile source
3,2596 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/denoiseprofile.cl' MD5:
'fd933862b12433b92621ed4ba81c527d'
3,3046 [opencl_build_program] successfully built program
3,3046 [opencl_build_program] BUILD STATUS: 0
3,3046 BUILD LOG:
3,3046
3,3046 [opencl_build_program] saving binary
3,3047 [dt_opencl_device_init] testing program `bloom.cl' ..
3,3049 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonRX9070_26041/bloom.cl.bin'!
3,3049 [opencl_load_program] could not load cached binary program,
trying to compile source
3,3049 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/bloom.cl' MD5:
'177f13ccb90257e8282648f7d155b052'
3,3174 [opencl_build_program] successfully built program
3,3174 [opencl_build_program] BUILD STATUS: 0
3,3174 BUILD LOG:
3,3174
3,3174 [opencl_build_program] saving binary
3,3175 [dt_opencl_device_init] testing program `colorreconstruction.cl'
..
3,3177 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonRX9070_26041/colorreconstruction.cl.bin'!
3,3177 [opencl_load_program] could not load cached binary program,
trying to compile source
3,3177 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/colorreconstruction.cl' MD5:
'b05944abea24897496d02ed8faa56008'
3,3404 [opencl_build_program] successfully built program
3,3404 [opencl_build_program] BUILD STATUS: 0
3,3404 BUILD LOG:
3,3404
3,3404 [opencl_build_program] saving binary
3,3405 [dt_opencl_device_init] testing program `demosaic_other.cl' ..
3,3407 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonRX9070_26041/demosaic_other.cl.bin'!
3,3407 [opencl_load_program] could not load cached binary program,
trying to compile source
3,3407 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/demosaic_other.cl' MD5:
'36ebf65ce7d105f5ffbb172dc8cb30cb'
3,3489 [opencl_build_program] successfully built program
3,3489 [opencl_build_program] BUILD STATUS: 0
3,3489 BUILD LOG:
3,3489
3,3489 [opencl_build_program] saving binary
3,3489 [dt_opencl_device_init] testing program `demosaic_vng.cl' ..
3,3491 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonRX9070_26041/demosaic_vng.cl.bin'!
3,3491 [opencl_load_program] could not load cached binary program,
trying to compile source
3,3491 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/demosaic_vng.cl' MD5:
'd152104e001926ab39ab39cdfda1de87'
3,3732 [opencl_build_program] successfully built program
3,3732 [opencl_build_program] BUILD STATUS: 0
3,3732 BUILD LOG:
3,3732
3,3732 [opencl_build_program] saving binary
3,3733 [dt_opencl_device_init] testing program `demosaic_markesteijn.cl'
..
3,3736 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonRX9070_26041/demosaic_markesteijn.cl.bin'!
3,3736 [opencl_load_program] could not load cached binary program,
trying to compile source
3,3738 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/demosaic_markesteijn.cl' MD5:
'e6fda3c2d92a044736e2ab7cef7f869b'
3,4320 [opencl_build_program] successfully built program
3,4320 [opencl_build_program] BUILD STATUS: 0
3,4320 BUILD LOG:
3,4320
3,4320 [opencl_build_program] saving binary
3,4321 [dt_opencl_device_init] testing program `liquify.cl' ..
3,4323 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonRX9070_26041/liquify.cl.bin'!
3,4323 [opencl_load_program] could not load cached binary program,
trying to compile source
3,4323 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/liquify.cl' MD5:
'4d69e7337da72e6ffacbb6781a0a1a80'
3,4400 [opencl_build_program] successfully built program
3,4401 [opencl_build_program] BUILD STATUS: 0
3,4401 BUILD LOG:
3,4401
3,4401 [opencl_build_program] saving binary
3,4402 [dt_opencl_device_init] testing program `basecurve.cl' ..
3,4403 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonRX9070_26041/basecurve.cl.bin'!
3,4403 [opencl_load_program] could not load cached binary program,
trying to compile source
3,4404 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/basecurve.cl' MD5:
'81b66a8279d0a545ba8579a230ac36da'
3,4692 [opencl_build_program] successfully built program
3,4692 [opencl_build_program] BUILD STATUS: 0
3,4692 BUILD LOG:
3,4692
3,4692 [opencl_build_program] saving binary
3,4693 [dt_opencl_device_init] testing program `locallaplacian.cl' ..
3,4695 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonRX9070_26041/locallaplacian.cl.bin'!
3,4695 [opencl_load_program] could not load cached binary program,
trying to compile source
3,4696 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/locallaplacian.cl' MD5:
'fde51efb36e1bf08350b509c21b713e3'
3,5020 [opencl_build_program] successfully built program
3,5020 [opencl_build_program] BUILD STATUS: 0
3,5020 BUILD LOG:
3,5020
3,5020 [opencl_build_program] saving binary
3,5022 [dt_opencl_device_init] testing program `dwt.cl' ..
3,5023 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonRX9070_26041/dwt.cl.bin'!
3,5023 [opencl_load_program] could not load cached binary program,
trying to compile source
3,5024 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/dwt.cl' MD5:
'823acde82e54e911eb3505a0343e2cc5'
3,5111 [opencl_build_program] successfully built program
3,5111 [opencl_build_program] BUILD STATUS: 0
3,5111 BUILD LOG:
3,5112
3,5112 [opencl_build_program] saving binary
3,5112 [dt_opencl_device_init] testing program `retouch.cl' ..
3,5114 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonRX9070_26041/retouch.cl.bin'!
3,5114 [opencl_load_program] could not load cached binary program,
trying to compile source
3,5115 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/retouch.cl' MD5:
'0190ae6b48f61894ea6cdc4c5eb5a356'
3,5294 [opencl_build_program] successfully built program
3,5294 [opencl_build_program] BUILD STATUS: 0
3,5295 BUILD LOG:
3,5295
3,5295 [opencl_build_program] saving binary
3,5295 [dt_opencl_device_init] testing program `filmic.cl' ..
3,5298 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonRX9070_26041/filmic.cl.bin'!
3,5298 [opencl_load_program] could not load cached binary program,
trying to compile source
3,5300 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/filmic.cl' MD5:
'43d2e47831db752e7f20fb5f33b49882'
3,6895 [opencl_build_program] successfully built program
3,6896 [opencl_build_program] BUILD STATUS: 0
3,6896 BUILD LOG:
3,6896
3,6896 [opencl_build_program] saving binary
3,6897 [dt_opencl_device_init] testing program `colorspaces.cl' ..
3,6897 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonRX9070_26041/colorspaces.cl.bin'!
3,6897 [opencl_load_program] could not load cached binary program,
trying to compile source
3,6898 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/colorspaces.cl' MD5:
'ab277372ce8b06d3d7c21ccca1d41120'
3,7078 [opencl_build_program] successfully built program
3,7079 [opencl_build_program] BUILD STATUS: 0
3,7079 BUILD LOG:
3,7079
3,7079 [opencl_build_program] saving binary
3,7080 [dt_opencl_device_init] testing program `basicadj.cl' ..
3,7082 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonRX9070_26041/basicadj.cl.bin'!
3,7083 [opencl_load_program] could not load cached binary program,
trying to compile source
3,7083 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/basicadj.cl' MD5:
'6b537bae44df52f8abff4aa15d1ad877'
3,7283 [opencl_build_program] successfully built program
3,7283 [opencl_build_program] BUILD STATUS: 0
3,7283 BUILD LOG:
3,7283
3,7283 [opencl_build_program] saving binary
3,7284 [dt_opencl_device_init] testing program `rgbcurve.cl' ..
3,7286 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonRX9070_26041/rgbcurve.cl.bin'!
3,7286 [opencl_load_program] could not load cached binary program,
trying to compile source
3,7286 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/rgbcurve.cl' MD5:
'34585f01523fd1eab00751ca8378d06a'
3,7426 [opencl_build_program] successfully built program
3,7427 [opencl_build_program] BUILD STATUS: 0
3,7427 BUILD LOG:
3,7427
3,7427 [opencl_build_program] saving binary
3,7428 [dt_opencl_device_init] testing program `guided_filter.cl' ..
3,7431 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonRX9070_26041/guided_filter.cl.bin'!
3,7431 [opencl_load_program] could not load cached binary program,
trying to compile source
3,7431 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/guided_filter.cl' MD5:
'8b3062275a55b0a9708d52af77eb7150'
3,7666 [opencl_build_program] successfully built program
3,7667 [opencl_build_program] BUILD STATUS: 0
3,7667 BUILD LOG:
3,7667
3,7667 [opencl_build_program] saving binary
3,7668 [dt_opencl_device_init] testing program `hazeremoval.cl' ..
3,7669 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonRX9070_26041/hazeremoval.cl.bin'!
3,7669 [opencl_load_program] could not load cached binary program,
trying to compile source
3,7670 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/hazeremoval.cl' MD5:
'30ca855e7a14b39d9d1e104719e74fcf'
3,7816 [opencl_build_program] successfully built program
3,7816 [opencl_build_program] BUILD STATUS: 0
3,7816 BUILD LOG:
3,7816
3,7816 [opencl_build_program] saving binary
3,7818 [dt_opencl_device_init] testing program `lut3d.cl' ..
3,7819 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonRX9070_26041/lut3d.cl.bin'!
3,7819 [opencl_load_program] could not load cached binary program,
trying to compile source
3,7820 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/lut3d.cl' MD5:
'50bfb395d5bf55120eeeeb7e32b6fa12'
3,7980 [opencl_build_program] successfully built program
3,7980 [opencl_build_program] BUILD STATUS: 0
3,7981 BUILD LOG:
3,7981
3,7981 [opencl_build_program] saving binary
3,7982 [dt_opencl_device_init] testing program `rgblevels.cl' ..
3,7984 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonRX9070_26041/rgblevels.cl.bin'!
3,7984 [opencl_load_program] could not load cached binary program,
trying to compile source
3,7984 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/rgblevels.cl' MD5:
'5552bc47e9219b46a3feb376c8dfaa0e'
3,8129 [opencl_build_program] successfully built program
3,8129 [opencl_build_program] BUILD STATUS: 0
3,8129 BUILD LOG:
3,8129
3,8129 [opencl_build_program] saving binary
3,8130 [dt_opencl_device_init] testing program `negadoctor.cl' ..
3,8131 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonRX9070_26041/negadoctor.cl.bin'!
3,8131 [opencl_load_program] could not load cached binary program,
trying to compile source
3,8131 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/negadoctor.cl' MD5:
'0a26bcba232ec5e70f3ac2bc05b14a4f'
3,8179 [opencl_build_program] successfully built program
3,8179 [opencl_build_program] BUILD STATUS: 0
3,8179 BUILD LOG:
3,8179
3,8179 [opencl_build_program] saving binary
3,8180 [dt_opencl_device_init] testing program `demosaic_rcd.cl' ..
3,8182 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonRX9070_26041/demosaic_rcd.cl.bin'!
3,8182 [opencl_load_program] could not load cached binary program,
trying to compile source
3,8183 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/demosaic_rcd.cl' MD5:
'92623fdb47db05894022311a6074ec98'
3,8682 [opencl_build_program] successfully built program
3,8682 [opencl_build_program] BUILD STATUS: 0
3,8682 BUILD LOG:
3,8682
3,8682 [opencl_build_program] saving binary
3,8684 [dt_opencl_device_init] testing program `channelmixer.cl' ..
3,8686 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonRX9070_26041/channelmixer.cl.bin'!
3,8686 [opencl_load_program] could not load cached binary program,
trying to compile source
3,8687 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/channelmixer.cl' MD5:
'b21403f1a035aa8d14401de10c66667f'
3,9142 [opencl_build_program] successfully built program
3,9142 [opencl_build_program] BUILD STATUS: 0
3,9142 BUILD LOG:
3,9142
3,9142 [opencl_build_program] saving binary
3,9143 [dt_opencl_device_init] testing program `diffuse.cl' ..
3,9144 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonRX9070_26041/diffuse.cl.bin'!
3,9144 [opencl_load_program] could not load cached binary program,
trying to compile source
3,9145 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/diffuse.cl' MD5:
'33334fca4b26cfce22af128967f64792'
3,9410 [opencl_build_program] successfully built program
3,9410 [opencl_build_program] BUILD STATUS: 0
3,9410 BUILD LOG:
3,9410
3,9410 [opencl_build_program] saving binary
3,9411 [dt_opencl_device_init] testing program `blurs.cl' ..
3,9413 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonRX9070_26041/blurs.cl.bin'!
3,9413 [opencl_load_program] could not load cached binary program,
trying to compile source
3,9414 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/blurs.cl' MD5:
'40fafb09c62206f12715156b432ecfca'
3,9474 [opencl_build_program] successfully built program
3,9474 [opencl_build_program] BUILD STATUS: 0
3,9474 BUILD LOG:
3,9474
3,9474 [opencl_build_program] saving binary
3,9475 [dt_opencl_device_init] testing program `bspline.cl' ..
3,9477 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonRX9070_26041/bspline.cl.bin'!
3,9477 [opencl_load_program] could not load cached binary program,
trying to compile source
3,9478 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/bspline.cl' MD5:
'f99d6dc6441eca6a0781129b555cc08f'
3,9545 [opencl_build_program] successfully built program
3,9545 [opencl_build_program] BUILD STATUS: 0
3,9545 BUILD LOG:
3,9545
3,9545 [opencl_build_program] saving binary
3,9547 [dt_opencl_device_init] testing program `sigmoid.cl' ..
3,9549 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonRX9070_26041/sigmoid.cl.bin'!
3,9549 [opencl_load_program] could not load cached binary program,
trying to compile source
3,9551 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/sigmoid.cl' MD5:
'584c66928ceb3cab4cb5f5420488a283'
3,9876 [opencl_build_program] successfully built program
3,9876 [opencl_build_program] BUILD STATUS: 0
3,9876 BUILD LOG:
3,9876
3,9876 [opencl_build_program] saving binary
3,9878 [dt_opencl_device_init] testing program `colorequal.cl' ..
3,9880 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonRX9070_26041/colorequal.cl.bin'!
3,9880 [opencl_load_program] could not load cached binary program,
trying to compile source
3,9882 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/colorequal.cl' MD5:
'82c25b08a533dfcbb6a140762b173ce7'
4,0397 [opencl_build_program] successfully built program
4,0397 [opencl_build_program] BUILD STATUS: 0
4,0397 BUILD LOG:
4,0397
4,0397 [opencl_build_program] saving binary
4,0398 [dt_opencl_device_init] testing program `capture.cl' ..
4,0400 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonRX9070_26041/capture.cl.bin'!
4,0400 [opencl_load_program] could not load cached binary program,
trying to compile source
4,0401 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/capture.cl' MD5:
'307f401c37e3fa96a11115bc688049bb'
4,0712 [opencl_build_program] successfully built program
4,0712 [opencl_build_program] BUILD STATUS: 0
4,0712 BUILD LOG:
4,0712
4,0712 [opencl_build_program] saving binary
4,0714 [dt_opencl_device_init] testing program `agx.cl' ..
4,0715 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonRX9070_26041/agx.cl.bin'!
4,0715 [opencl_load_program] could not load cached binary program,
trying to compile source
4,0716 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/agx.cl' MD5:
'3b3917b96de9b4db4a94709447f3970d'
4,0961 [opencl_build_program] successfully built program
4,0962 [opencl_build_program] BUILD STATUS: 0
4,0962 BUILD LOG:
4,0962
4,0962 [opencl_build_program] saving binary
KERNEL LOADING TIME: 2,0917 sec
4.0964 [dt_opencl_write_device_config] writing data '0 250 0 16 16 128
0 0 0.000 0.000 0.250' for 'cldevice_v5_rusticlamdradeonrx9070'
4,0964 [dt_opencl_write_device_config] writing data '600' for
'cldevice_v5_rusticlamdradeonrx9070_id0'
[dt_opencl_device_init]
OpenCL Mesa platform `Mesa/X.org' --> `AMD Radeon Graphics'
4.0964 [dt_opencl_write_device_config] writing data '0 250 0 16 16 128
0 0 0.000 0.000 0.250' for 'cldevice_v5_rusticlamdradeongraphics'
4.0964 [dt_opencl_write_device_config] writing data '600' for
'cldevice_v5_rusticlamdradeongraphics_id1'
DEVICE: 1: 'AMD Radeon Graphics (radeonsi,
raphael_mendocino, ACO, DRM 3.64, 6.19.11+deb14-amd64)', NEW
CONF KEY: cldevice_v5_rusticlamdradeongraphics
PLATFORM, VENDOR & ID: rusticl, Mesa:Mesa/X.org, ID=4098
CANONICAL NAME: rusticlamdradeongraphics
DRIVER VERSION: 26.0.4-1
DEVICE VERSION: OpenCL 3.0
DEVICE_TYPE: GPU, dedicated mem
GLOBAL MEM SIZE: 2048 MB
MAX MEM ALLOC: 2048 MB
MAX IMAGE SIZE: 16384 x 16384
MAX CONSTANT BUFFER: 65536 KB
ADDRESS ALIGN: 512
COMPUTE UNITS: 2
MAX WORK GROUP SIZE: 1024
MAX WORK ITEM DIMENSIONS: 3
MAX WORK ITEM SIZES: [ 1024 1024 1024 ]
ASYNC PIXELPIPE: NO
PINNED MEMORY TRANSFER: NO
AVOID ATOMICS: NO
MICRO NAP: 250
ROUNDUP WIDTH & HEIGHT 16x16
CHECK EVENT HANDLES: 128
TILING ADVANTAGE: 0.000
DEFAULT DEVICE: NO
KERNEL BUILD DIRECTORY: /usr/share/darktable/kernels
KERNEL DIRECTORY:
/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonGraphics_26041
CL COMPILER OPTION: -cl-fast-relaxed-math
CL COMPILER COMMAND: -w -cl-fast-relaxed-math -DAMD=1
-I"/usr/share/darktable/kernels"
4.0969 [dt_opencl_write_device_config] writing data '0 250 0 16 16 128
0 0 0.000 0.000 0.250' for 'cldevice_v5_rusticlamdradeongraphics'
4.0969 [dt_opencl_write_device_config] writing data '600' for
'cldevice_v5_rusticlamdradeongraphics_id1'
4.0977 [dt_opencl_device_init] testing program `demosaic_ppg.cl' ..
4.0977 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonGraphics_26041/demosaic_ppg.cl.bin'!
4.0977 [opencl_load_program] could not load cached binary program,
trying to compile source
4.0978 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/demosaic_ppg.cl' MD5:
'b40b9c01d0c3ff50fcae85ef65571943'
4.1567 [opencl_build_program] successfully built program
4.1567 [opencl_build_program] BUILD STATUS: 0
4.1567 BUILD LOG:
4.1567
4.1567 [opencl_build_program] saving binary
4.1569 [dt_opencl_device_init] testing program `atrous.cl' ..
4.1569 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonGraphics_26041/atrous.cl.bin'!
4.1569 [opencl_load_program] could not load cached binary program,
trying to compile source
4.1569 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/atrous.cl' MD5:
'3e6729c2e7edc7ffd3066d97caf7b024'
4.1663 [opencl_build_program] successfully built program
4.1663 [opencl_build_program] BUILD STATUS: 0
4.1663 BUILD LOG:
4.1663
4.1663 [opencl_build_program] saving binary
4.1665 [dt_opencl_device_init] testing program `basic.cl' ..
4.1667 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonGraphics_26041/basic.cl.bin'!
4.1667 [opencl_load_program] could not load cached binary program,
trying to compile source
4.1670 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/basic.cl' MD5:
'485278da9052f5da98b3235549aa5cfe'
4.7375 [opencl_build_program] successfully built program
4.7376 [opencl_build_program] BUILD STATUS: 0
4.7376 BUILD LOG:
4.7376
4.7376 [opencl_build_program] saving binary
4.7377 [dt_opencl_device_init] testing program `blendop.cl' ..
4.7378 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonGraphics_26041/blendop.cl.bin'!
4.7378 [opencl_load_program] could not load cached binary program,
trying to compile source
4.7379 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/blendop.cl' MD5:
'49359d96578914da3e7ecfa608a19ba5'
5.0551 [opencl_build_program] successfully built program
5.0551 [opencl_build_program] BUILD STATUS: 0
5.0551 BUILD LOG:
5.0551
5.0551 [opencl_build_program] saving binary
5.0553 [dt_opencl_device_init] testing program `highpass.cl' ..
5.0554 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonGraphics_26041/highpass.cl.bin'!
5.0554 [opencl_load_program] could not load cached binary program,
trying to compile source
5.0554 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/highpass.cl' MD5:
'ae5834056551c2b108d4a869acbb6410'
5.0662 [opencl_build_program] successfully built program
5.0662 [opencl_build_program] BUILD STATUS: 0
5.0662 BUILD LOG:
5.0662
5.0662 [opencl_build_program] saving binary
5.0663 [dt_opencl_device_init] testing program `nlmeans.cl' ..
5.0664 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonGraphics_26041/nlmeans.cl.bin'!
5.0664 [opencl_load_program] could not load cached binary program,
trying to compile source
5.0664 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/nlmeans.cl' MD5:
'a868741a23efcafa6fbbed379cb66055'
5.0823 [opencl_build_program] successfully built program
5.0823 [opencl_build_program] BUILD STATUS: 0
5.0823 BUILD LOG:
5.0823
5.0823 [opencl_build_program] saving binary
5.0824 [dt_opencl_device_init] testing program `gaussian.cl' ..
5.0824 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonGraphics_26041/gaussian.cl.bin'!
5.0824 [opencl_load_program] could not load cached binary program,
trying to compile source
5.0825 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/gaussian.cl' MD5:
'd5e12344646832d62fafe30f82eb4faa'
5.1597 [opencl_build_program] successfully built program
5.1598 [opencl_build_program] BUILD STATUS: 0
5.1598 BUILD LOG:
5.1598
5.1598 [opencl_build_program] saving binary
5.1599 [dt_opencl_device_init] testing program `sharpen.cl' ..
5.1600 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonGraphics_26041/sharpen.cl.bin'!
5.1600 [opencl_load_program] could not load cached binary program,
trying to compile source
5.1601 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/sharpen.cl' MD5:
'af400e49f3fbaca5633dca7222bf693f'
5.1701 [opencl_build_program] successfully built program
5.1702 [opencl_build_program] BUILD STATUS: 0
5.1702 BUILD LOG:
5.1702
5.1702 [opencl_build_program] saving binary
5.1703 [dt_opencl_device_init] testing program `extended.cl' ..
5.1703 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonGraphics_26041/extended.cl.bin'!
5.1703 [opencl_load_program] could not load cached binary program,
trying to compile source
5.1705 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/extended.cl' MD5:
'ca36d4cf2ed8f8557440245f3d3a61f2'
5.3137 [opencl_build_program] successfully built program
5.3137 [opencl_build_program] BUILD STATUS: 0
5.3137 BUILD LOG:
5.3137
5.3137 [opencl_build_program] saving binary
5.3139 [dt_opencl_device_init] testing program `soften.cl' ..
5.3140 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonGraphics_26041/soften.cl.bin'!
5.3140 [opencl_load_program] could not load cached binary program,
trying to compile source
5.3141 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/soften.cl' MD5:
'4feb287aa537effc865f7eb6cf80087b'
5.3302 [opencl_build_program] successfully built program
5.3302 [opencl_build_program] BUILD STATUS: 0
5.3302 BUILD LOG:
5.3303
5.3303 [opencl_build_program] saving binary
5.3304 [dt_opencl_device_init] testing program `bilateral.cl' ..
5.3304 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonGraphics_26041/bilateral.cl.bin'!
5.3304 [opencl_load_program] could not load cached binary program,
trying to compile source
5.3305 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/bilateral.cl' MD5:
'cee7ef948a960dd5ffed8bcbe89778a8'
5.3557 [opencl_build_program] successfully built program
5.3557 [opencl_build_program] BUILD STATUS: 0
5.3557 BUILD LOG:
5.3557
5.3557 [opencl_build_program] saving binary
5.3558 [dt_opencl_device_init] testing program `denoiseprofile.cl' ..
5.3559 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonGraphics_26041/denoiseprofile.cl.bin'!
5.3559 [opencl_load_program] could not load cached binary program,
trying to compile source
5.3560 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/denoiseprofile.cl' MD5:
'9f9b85070954847998dfa4e2a6f996fe'
5.4024 [opencl_build_program] successfully built program
5.4024 [opencl_build_program] BUILD STATUS: 0
5.4024 BUILD LOG:
5.4024
5.4024 [opencl_build_program] saving binary
5.4025 [dt_opencl_device_init] testing program `bloom.cl' ..
5.4025 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonGraphics_26041/bloom.cl.bin'!
5.4025 [opencl_load_program] could not load cached binary program,
trying to compile source
5.4025 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/bloom.cl' MD5:
'2166a3ccae6f3078a3548b44a20f7c34'
5.4150 [opencl_build_program] successfully built program
5.4150 [opencl_build_program] BUILD STATUS: 0
5.4150 BUILD LOG:
5.4150
5.4150 [opencl_build_program] saving binary
5.4150 [dt_opencl_device_init] testing program `colorreconstruction.cl'
..
5.4151 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonGraphics_26041/colorreconstruction.cl.bin'!
5.4151 [opencl_load_program] could not load cached binary program,
trying to compile source
5.4151 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/colorreconstruction.cl' MD5:
'228fa5074ec0cdd2e94c8f764c139954'
5.4385 [opencl_build_program] successfully built program
5.4385 [opencl_build_program] BUILD STATUS: 0
5.4385 BUILD LOG:
5.4385
5.4385 [opencl_build_program] saving binary
5.4387 [dt_opencl_device_init] testing program `demosaic_other.cl' ..
5.4388 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonGraphics_26041/demosaic_other.cl.bin'!
5.4388 [opencl_load_program] could not load cached binary program,
trying to compile source
5.4388 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/demosaic_other.cl' MD5:
'37491ff92c245d68eb8255b0d45596ff'
5.4468 [opencl_build_program] successfully built program
5.4468 [opencl_build_program] BUILD STATUS: 0
5.4468 BUILD LOG:
5.4468
5.4468 [opencl_build_program] saving binary
5.4469 [dt_opencl_device_init] testing program `demosaic_vng.cl' ..
5.4469 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonGraphics_26041/demosaic_vng.cl.bin'!
5.4469 [opencl_load_program] could not load cached binary program,
trying to compile source
5.4470 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/demosaic_vng.cl' MD5:
'26a3d426cfce7f396c5abcc4974ed71e'
5.4714 [opencl_build_program] successfully built program
5.4714 [opencl_build_program] BUILD STATUS: 0
5.4714 BUILD LOG:
5.4714
5.4714 [opencl_build_program] saving binary
5.4716 [dt_opencl_device_init] testing program `demosaic_markesteijn.cl'
..
5.4717 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonGraphics_26041/demosaic_markesteijn.cl.bin'!
5.4717 [opencl_load_program] could not load cached binary program,
trying to compile source
5.4719 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/demosaic_markesteijn.cl' MD5:
'c7e58ae5e91ecdddc92dd22f4151f7c9'
5.5308 [opencl_build_program] successfully built program
5.5308 [opencl_build_program] BUILD STATUS: 0
5.5308 BUILD LOG:
5.5308
5.5308 [opencl_build_program] saving binary
5.5310 [dt_opencl_device_init] testing program `liquify.cl' ..
5.5310 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonGraphics_26041/liquify.cl.bin'!
5.5310 [opencl_load_program] could not load cached binary program,
trying to compile source
5.5311 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/liquify.cl' MD5:
'4655f6e6f2db9a04056ac0fe8f01a887'
5.5398 [opencl_build_program] successfully built program
5.5399 [opencl_build_program] BUILD STATUS: 0
5.5399 BUILD LOG:
5.5399
5.5399 [opencl_build_program] saving binary
5.5400 [dt_opencl_device_init] testing program `basecurve.cl' ..
5.5401 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonGraphics_26041/basecurve.cl.bin'!
5.5401 [opencl_load_program] could not load cached binary program,
trying to compile source
5.5402 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/basecurve.cl' MD5:
'd3203747bcb5780e8956490309b1ce7a'
5.5698 [opencl_build_program] successfully built program
5.5698 [opencl_build_program] BUILD STATUS: 0
5.5698 BUILD LOG:
5.5698
5.5698 [opencl_build_program] saving binary
5.5699 [dt_opencl_device_init] testing program `locallaplacian.cl' ..
5.5699 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonGraphics_26041/locallaplacian.cl.bin'!
5.5699 [opencl_load_program] could not load cached binary program,
trying to compile source
5.5700 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/locallaplacian.cl' MD5:
'957163a99d5ea28798b33e5493bb6a4a'
5.6058 [opencl_build_program] successfully built program
5.6058 [opencl_build_program] BUILD STATUS: 0
5.6058 BUILD LOG:
5.6058
5.6058 [opencl_build_program] saving binary
5.6059 [dt_opencl_device_init] testing program `dwt.cl' ..
5.6059 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonGraphics_26041/dwt.cl.bin'!
5.6059 [opencl_load_program] could not load cached binary program,
trying to compile source
5.6060 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/dwt.cl' MD5:
'959271a9183ae87e22acbac900c51eb4'
5.6162 [opencl_build_program] successfully built program
5.6162 [opencl_build_program] BUILD STATUS: 0
5.6162 BUILD LOG:
5.6162
5.6162 [opencl_build_program] saving binary
5.6163 [dt_opencl_device_init] testing program `retouch.cl' ..
5.6163 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonGraphics_26041/retouch.cl.bin'!
5.6163 [opencl_load_program] could not load cached binary program,
trying to compile source
5.6164 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/retouch.cl' MD5:
'609b44f24af1e5c4069e984faf380ec4'
5.6350 [opencl_build_program] successfully built program
5.6350 [opencl_build_program] BUILD STATUS: 0
5.6350 BUILD LOG:
5.6350
5.6350 [opencl_build_program] saving binary
5.6350 [dt_opencl_device_init] testing program `filmic.cl' ..
5.6351 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonGraphics_26041/filmic.cl.bin'!
5.6351 [opencl_load_program] could not load cached binary program,
trying to compile source
5.6353 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/filmic.cl' MD5:
'f36d906d3983ee41ff6dc68f79921ce6'
5.7975 [opencl_build_program] successfully built program
5.7975 [opencl_build_program] BUILD STATUS: 0
5.7975 BUILD LOG:
5.7975
5.7975 [opencl_build_program] saving binary
5.7976 [dt_opencl_device_init] testing program `colorspaces.cl' ..
5.7977 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonGraphics_26041/colorspaces.cl.bin'!
5.7977 [opencl_load_program] could not load cached binary program,
trying to compile source
5.7977 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/colorspaces.cl' MD5:
'7bd3a166f5c2853cdeee77c008ecc6ee'
5.8162 [opencl_build_program] successfully built program
5.8162 [opencl_build_program] BUILD STATUS: 0
5.8162 BUILD LOG:
5.8162
5.8162 [opencl_build_program] saving binary
5.8163 [dt_opencl_device_init] testing program `basicadj.cl' ..
5.8163 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonGraphics_26041/basicadj.cl.bin'!
5.8163 [opencl_load_program] could not load cached binary program,
trying to compile source
5.8163 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/basicadj.cl' MD5:
'9c7caf129f08afcd9ef3e312779ec097'
5.8366 [opencl_build_program] successfully built program
5.8367 [opencl_build_program] BUILD STATUS: 0
5.8367 BUILD LOG:
5.8367
5.8367 [opencl_build_program] saving binary
5.8368 [dt_opencl_device_init] testing program `rgbcurve.cl' ..
5.8368 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonGraphics_26041/rgbcurve.cl.bin'!
5.8368 [opencl_load_program] could not load cached binary program,
trying to compile source
5.8368 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/rgbcurve.cl' MD5:
'c06d006cc83b25b1827ba41c514c4d2b'
5.8513 [opencl_build_program] successfully built program
5.8513 [opencl_build_program] BUILD STATUS: 0
5.8513 BUILD LOG:
5.8513
5.8513 [opencl_build_program] saving binary
5.8514 [dt_opencl_device_init] testing program `guided_filter.cl' ..
5.8515 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonGraphics_26041/guided_filter.cl.bin'!
5.8515 [opencl_load_program] could not load cached binary program,
trying to compile source
5.8516 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/guided_filter.cl' MD5:
'b1baaa3a77c513cd269dc511268ee992'
5.8754 [opencl_build_program] successfully built program
5.8754 [opencl_build_program] BUILD STATUS: 0
5.8754 BUILD LOG:
5.8754
5.8754 [opencl_build_program] saving binary
5.8755 [dt_opencl_device_init] testing program `hazeremoval.cl' ..
5.8756 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonGraphics_26041/hazeremoval.cl.bin'!
5.8756 [opencl_load_program] could not load cached binary program,
trying to compile source
5.8756 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/hazeremoval.cl' MD5:
'f9b9ed8dd9b5a603d31ab1a21db8526f'
5.8895 [opencl_build_program] successfully built program
5.8895 [opencl_build_program] BUILD STATUS: 0
5.8895 BUILD LOG:
5.8895
5.8895 [opencl_build_program] saving binary
5.8896 [dt_opencl_device_init] testing program `lut3d.cl' ..
5.8896 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonGraphics_26041/lut3d.cl.bin'!
5.8896 [opencl_load_program] could not load cached binary program,
trying to compile source
5.8897 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/lut3d.cl' MD5:
'931068a1cb0311467670d1e66f3ddf23'
5.9062 [opencl_build_program] successfully built program
5.9062 [opencl_build_program] BUILD STATUS: 0
5.9062 BUILD LOG:
5.9062
5.9062 [opencl_build_program] saving binary
5.9063 [dt_opencl_device_init] testing program `rgblevels.cl' ..
5.9064 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonGraphics_26041/rgblevels.cl.bin'!
5.9064 [opencl_load_program] could not load cached binary program,
trying to compile source
5.9064 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/rgblevels.cl' MD5:
'eae279b826ae839bcc1af7cb20cfb50a'
5.9210 [opencl_build_program] successfully built program
5.9210 [opencl_build_program] BUILD STATUS: 0
5.9210 BUILD LOG:
5.9210
5.9210 [opencl_build_program] saving binary
5.9211 [dt_opencl_device_init] testing program `negadoctor.cl' ..
5.9211 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonGraphics_26041/negadoctor.cl.bin'!
5.9211 [opencl_load_program] could not load cached binary program,
trying to compile source
5.9212 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/negadoctor.cl' MD5:
'cb5a6b3f63cbeba22a74c278a4a4e7f3'
5.9260 [opencl_build_program] successfully built program
5.9260 [opencl_build_program] BUILD STATUS: 0
5.9261 BUILD LOG:
5.9261
5.9261 [opencl_build_program] saving binary
5.9262 [dt_opencl_device_init] testing program `demosaic_rcd.cl' ..
5.9263 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonGraphics_26041/demosaic_rcd.cl.bin'!
5.9263 [opencl_load_program] could not load cached binary program,
trying to compile source
5.9265 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/demosaic_rcd.cl' MD5:
'81b3b6ef42e2790e223fbae2a05fbd96'
5.9784 [opencl_build_program] successfully built program
5.9784 [opencl_build_program] BUILD STATUS: 0
5.9785 BUILD LOG:
5.9785
5.9785 [opencl_build_program] saving binary
5.9786 [dt_opencl_device_init] testing program `channelmixer.cl' ..
5.9787 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonGraphics_26041/channelmixer.cl.bin'!
5.9787 [opencl_load_program] could not load cached binary program,
trying to compile source
5.9787 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/channelmixer.cl' MD5:
'6291e8e1fddb842a1b9d04bcfae57e8a'
6.0254 [opencl_build_program] successfully built program
6.0254 [opencl_build_program] BUILD STATUS: 0
6.0254 BUILD LOG:
6.0254
6.0254 [opencl_build_program] saving binary
6.0256 [dt_opencl_device_init] testing program `diffuse.cl' ..
6.0256 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonGraphics_26041/diffuse.cl.bin'!
6.0256 [opencl_load_program] could not load cached binary program,
trying to compile source
6.0257 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/diffuse.cl' MD5:
'77672021fb64a305f69e7ef72164d9d4'
6.0535 [opencl_build_program] successfully built program
6.0535 [opencl_build_program] BUILD STATUS: 0
6.0535 BUILD LOG:
6.0535
6.0535 [opencl_build_program] saving binary
6.0536 [dt_opencl_device_init] testing program `blurs.cl' ..
6.0536 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonGraphics_26041/blurs.cl.bin'!
6.0536 [opencl_load_program] could not load cached binary program,
trying to compile source
6.0537 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/blurs.cl' MD5:
'1b67ed2811b5afb2fae527febf3c7d8e'
6.0579 [opencl_build_program] successfully built program
6.0579 [opencl_build_program] BUILD STATUS: 0
6.0579 BUILD LOG:
6.0579
6.0579 [opencl_build_program] saving binary
6.0581 [dt_opencl_device_init] testing program `bspline.cl' ..
6.0581 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonGraphics_26041/bspline.cl.bin'!
6.0581 [opencl_load_program] could not load cached binary program,
trying to compile source
6.0582 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/bspline.cl' MD5:
'353e504377a730810875999386f70b80'
6.0649 [opencl_build_program] successfully built program
6.0649 [opencl_build_program] BUILD STATUS: 0
6.0649 BUILD LOG:
6.0649
6.0649 [opencl_build_program] saving binary
6.0650 [dt_opencl_device_init] testing program `sigmoid.cl' ..
6.0650 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonGraphics_26041/sigmoid.cl.bin'!
6.0650 [opencl_load_program] could not load cached binary program,
trying to compile source
6.0651 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/sigmoid.cl' MD5:
'7c22d5c195ce2318d1e1e1cfe9a8a5ee'
6.0986 [opencl_build_program] successfully built program
6.0986 [opencl_build_program] BUILD STATUS: 0
6.0986 BUILD LOG:
6.0986
6.0986 [opencl_build_program] saving binary
6.0987 [dt_opencl_device_init] testing program `colorequal.cl' ..
6.0988 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonGraphics_26041/colorequal.cl.bin'!
6.0988 [opencl_load_program] could not load cached binary program,
trying to compile source
6.0989 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/colorequal.cl' MD5:
'12c906026f83e98450c4e7e33d1d7914'
6.1528 [opencl_build_program] successfully built program
6.1528 [opencl_build_program] BUILD STATUS: 0
6.1528 BUILD LOG:
6.1528
6.1528 [opencl_build_program] saving binary
6.1529 [dt_opencl_device_init] testing program `capture.cl' ..
6.1529 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonGraphics_26041/capture.cl.bin'!
6.1529 [opencl_load_program] could not load cached binary program,
trying to compile source
6.1530 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/capture.cl' MD5:
'2af5ae924ada708f6751c0d0db0bf996'
6.1835 [opencl_build_program] successfully built program
6.1835 [opencl_build_program] BUILD STATUS: 0
6.1835 BUILD LOG:
6.1835
6.1835 [opencl_build_program] saving binary
6.1836 [dt_opencl_device_init] testing program `agx.cl' ..
6.1836 [opencl_fopen_stat] could not open file
`/home/sami/.cache/darktable/cached_v5_kernels_for_rusticlAMDRadeonGraphics_26041/agx.cl.bin'!
6.1836 [opencl_load_program] could not load cached binary program,
trying to compile source
6.1837 [opencl_load_program] successfully loaded program from
'/usr/share/darktable/kernels/agx.cl' MD5:
'cca848f117601d5a4bfdb7ef0042fd5f'
6.2091 [opencl_build_program] successfully built program
6.2091 [opencl_build_program] BUILD STATUS: 0
6.2091 BUILD LOG:
6.2091
6.2091 [opencl_build_program] saving binary
KERNEL LOADING TIME: 2.1115 sec
6.2092 [dt_opencl_write_device_config] writing data '0 250 0 16 16 128
0 0 0.000 0.000 0.250' for 'cldevice_v5_rusticlamdradeongraphics'
6.2092 [dt_opencl_write_device_config] writing data '600' for
'cldevice_v5_rusticlamdradeongraphics_id1'
[opencl_init] OpenCL successfully initialized. internal numbers and names
of available devices:
[opencl_init] 0 'rusticl AMD Radeon RX 9070'
[opencl_init] 1 'rusticl AMD Radeon Graphics'
6.2092 [opencl_init] FINALLY: opencl PREFERENCE=OFF is AVAILABLE and
NOT ENABLED.
6.2094 [opencl_init] set scheduling profile to default, setup has
changed.
[opencl_update_priorities] these are your device priorities:
[opencl_update_priorities] image preview export thumbs
preview2
[dt_opencl_update_priorities] 0 1 0 0 1
[dt_opencl_update_priorities] 1 -1 1 1 -1
[opencl_update_priorities] show if opencl use is mandatory for a given
pixelpipe:
[opencl_update_priorities] image preview export thumbs
preview2
[opencl_update_priorities] 0 0 0 0 0
[opencl_synchronization_timeout] synchronization timeout set to 200
[opencl_update_priorities] these are your device priorities:
[opencl_update_priorities] image preview export thumbs
preview2
[dt_opencl_update_priorities] 0 1 0 0 1
[dt_opencl_update_priorities] 1 -1 1 1 -1
[opencl_update_priorities] show if opencl use is mandatory for a given
pixelpipe:
[opencl_update_priorities] image preview export thumbs
preview2
[opencl_update_priorities] 0 0 0 0 0
[opencl_synchronization_timeout] synchronization timeout set to 200
6.2094 [opencl_update_settings] scheduling profile set to default
[opencl_update_priorities] these are your device priorities:
[opencl_update_priorities] image preview export thumbs
preview2
[dt_opencl_update_priorities] 0 0 0 0 0
[dt_opencl_update_priorities] 1 1 1 1 1
[opencl_update_priorities] show if opencl use is mandatory for a given
pixelpipe:
[opencl_update_priorities] image preview export thumbs
preview2
[opencl_update_priorities] 1 1 1 1 1
[opencl_synchronization_timeout] synchronization timeout set to 0
15.3278 [opencl_update_settings] scheduling profile set to very fast GPU
[opencl_update_priorities] these are your device priorities:
[opencl_update_priorities] image preview export thumbs
preview2
[dt_opencl_update_priorities] 0 0 0 0 0
[dt_opencl_update_priorities] 1 1 1 1 1
[opencl_update_priorities] show if opencl use is mandatory for a given
pixelpipe:
[opencl_update_priorities] image preview export thumbs
preview2
[opencl_update_priorities] 1 1 1 1 1
[opencl_synchronization_timeout] synchronization timeout set to 0
15.3707 [opencl_update_settings] scheduling profile set to very fast GPU
[opencl_update_priorities] these are your device priorities:
[opencl_update_priorities] image preview export thumbs
preview2
[dt_opencl_update_priorities] 0 0 0 0 0
[dt_opencl_update_priorities] 1 1 1 1 1
[opencl_update_priorities] show if opencl use is mandatory for a given
pixelpipe:
[opencl_update_priorities] image preview export thumbs
preview2
[opencl_update_priorities] 1 1 1 1 1
[opencl_synchronization_timeout] synchronization timeout set to 0
15.3707 [opencl_update_settings] scheduling profile set to very fast GPU
[opencl_update_priorities] these are your device priorities:
[opencl_update_priorities] image preview export thumbs
preview2
[dt_opencl_update_priorities] 0 0 0 0 0
[dt_opencl_update_priorities] 1 1 1 1 1
[opencl_update_priorities] show if opencl use is mandatory for a given
pixelpipe:
[opencl_update_priorities] image preview export thumbs
preview2
[opencl_update_priorities] 1 1 1 1 1
[opencl_synchronization_timeout] synchronization timeout set to 0
15.3707 [opencl_update_settings] scheduling profile set to very fast GPU
[opencl_update_priorities] these are your device priorities:
[opencl_update_priorities] image preview export thumbs
preview2
[dt_opencl_update_priorities] 0 0 0 0 0
[dt_opencl_update_priorities] 1 1 1 1 1
[opencl_update_priorities] show if opencl use is mandatory for a given
pixelpipe:
[opencl_update_priorities] image preview export thumbs
preview2
[opencl_update_priorities] 1 1 1 1 1
[opencl_synchronization_timeout] synchronization timeout set to 0
15.3707 [opencl_update_settings] scheduling profile set to very fast GPU
[opencl_summary_statistics] device 'rusticl AMD Radeon RX 9070' id=0: NOT
utilized
[opencl_summary_statistics] device 'rusticl AMD Radeon Graphics' id=1: NOT
utilized
sami at skynet:~$
Still no GPU acceleration in darktable.
BR,
Sami
On Wed, 8 Apr 2026 at 09:09, Tino Mettler <tino.mettler at tikei.de> wrote:
> Hi Sami,
>
> so you use the ROCm version in Debian Sid.
>
> Can you please run the following command and provide its output?
>
> darktable -d opencl -d verbose
>
> As a workaround, you might try using the RustiCL OpenCL driver
> contained in Mesa. It needs to be enabled by setting an environment
> variable. You can do this by running darktable this way:
>
> RUSTICL_ENABLE=radeonsi darktable
>
> You also have to enable RustiCL in the darktable preferences. You can
> find this option in the "processing section", look for "OpenCL
> drivers".
>
> I use the ROCm packages provided by AMD. Maybe you can check if they
> work in your setup.
>
>
> https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/install-methods/package-manager/package-manager-debian.html
>
> I skipped the part about the kernel driver. I followed the steps after
> "Register packages". As AMD still uses outdated SHA1 signatures, you
> have to adjust the time in /usr/share/apt/default-sequoia.config to a
> date after today and repeat the "apt update" step. Then you can
> install these packages and try again with darktable.
>
> apt install rocm-opencl7.2.1 libdrm-amdgpu-amdgpu1 rocminfo7.2.1
>
> Regards,
> Tino
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-phototools-devel/attachments/20260408/2d91d9a4/attachment-0001.htm>
More information about the Pkg-phototools-devel
mailing list