Package Details: opencl-amd 1:6.3.2-1

Git Clone URL: https://aur.archlinux.org/opencl-amd.git (read-only, click to copy)
Package Base: opencl-amd
Description: ROCm components repackaged from AMD's Ubuntu releases (ROCr runtime, ROCm runtime, HIP runtime) - This package is intended to work along with the free amdgpu stack.
Upstream URL: http://www.amd.com
Keywords: amd amdgpu computing gpgpu opencl radeon
Licenses: custom:AMD
Conflicts: amd-smi-lib, comgr, hip, hip-dev, hip-doc, hip-runtime-amd, hip-samples, hipcc, hsa-amd-aqlprofile, hsa-rocr, hsa-rocr-dev, libdrm-amdgpu-amdgpu1, openmp-extras-runtime, rocdecode, rocdecode-dev, rocjpeg, rocjpeg-dev, rocm-cmake, rocm-core, rocm-dbgapi, rocm-debug-agent, rocm-device-libs, rocm-gdb, rocm-hip-runtime, rocm-language-runtime, rocm-ocl-icd, rocm-opencl, rocm-opencl-dev, rocm-opencl-icd-loader, rocm-opencl-runtime, rocm-smi-lib, rocm-utils, rocminfo, rocprofiler, rocprofiler-dev, rocprofiler-plugins, rocprofiler-register, roctracer, roctracer-dev
Provides: amd-smi-lib, comgr, hip, hip-dev, hip-doc, hip-runtime-amd, hip-samples, hipcc, hsa-amd-aqlprofile, hsa-rocr, hsa-rocr-dev, libdrm-amdgpu-amdgpu1, opencl-driver, openmp-extras-runtime, rocdecode, rocdecode-dev, rocjpeg, rocjpeg-dev, rocm-cmake, rocm-core, rocm-dbgapi, rocm-debug-agent, rocm-device-libs, rocm-gdb, rocm-hip-runtime, rocm-language-runtime, rocm-ocl-icd, rocm-opencl, rocm-opencl-dev, rocm-opencl-icd-loader, rocm-opencl-runtime, rocm-smi-lib, rocm-utils, rocminfo, rocprofiler, rocprofiler-dev, rocprofiler-plugins, rocprofiler-register, roctracer, roctracer-dev
Submitter: grmat
Maintainer: sperg512 (luciddream)
Last Packager: luciddream
Votes: 132
Popularity: 0.21
First Submitted: 2016-12-01 03:45 (UTC)
Last Updated: 2025-01-29 20:12 (UTC)

Required by (128)

Sources (38)

Pinned Comments

nho1ix commented on 2023-12-29 08:43 (UTC) (edited on 2024-02-10 07:13 (UTC) by nho1ix)

Note for anyone who has a Polaris GPU (Radeon RX 5xx) debugging issues with this package; Packages that use OpenCL like clinfo or davinci-resolve-studio will need you to downgrade opencl-amd to 1:5.7.1-1 as well as amdgpu-pro-oglp to 23.10_1620044-1 to avoid coredumps & segfaults.

DVR would not open unless these 2 packages were downgraded (along with their dependencies). Had to figure it out the hard way after hours using valgrind and rebooting over and over. Hopefully someone else will not have to pull their hair out trying to resolve their issue.

luciddream commented on 2021-12-26 15:14 (UTC) (edited on 2025-01-29 20:13 (UTC) by luciddream)

Current release is for ROCm 6.3.2 opencl-amd package includes only OpenCL / HIP runtime. You also need to use opencl-amd-dev package for ROCm LLVM compiler, OpenCL and HIP SDK. Please relog / reboot after installing so your PATH gets updated

There are now official packages available: rocm-opencl-sdk for OpenCL and rocm-hip-sdk for HIP - You might have better luck with these packages depending on your GPU.

Latest Comments

« First ‹ Previous 1 .. 33 34 35 36 37 38 39 40 41 42 43 .. 79 Next › Last »

luciddream commented on 2021-08-09 20:25 (UTC)

I just noticed there is another release (21.30), I will try to update package later tonight.

matbonn commented on 2021-08-09 17:35 (UTC) (edited on 2021-08-09 17:36 (UTC) by matbonn)

@apaz I used to use this and just comment / uncomment when I wanted to change. I suspect it's an issue with 17.2.2 Build 4. I never used to call progl direct until more recently. I'm about to do a fresh install of Manjaro for testing. Either the issue is with 17.2.2 or latest opencl. PS I never used to get ANY error with DRS. My thinking of blaming opencl is the fact DT broke too.


!/bin/bash
progl() {

#export LD_LIBRARY_PATH="${HOME}/pro/drivers:$#{LD_LIBRARY_PATH}" #export LIBGL_DRIVERS_PATH="${HOME}/pro/drivers/dri" #export dri_driver="amdgpu" #export QT_DEVICE_PIXEL_RATIO=2 #export QT_SCALE_FACTOR=1

} && progl && /opt/resolve/bin/resolve

progl /opt/resolve/bin/resolve


apaz commented on 2021-08-09 16:31 (UTC)

@matbonn

I get that error too, but then everything works for me, including Fusion. Try this script (runDavinci.sh) that I put in the same folder (/home/USER/pro) where I put progl and the amdgpu-pro drivers and libraries. It was made by an Arch user who posted it on the Blackmagic forum. The content of the script is (you have to customize the paths):

echo #!/bin/bash

progl() {
export LD_LIBRARY_PATH="${HOME}/pro/drivers:${LD_LIBRARY_PATH}"
export LIBGL_DRIVERS_PATH="${HOME}/pro/drivers/dri"
#export dri_driver="amdgpu"
} && progl && /opt/resolve/bin/resolve

PS: I have 17.2.1 not the last 17.2.2

matbonn commented on 2021-08-09 15:19 (UTC) (edited on 2021-08-09 15:20 (UTC) by matbonn)

@apaz I use progl. I don't get any errors opening DRS. I can even open empty projects with no errors, add clips etc. but add a fusion effect or just wait a few seconds and error. The moment I add a fusion effect or open my older projects after a couple seconds. I get "The GPU failed to perform image processing because of an error" Error Code: -1.

rolling log shows


0x7efe637ff640 | DVIP | ERROR | 2021-08-09 17:14:49,617 | Failed to build OpenCL program: - Error: CL_BUILD_PROGRAM_FAILURE - Options: " -w -cl-mad-enable -cl-fast-relaxed-math -Dz323df50901b485739bf3a3b9a84c73b0 -Dz6e436e44fad709e7c0aa0046bd091019 -Dzc229ce7b384e9cbe83e58608fba7c36d" - Build log: lld: error: undefined hidden symbol: z1536d0ff067facba3ae1f450c0a9a893

referenced by /tmp/comgr-2a94eb/input/linked.bc.o:(z54ee33ec600f7cd087f01ab97fdc688b) referenced by /tmp/comgr-2a94eb/input/linked.bc.o:(z54ee33ec600f7cd087f01ab97fdc688b) Error: Creating the executable from LLVM IRs failed.


Similar to what Dark Table used to show. I can click OK and continue and it will scrub etc but you can't "DELIVER" the project as it says GPU Error code -1. All thumbnails etc load fine.

apaz commented on 2021-08-09 15:11 (UTC) (edited on 2021-08-09 15:15 (UTC) by apaz)

@matbonn Do you start DVR (not Studio for me) from progl script or from menu/icon? If I start from menu I have your problem with GPU; if I start from script I have no problem and GPU works. I also have RX5700XT

matbonn commented on 2021-08-09 13:07 (UTC) (edited on 2021-08-09 13:08 (UTC) by matbonn)

@trougnouf - Yes I tried DT-git - thanks works fine. However I would like to know the fix as it's unlikely BlackMagic will release an update just for a new version of AMD's opencl? At this point DRS is unusable so I am REALLY hoping 21.30 will work regardless of using DT GIT and current version of DRS.

trougnouf commented on 2021-08-08 15:51 (UTC)

Did you try darktable-git ? No problem here with a Radeon 56

823.033548 [opencl_summary_statistics] device 'gfx900:xnack-' (0): 30767 out of 30767 events were successful and 0 events lost 823.067198 [opencl_summary_statistics] device 'NVIDIA GeForce GTX 1070' (1): 5319 out of 5319 events were successful and 0 events lost

matbonn commented on 2021-08-08 15:45 (UTC) (edited on 2021-08-08 15:47 (UTC) by matbonn)

21.20 Doesn't work with Darktable OR Davinci Resolve Studio 17.2.2. DRS gives a GPU error code: -1. 20.45 worked fine with DRS. Clinfo works but both DT and DRS state they are unable to compile an OpenCL program.

x7f95a7911640 | DVIP | ERROR | 2021-08-08 17:44:13,347 | Failed to build OpenCL program: - Error: CL_BUILD_PROGRAM_FAILURE - Options: " -w -cl-mad-enable -cl-fast-relaxed-math -Dz323df50901b485739bf3a3b9a84c73b0 -Dz6e436e44fad709e7c0aa0046bd091019 -Dzc229ce7b384e9cbe83e58608fba7c36d" - Build log: lld: error: undefined hidden symbol: z1536d0ff067facba3ae1f450c0a9a893

referenced by /tmp/comgr-395724/input/linked.bc.o:(z54ee33ec600f7cd087f01ab97fdc688b) referenced by /tmp/comgr-395724/input/linked.bc.o:(z54ee33ec600f7cd087f01ab97fdc688b) Error: Creating the executable from LLVM IRs failed.

0x7f95e8bff640 | GPU.SingleBoardMgr | ERROR | 2021-08-08 17:44:13,353 | DVIP exception caught: DVIP Exception: Kernel build failure

5700XT

I see that AMD have released 21.30 Maybe that will solve issues?

pikasalt commented on 2021-07-26 17:53 (UTC) (edited on 2021-07-26 18:25 (UTC) by pikasalt)

This package seems to cause a segfault whenever opencl is used on my device using the Ryzen 4700u mobile cpu. Running clinfo causes the display to freeze, but is sometimes able to recover.

Edit: After reading previous comments, a workaround is to downgrade to 20.40. Running versions 20.45 and above still results in a segfault.

Output of clinfo:


Number of platforms                               1
  Platform Name                                   AMD Accelerated Parallel Processing
  Platform Vendor                                 Advanced Micro Devices, Inc.
  Platform Version                                OpenCL 2.0 AMD-APP (3261.0)
  Platform Profile                                FULL_PROFILE
  Platform Extensions                             cl_khr_icd cl_amd_event_callback 
  Platform Extensions function suffix             AMD

  Platform Name                                   AMD Accelerated Parallel Processing
Number of devices                                 1
  Device Name                                     gfx902:xnack-
  Device Vendor                                   Advanced Micro Devices, Inc.
  Device Vendor ID                                0x1002
  Device Version                                  OpenCL 2.0 
  Driver Version                                  3261.0 (HSA1.1,LC)
  Device OpenCL C Version                         OpenCL C 2.0 
  Device Type                                     GPU
  Device Board Name (AMD)                         Renoir
  Device PCI-e ID (AMD)                           0x1636
  Device Topology (AMD)                           PCI-E, 0000:04:00.0
  Device Profile                                  FULL_PROFILE
  Device Available                                Yes
  Compiler Available                              Yes
  Linker Available                                Yes
  Max compute units                               27
  SIMD per compute unit (AMD)                     4
  SIMD width (AMD)                                16
  SIMD instruction width (AMD)                    1
  Max clock frequency                             1600MHz
  Graphics IP (AMD)                               9.0
  Device Partition                                (core)
    Max number of sub-devices                     27
    Supported partition types                     None
    Supported affinity domains                    (n/a)
  Max work item dimensions                        3
  Max work item sizes                             1024x1024x1024
  Max work group size                             256
  Preferred work group size (AMD)                 256
  Max work group size (AMD)                       1024
  Preferred work group size multiple (kernel)     64
  Wavefront width (AMD)                           64
  Preferred / native vector sizes                 
    char                                                 4 / 4       
    short                                                2 / 2       
    int                                                  1 / 1       
    long                                                 1 / 1       
    half                                                 1 / 1        (cl_khr_fp16)
    float                                                1 / 1       
    double                                               1 / 1        (cl_khr_fp64)
  Half-precision Floating-point support           (cl_khr_fp16)
    Denormals                                     No
    Infinity and NANs                             No
    Round to nearest                              No
    Round to zero                                 No
    Round to infinity                             No
    IEEE754-2008 fused multiply-add               No
    Support is emulated in software               No
  Single-precision Floating-point support         (core)
    Denormals                                     Yes
    Infinity and NANs                             Yes
    Round to nearest                              Yes
    Round to zero                                 Yes
    Round to infinity                             Yes
    IEEE754-2008 fused multiply-add               Yes
    Support is emulated in software               No
    Correctly-rounded divide and sqrt operations  Yes
  Double-precision Floating-point support         (cl_khr_fp64)
    Denormals                                     Yes
    Infinity and NANs                             Yes
    Round to nearest                              Yes
    Round to zero                                 Yes
    Round to infinity                             Yes
    IEEE754-2008 fused multiply-add               Yes
    Support is emulated in software               No
  Address bits                                    64, Little-Endian
  Global memory size                              536870912 (512MiB)
  Global free memory (AMD)                        524288 (512MiB) 524288 (512MiB)
  Global memory channels (AMD)                    4
  Global memory banks per channel (AMD)           4
  Global memory bank width (AMD)                  256 bytes
  Error Correction support                        No
  Max memory allocation                           456340272 (435.2MiB)
  Unified memory for Host and Device              No
  Shared Virtual Memory (SVM) capabilities        (core)
    Coarse-grained buffer sharing                 Yes
    Fine-grained buffer sharing                   Yes
    Fine-grained system sharing                   No
    Atomics                                       No
  Minimum alignment for any data type             128 bytes
  Alignment of base address                       1024 bits (128 bytes)
  Preferred alignment for atomics                 
    SVM                                           0 bytes
    Global                                        0 bytes
    Local                                         0 bytes
  Max size for global variable                    456340272 (435.2MiB)
  Preferred total size of global vars             536870912 (512MiB)
  Global Memory cache type                        Read/Write
  Global Memory cache size                        16384 (16KiB)
  Global Memory cache line size                   64 bytes
  Image support                                   Yes
    Max number of samplers per kernel             5686
    Max size for 1D images from buffer            134217728 pixels
    Max 1D or 2D image array size                 8192 images
    Base address alignment for 2D image buffers   256 bytes
    Pitch alignment for 2D image buffers          256 pixels
    Max 2D image size                             16384x16384 pixels
    Max 3D image size                             16384x16384x8192 pixels
    Max number of read image args                 128
    Max number of write image args                8
    Max number of read/write image args           64
  Max number of pipe args                         16
  Max active pipe reservations                    16
  Max pipe packet size                            456340272 (435.2MiB)
  Local memory type                               Local
  Local memory size                               65536 (64KiB)
  Local memory size per CU (AMD)                  65536 (64KiB)
  Local memory banks (AMD)                        32
  Max number of constant args                     8
  Max constant buffer size                        456340272 (435.2MiB)
  Preferred constant buffer size (AMD)            16384 (16KiB)
  Max size of kernel argument                     1024
  Queue properties (on host)                      
    Out-of-order execution                        No
    Profiling                                     Yes
  Queue properties (on device)                    
    Out-of-order execution                        Yes
    Profiling                                     Yes
    Preferred size                                262144 (256KiB)
    Max size                                      8388608 (8MiB)
  Max queues on device                            1
  Max events on device                            1024
  Prefer user sync for interop                    Yes
  Number of P2P devices (AMD)                     0
  Profiling timer resolution                      1ns
  Profiling timer offset since Epoch (AMD)        0ns (Wed Dec 31 18:00:00 1969)
  Execution capabilities                          
    Run OpenCL kernels                            Yes
    Run native kernels                            No
    Thread trace supported (AMD)                  No
    Number of async queues (AMD)                  8
    Max real-time compute queues (AMD)            8
    Max real-time compute units (AMD)             27
  printf() buffer size                            4194304 (4MiB)
  Built-in kernels                                (n/a)
  Device Extensions                               cl_khr_fp64 cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_int64_base_atomics cl_khr_int64_extended_atomics cl_khr_3d_image_writes cl_khr_byte_addressable_store cl_khr_fp16 cl_khr_gl_sharing cl_amd_device_attribute_query cl_amd_media_ops cl_amd_media_ops2 cl_khr_image2d_from_buffer cl_khr_subgroups cl_khr_depth_images cl_amd_copy_buffer_p2p cl_amd_assembly_program 

NULL platform behavior
  clGetPlatformInfo(NULL, CL_PLATFORM_NAME, ...)  AMD Accelerated Parallel Processing
  clGetDeviceIDs(NULL, CL_DEVICE_TYPE_ALL, ...)   Success [AMD]
  clCreateContext(NULL, ...) [default]            Success [AMD]
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_DEFAULT)  Success (1)
    Platform Name                                 AMD Accelerated Parallel Processing
    Device Name                                   gfx902:xnack-
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_CPU)  No devices found in platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_GPU)  Success (1)
    Platform Name                                 AMD Accelerated Parallel Processing
    Device Name                                   gfx902:xnack-
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_ACCELERATOR)  No devices found in platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_CUSTOM)  No devices found in platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_ALL)  Success (1)
    Platform Name                                 AMD Accelerated Parallel Processing
    Device Name                                   gfx902:xnack-

ICD loader properties
  ICD loader Name                                 OpenCL ICD Loader
  ICD loader Vendor                               OCL Icd free software
  ICD loader Version                              2.3.0
  ICD loader Profile                              OpenCL 3.0

Output of dmesg:


[ 7013.544283] qcm fence wait loop timeout expired
[ 7013.544285] The cp might be in an unrecoverable state due to an unsuccessful queues preemption
[ 7013.544286] amdgpu: Failed to evict process queues
[ 7013.544291] amdgpu 0000:04:00.0: amdgpu: GPU reset begin!
[ 7013.544307] amdgpu: Failed to quiesce KFD
[ 7013.747758] [drm] free PSP TMR buffer
[ 7013.779143] amdgpu 0000:04:00.0: amdgpu: MODE2 reset
[ 7013.779716] amdgpu 0000:04:00.0: amdgpu: GPU reset succeeded, trying to resume
[ 7013.779868] [drm] PCIE GART of 1024M enabled (table at 0x000000F400900000).
[ 7013.779898] [drm] VRAM is lost due to GPU reset!
[ 7013.780096] [drm] PSP is resuming...
[ 7013.800294] [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
[ 7013.997929] amdgpu 0000:04:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 7014.017960] amdgpu 0000:04:00.0: amdgpu: RAP: optional rap ta ucode is not available
[ 7014.017968] amdgpu 0000:04:00.0: amdgpu: SMU is resuming...
[ 7014.019123] amdgpu 0000:04:00.0: amdgpu: SMU is resumed successfully!
[ 7014.263805] [drm] kiq ring mec 2 pipe 1 q 0
[ 7014.265292] [drm] DMUB hardware initialized: version=0x01010014
[ 7014.450860] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 7014.451177] [drm] JPEG decode initialized successfully.
[ 7014.451188] amdgpu 0000:04:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[ 7014.451190] amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 7014.451191] amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 7014.451192] amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 7014.451194] amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 7014.451195] amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 7014.451196] amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 7014.451197] amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 7014.451198] amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 7014.451199] amdgpu 0000:04:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 7014.451200] amdgpu 0000:04:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
[ 7014.451201] amdgpu 0000:04:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
[ 7014.451202] amdgpu 0000:04:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
[ 7014.451203] amdgpu 0000:04:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
[ 7014.451204] amdgpu 0000:04:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
[ 7014.454252] amdgpu 0000:04:00.0: amdgpu: recover vram bo from shadow start
[ 7014.454256] amdgpu 0000:04:00.0: amdgpu: recover vram bo from shadow done
[ 7014.454640] [drm] Skip scheduling IBs!
[ 7014.457181] amdgpu 0000:04:00.0: amdgpu: GPU reset(2) succeeded!
[ 7014.457237] [drm] Skip scheduling IBs!
[ 7014.457254] [drm] Skip scheduling IBs!
[ 7014.457254] [drm] Skip scheduling IBs!
[ 7014.457254] [drm] Skip scheduling IBs!
[ 7014.474762] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to initialize parser -125!
[ 7014.490486] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to initialize parser -125!
[ 7014.507307] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to initialize parser -125!
[ 7014.573092] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to initialize parser -125!
[ 7015.181995] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to initialize parser -125!
[ 7015.434406] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to initialize parser -125!
[ 7016.342239] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to initialize parser -125!
[ 7016.371947] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to initialize parser -125!
[ 7016.403968] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to initialize parser -125!
[ 7016.435421] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to initialize parser -125!
[ 7016.468161] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to initialize parser -125!
[ 7016.501938] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to initialize parser -125!
[ 7016.535602] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to initialize parser -125!
[ 7016.557830] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to initialize parser -125!
[ 7019.528917] rfkill: input handler enabled
[ 7019.548263] fbcon: Taking over console
[ 7019.579017] Console: switching to colour frame buffer device 240x67
[ 7021.503880] amdgpu_cs_ioctl: 13 callbacks suppressed
[ 7021.504029] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to initialize parser -125!
[ 7021.504970] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to initialize parser -125!
[ 7021.505733] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to initialize parser -125!
[ 7021.506519] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to initialize parser -125!
[ 7021.661422] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to initialize parser -125!
[ 7021.662443] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to initialize parser -125!
[ 7021.662983] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to initialize parser -125!
[ 7021.663611] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to initialize parser -125!
[ 7021.674081] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to initialize parser -125!
[ 7021.674609] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to initialize parser -125!
[ 7031.489401] amdgpu_cs_ioctl: 10 callbacks suppressed
[ 7031.489695] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to initialize parser -125!
[ 7031.490352] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to initialize parser -125!
[ 7035.052375] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to initialize parser -125!
[ 7035.053048] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to initialize parser -125!
[ 7037.551411] audit: type=1334 audit(1627320900.286:216): prog-id=41 op=LOAD
[ 7037.656537] audit: type=1130 audit(1627320900.390:217): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=fprintd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 7040.255413] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to initialize parser -125!
[ 7040.256095] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to initialize parser -125!

mabod commented on 2021-07-20 15:57 (UTC)

@RJGarch: This is a darktable issue. And it is fixed in git master already. Current darktable version 3.6.0 only works up to opencl-amd version 20.50.1234664-5