• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting SOLVED: Tonemapping on Intel HD 620 - Failed to get number of OpenCL platforms: -1001.

     
    • 0 Vote(s) - 0 Average

    SOLVED: Tonemapping on Intel HD 620 - Failed to get number of OpenCL platforms: -1001.

    Tonemapping not working - Failed to get number of OpenCL platforms: -1001. Device creation failed: -19. Failed to set value 'opencl@va' for option 'init_hw_device': No such device Error parsing global options: No such device
    mscrp66
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2024 Feb
    Reputation: 0
    Country:Italy
    #1
    2024-02-25, 02:03 PM
    Hi,
    I have Jellyfin installed with docker (Linux mint 21.1) on an old laptop (i7-7500U - Intel HD 620), i tried to enable hardware acceleration with QSV and it works for the exception of tonemapping.

    When running the command to check the OpenCL runtime status i get this:

    Code:
    ffmpeg version 5.1.4-Jellyfin Copyright (c) 2000-2023 the FFmpeg developers
      built with gcc 11 (Ubuntu 11.4.0-1ubuntu1~22.04)
      configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-libs=-lfftw3f --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-libdrm --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libsvtav1 --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-opencl --enable-vaapi --enable-amf --enable-libmfx --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc
      libavutil      57. 28.100 / 57. 28.100
      libavcodec    59. 37.100 / 59. 37.100
      libavformat    59. 27.100 / 59. 27.100
      libavdevice    59.  7.100 / 59.  7.100
      libavfilter    8. 44.100 /  8. 44.100
      libswscale      6.  7.100 /  6.  7.100
      libswresample  4.  7.100 /  4.  7.100
      libpostproc    56.  6.100 / 56.  6.100
    [AVHWDeviceContext @ 0x55a6498fb4c0] Trying to use DRM render node for device 0.
    [AVHWDeviceContext @ 0x55a6498fb4c0] libva: VA-API version 1.20.0
    [AVHWDeviceContext @ 0x55a6498fb4c0] libva: Trying to open /usr/lib/jellyfin-ffmpeg/lib/dri/iHD_drv_video.so
    [AVHWDeviceContext @ 0x55a6498fb4c0] libva: Found init function __vaDriverInit_1_20
    [AVHWDeviceContext @ 0x55a6498fb4c0] libva: va_openDriver() returns 0
    [AVHWDeviceContext @ 0x55a6498fb4c0] Initialised VAAPI connection: version 1.20
    [AVHWDeviceContext @ 0x55a6498fb4c0] VAAPI driver: Intel iHD driver for Intel(R) Gen Graphics - 24.1.1 (f5f09c4).
    [AVHWDeviceContext @ 0x55a6498fb4c0] Driver not found in known nonstandard list, using standard behaviour.
    [AVHWDeviceContext @ 0x55a649920280] Failed to get number of OpenCL platforms: -1001.
    Device creation failed: -19.
    Failed to set value 'opencl@va' for option 'init_hw_device': No such device
    Error parsing global options: No such device

    Am i doing something wrong?

    Thanks
    Go to solution
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-02-25, 02:45 PM
    Which docker image? Jellyfin/Jellyfin or LSIO/Jellyfin?
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    mscrp66
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2024 Feb
    Reputation: 0
    Country:Italy
    #3
    2024-02-25, 04:46 PM
    (2024-02-25, 02:45 PM)TheDreadPirate Wrote: Which docker image?  Jellyfin/Jellyfin or LSIO/Jellyfin?

    LSIO/Jellyfin
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-02-25, 05:00 PM
    You need to add the opencl mod.

    Code:
    environment:
          - PUID=114
          - PGID=122
          - TZ=Etc/UTC
          - DOCKER_MODS=linuxserver/mods:jellyfin-opencl-intel
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    mscrp66
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2024 Feb
    Reputation: 0
    Country:Italy
    #5
    2024-02-27, 12:06 AM (This post was last modified: 2024-02-27, 12:06 AM by mscrp66.)
    (2024-02-25, 05:00 PM)TheDreadPirate Wrote: You need to add the opencl mod.

    Thank you!
    Black Bamba
    Offline

    Junior Member

    Posts: 2
    Threads: 0
    Joined: 2024 Apr
    Reputation: 0
    #6
    2024-04-01, 12:50 PM
    I am facing the same error but I am using the Jellyfin/Jellyfin:latest

    My OS:
    Code:
    Linux SamServer 6.8.1-arch1-1 #1 SMP PREEMPT_DYNAMIC Sat, 16 Mar 2024 17:15:35 +0000 x86_64 GNU/Linux

    My GPU:
    Code:
    00:02.0 VGA compatible controller: Intel Corporation HD Graphics 5500 (rev 09)

    Host --> vainfo:
    Code:
    Trying display: wayland
    Trying display: x11
    error: can't connect to X server!
    Trying display: drm
    vainfo: VA-API version: 1.21 (libva 2.21.0)
    vainfo: Driver version: Intel iHD driver for Intel(R) Gen Graphics - 24.2.0 ()
    vainfo: Supported profile and entrypoints
          VAProfileNone                  : VAEntrypointVideoProc
          VAProfileNone                  : VAEntrypointStats
          VAProfileMPEG2Simple            : VAEntrypointVLD
          VAProfileMPEG2Simple            : VAEntrypointEncSlice
          VAProfileMPEG2Main              : VAEntrypointVLD
          VAProfileMPEG2Main              : VAEntrypointEncSlice
          VAProfileH264Main              : VAEntrypointVLD
          VAProfileH264Main              : VAEntrypointEncSlice
          VAProfileH264Main              : VAEntrypointFEI
          VAProfileH264High              : VAEntrypointVLD
          VAProfileH264High              : VAEntrypointEncSlice
          VAProfileH264High              : VAEntrypointFEI
          VAProfileVC1Simple              : VAEntrypointVLD
          VAProfileVC1Main                : VAEntrypointVLD
          VAProfileVC1Advanced            : VAEntrypointVLD
          VAProfileJPEGBaseline          : VAEntrypointVLD
          VAProfileH264ConstrainedBaseline: VAEntrypointVLD
          VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice
          VAProfileH264ConstrainedBaseline: VAEntrypointFEI
          VAProfileVP8Version0_3          : VAEntrypointVLD

    Host -->
    Code:
    ffmpeg -v verbose -init_hw_device vaapi=va:/dev/dri/renderD128 -init_hw_device opencl@va
    Code:
    ffmpeg version n6.1.1 Copyright (c) 2000-2023 the FFmpeg developers
      built with gcc 13.2.1 (GCC) 20230801
      configuration: --prefix=/usr --disable-debug --disable-static --disable-stripping --enable-amf --enable-avisynth --enable-cuda-llvm --enable-lto --enable-fontconfig --enable-frei0r --enable-gmp --enable-gnutls --enable-gpl --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libdav1d --enable-libdrm --enable-libfreetype --enable-libfribidi --enable-libgsm --enable-libharfbuzz --enable-libiec61883 --enable-libjack --enable-libjxl --enable-libmodplug --enable-libmp3lame --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libplacebo --enable-libpulse --enable-librav1e --enable-librsvg --enable-librubberband --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libsvtav1 --enable-libtheora --enable-libv4l2 --enable-libvidstab --enable-libvmaf --enable-libvorbis --enable-libvpl --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxcb --enable-libxml2 --enable-libxvid --enable-libzimg --enable-nvdec --enable-nvenc --enable-opencl --enable-opengl --enable-shared --enable-vapoursynth --enable-version3 --enable-vulkan
      libavutil      58. 29.100 / 58. 29.100
      libavcodec    60. 31.102 / 60. 31.102
      libavformat    60. 16.100 / 60. 16.100
      libavdevice    60.  3.100 / 60.  3.100
      libavfilter    9. 12.100 /  9. 12.100
      libswscale      7.  5.100 /  7.  5.100
      libswresample  4. 12.100 /  4. 12.100
      libpostproc    57.  3.100 / 57.  3.100
    [AVHWDeviceContext @ 0x5f70acd71500] libva: VA-API version 1.21.0
    [AVHWDeviceContext @ 0x5f70acd71500] libva: Trying to open /usr/lib/dri/iHD_drv_video.so
    [AVHWDeviceContext @ 0x5f70acd71500] libva: Found init function __vaDriverInit_1_21
    [AVHWDeviceContext @ 0x5f70acd71500] libva: va_openDriver() returns 0
    [AVHWDeviceContext @ 0x5f70acd71500] Initialised VAAPI connection: version 1.21
    [AVHWDeviceContext @ 0x5f70acd71500] VAAPI driver: Intel iHD driver for Intel(R) Gen Graphics - 24.2.0 ().
    [AVHWDeviceContext @ 0x5f70acd71500] Driver not found in known nonstandard list, using standard behaviour.
    [AVHWDeviceContext @ 0x5f70acd94680] 1.0: Intel(R) OpenCL Graphics / Intel(R) HD Graphics 5500
    [AVHWDeviceContext @ 0x5f70acd94680] Intel QSV to OpenCL mapping function found (clCreateFromVA_APIMediaSurfaceINTEL).
    [AVHWDeviceContext @ 0x5f70acd94680] Intel QSV in OpenCL acquire function found (clEnqueueAcquireVA_APIMediaSurfacesINTEL).
    [AVHWDeviceContext @ 0x5f70acd94680] Intel QSV in OpenCL release function found (clEnqueueReleaseVA_APIMediaSurfacesINTEL).
    Hyper fast Audio and Video encoder

    Docker container -->  /usr/lib/jellyfin-ffmpeg/vainfo
    Code:
    Trying display: drm
    libva info: VA-API version 1.20.0
    libva info: Trying to open /usr/lib/jellyfin-ffmpeg/lib/dri/iHD_drv_video.so
    libva info: Found init function __vaDriverInit_1_20
    libva info: va_openDriver() returns 0
    vainfo: VA-API version: 1.20 (libva 2.20.0)
    vainfo: Driver version: Intel iHD driver for Intel(R) Gen Graphics - 23.4.0 (05e4d0d)
    vainfo: Supported profile and entrypoints
          VAProfileNone                  : VAEntrypointVideoProc
          VAProfileNone                  : VAEntrypointStats
          VAProfileMPEG2Simple            : VAEntrypointVLD
          VAProfileMPEG2Simple            : VAEntrypointEncSlice
          VAProfileMPEG2Main              : VAEntrypointVLD
          VAProfileMPEG2Main              : VAEntrypointEncSlice
          VAProfileH264Main              : VAEntrypointVLD
          VAProfileH264Main              : VAEntrypointEncSlice
          VAProfileH264Main              : VAEntrypointFEI
          VAProfileH264High              : VAEntrypointVLD
          VAProfileH264High              : VAEntrypointEncSlice
          VAProfileH264High              : VAEntrypointFEI
          VAProfileVC1Simple              : VAEntrypointVLD
          VAProfileVC1Main                : VAEntrypointVLD
          VAProfileVC1Advanced            : VAEntrypointVLD
          VAProfileJPEGBaseline          : VAEntrypointVLD
          VAProfileH264ConstrainedBaseline: VAEntrypointVLD
          VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice
          VAProfileH264ConstrainedBaseline: VAEntrypointFEI
          VAProfileVP8Version0_3          : VAEntrypointVLD

    Docker container -->
    Code:
    /usr/lib/jellyfin-ffmpeg/ffmpeg -v verbose -init_hw_device vaapi=va:/dev/dri/renderD128 -init_hw_device opencl@va
    Code:
    ffmpeg version 5.1.4-Jellyfin Copyright (c) 2000-2023 the FFmpeg developers
      built with gcc 10 (Debian 10.2.1-6)
      configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-libs=-lfftw3f --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-libdrm --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libsvtav1 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-opencl --enable-vaapi --enable-amf --enable-libmfx --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc
      libavutil      57. 28.100 / 57. 28.100
      libavcodec    59. 37.100 / 59. 37.100
      libavformat    59. 27.100 / 59. 27.100
      libavdevice    59.  7.100 / 59.  7.100
      libavfilter    8. 44.100 /  8. 44.100
      libswscale      6.  7.100 /  6.  7.100
      libswresample  4.  7.100 /  4.  7.100
      libpostproc    56.  6.100 / 56.  6.100
    [AVHWDeviceContext @ 0x5d0776dd1cc0] libva: VA-API version 1.20.0
    [AVHWDeviceContext @ 0x5d0776dd1cc0] libva: Trying to open /usr/lib/jellyfin-ffmpeg/lib/dri/iHD_drv_video.so
    [AVHWDeviceContext @ 0x5d0776dd1cc0] libva: Found init function __vaDriverInit_1_20
    [AVHWDeviceContext @ 0x5d0776dd1cc0] libva: va_openDriver() returns 0
    [AVHWDeviceContext @ 0x5d0776dd1cc0] Initialised VAAPI connection: version 1.20
    [AVHWDeviceContext @ 0x5d0776dd1cc0] VAAPI driver: Intel iHD driver for Intel(R) Gen Graphics - 23.4.0 (05e4d0d).
    [AVHWDeviceContext @ 0x5d0776dd1cc0] Driver not found in known nonstandard list, using standard behaviour.
    [AVHWDeviceContext @ 0x5d0776df3a80] Failed to get number of OpenCL platforms: -1001.
    Device creation failed: -19.
    Failed to set value 'opencl@va' for option 'init_hw_device': No such device
    Error parsing global options: No such device
    nyanmisaka
    Offline

    Team Member

    Posts: 232
    Threads: 0
    Joined: 2023 Jun
    Reputation: 8
    #7
    2024-04-01, 12:56 PM
    It's a different issue in the upstream linux 6.8+ kernel.

    https://github.com/intel/compute-runtime/issues/710
    Black Bamba
    Offline

    Junior Member

    Posts: 2
    Threads: 0
    Joined: 2024 Apr
    Reputation: 0
    #8
    2024-04-01, 02:13 PM
    Its so weird. clinfo works on my Arch 6.8.1 host. It didn't at first, but all I had to do was update my system.
    Here is my clinfo:
    Code:
    Number of platforms                              2
      Platform Name                                  NVIDIA CUDA
      Platform Vendor                                NVIDIA Corporation
      Platform Version                                OpenCL 1.2 CUDA 9.1.84
      Platform Profile                                FULL_PROFILE
      Platform Extensions                            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_fp64 cl_khr_byte_addressable_store cl_khr_icd cl_khr_gl_sharing cl_nv_compiler_options cl_nv_device_attribute_query cl_nv_pragma_unroll cl_nv_copy_opts cl_nv_create_buffer
      Platform Extensions function suffix            NV

      Platform Name                                  Intel(R) OpenCL Graphics
      Platform Vendor                                Intel(R) Corporation
      Platform Version                                OpenCL 3.0
      Platform Profile                                FULL_PROFILE
      Platform Extensions                            cl_khr_byte_addressable_store cl_khr_device_uuid cl_khr_fp16 cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_icd cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_intel_command_queue_families cl_intel_subgroups cl_intel_required_subgroup_size cl_intel_subgroups_short cl_khr_spir cl_intel_accelerator cl_intel_driver_diagnostics cl_khr_priority_hints cl_khr_throttle_hints cl_khr_create_command_queue cl_intel_subgroups_char cl_intel_subgroups_long cl_khr_il_program cl_intel_mem_force_host_memory cl_khr_subgroup_extended_types cl_khr_subgroup_non_uniform_vote cl_khr_subgroup_ballot cl_khr_subgroup_non_uniform_arithmetic cl_khr_subgroup_shuffle cl_khr_subgroup_shuffle_relative cl_khr_subgroup_clustered_reduce cl_intel_device_attribute_query cl_khr_suggested_local_work_size cl_intel_split_work_group_barrier cl_khr_fp64 cl_khr_subgroups cl_intel_spirv_media_block_io cl_intel_spirv_subgroups cl_khr_spirv_linkonce_odr cl_khr_spirv_no_integer_wrap_decoration cl_intel_unified_shared_memory cl_khr_mipmap_image cl_khr_mipmap_image_writes cl_ext_float_atomics cl_khr_external_memory cl_intel_planar_yuv cl_intel_packed_yuv cl_khr_int64_base_atomics cl_khr_int64_extended_atomics cl_khr_image2d_from_buffer cl_khr_depth_images cl_khr_3d_image_writes cl_intel_media_block_io cl_khr_gl_sharing cl_khr_gl_depth_images cl_khr_gl_event cl_khr_gl_msaa_sharing cl_intel_va_api_media_sharing cl_intel_sharing_format_query cl_khr_pci_bus_info
      Platform Extensions with Version                cl_khr_byte_addressable_store                                    0x400000 (1.0.0)
                                                      cl_khr_device_uuid                                              0x400000 (1.0.0)
                                                      cl_khr_fp16                                                      0x400000 (1.0.0)
                                                      cl_khr_global_int32_base_atomics                                0x400000 (1.0.0)
                                                      cl_khr_global_int32_extended_atomics                            0x400000 (1.0.0)
                                                      cl_khr_icd                                                      0x400000 (1.0.0)
                                                      cl_khr_local_int32_base_atomics                                  0x400000 (1.0.0)
                                                      cl_khr_local_int32_extended_atomics                              0x400000 (1.0.0)
                                                      cl_intel_command_queue_families                                  0x400000 (1.0.0)
                                                      cl_intel_subgroups                                              0x400000 (1.0.0)
                                                      cl_intel_required_subgroup_size                                  0x400000 (1.0.0)
                                                      cl_intel_subgroups_short                                        0x400000 (1.0.0)
                                                      cl_khr_spir                                                      0x400000 (1.0.0)
                                                      cl_intel_accelerator                                            0x400000 (1.0.0)
                                                      cl_intel_driver_diagnostics                                      0x400000 (1.0.0)
                                                      cl_khr_priority_hints                                            0x400000 (1.0.0)
                                                      cl_khr_throttle_hints                                            0x400000 (1.0.0)
                                                      cl_khr_create_command_queue                                      0x400000 (1.0.0)
                                                      cl_intel_subgroups_char                                          0x400000 (1.0.0)
                                                      cl_intel_subgroups_long                                          0x400000 (1.0.0)
                                                      cl_khr_il_program                                                0x400000 (1.0.0)
                                                      cl_intel_mem_force_host_memory                                  0x400000 (1.0.0)
                                                      cl_khr_subgroup_extended_types                                  0x400000 (1.0.0)
                                                      cl_khr_subgroup_non_uniform_vote                                0x400000 (1.0.0)
                                                      cl_khr_subgroup_ballot                                          0x400000 (1.0.0)
                                                      cl_khr_subgroup_non_uniform_arithmetic                          0x400000 (1.0.0)
                                                      cl_khr_subgroup_shuffle                                          0x400000 (1.0.0)
                                                      cl_khr_subgroup_shuffle_relative                                0x400000 (1.0.0)
                                                      cl_khr_subgroup_clustered_reduce                                0x400000 (1.0.0)
                                                      cl_intel_device_attribute_query                                  0x400000 (1.0.0)
                                                      cl_khr_suggested_local_work_size                                0x400000 (1.0.0)
                                                      cl_intel_split_work_group_barrier                                0x400000 (1.0.0)
                                                      cl_khr_fp64                                                      0x400000 (1.0.0)
                                                      cl_khr_subgroups                                                0x400000 (1.0.0)
                                                      cl_intel_spirv_media_block_io                                    0x400000 (1.0.0)
                                                      cl_intel_spirv_subgroups                                        0x400000 (1.0.0)
                                                      cl_khr_spirv_linkonce_odr                                        0x400000 (1.0.0)
                                                      cl_khr_spirv_no_integer_wrap_decoration                          0x400000 (1.0.0)
                                                      cl_intel_unified_shared_memory                                  0x400000 (1.0.0)
                                                      cl_khr_mipmap_image                                              0x400000 (1.0.0)
                                                      cl_khr_mipmap_image_writes                                      0x400000 (1.0.0)
                                                      cl_ext_float_atomics                                            0x400000 (1.0.0)
                                                      cl_khr_external_memory                                            0x9001 (0.9.1)
                                                      cl_intel_planar_yuv                                              0x400000 (1.0.0)
                                                      cl_intel_packed_yuv                                              0x400000 (1.0.0)
                                                      cl_khr_int64_base_atomics                                        0x400000 (1.0.0)
                                                      cl_khr_int64_extended_atomics                                    0x400000 (1.0.0)
                                                      cl_khr_image2d_from_buffer                                      0x400000 (1.0.0)
                                                      cl_khr_depth_images                                              0x400000 (1.0.0)
                                                      cl_khr_3d_image_writes                                          0x400000 (1.0.0)
                                                      cl_intel_media_block_io                                          0x400000 (1.0.0)
                                                      cl_khr_gl_sharing                                                0x400000 (1.0.0)
                                                      cl_khr_gl_depth_images                                          0x400000 (1.0.0)
                                                      cl_khr_gl_event                                                  0x400000 (1.0.0)
                                                      cl_khr_gl_msaa_sharing                                          0x400000 (1.0.0)
                                                      cl_intel_va_api_media_sharing                                    0x400000 (1.0.0)
                                                      cl_intel_sharing_format_query                                    0x400000 (1.0.0)
                                                      cl_khr_pci_bus_info                                              0x400000 (1.0.0)
      Platform Numeric Version                        0xc00000 (3.0.0)
      Platform Extensions function suffix            INTEL
      Platform Host timer resolution                  1ns
      Platform External memory handle types          DMA buffer

      Platform Name                                  NVIDIA CUDA
    Number of devices                                1
      Device Name                                    GeForce 820M
      Device Vendor                                  NVIDIA Corporation
      Device Vendor ID                                0x10de
      Device Version                                  OpenCL 1.1 CUDA
      Driver Version                                  390.157
      Device OpenCL C Version                        OpenCL C 1.1
      Device Type                                    GPU
      Device Topology (NV)                            PCI-E, 0000:08:00.0
      Device Profile                                  FULL_PROFILE
      Device Available                                Yes
      Compiler Available                              Yes
      Max compute units                              2
      Max clock frequency                            1250MHz
      Compute Capability (NV)                        2.1
      Max work item dimensions                        3
      Max work item sizes                            1024x1024x64
      Max work group size                            1024
      Preferred work group size multiple (kernel)    32
      Warp size (NV)                                  32
      Preferred / native vector sizes
        char                                                1 / 1
        short                                                1 / 1
        int                                                  1 / 1
        long                                                1 / 1
        half                                                0 / 0        (n/a)
        float                                                1 / 1
        double                                              1 / 1        (cl_khr_fp64)
      Half-precision Floating-point support          (n/a)
      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  No
      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                              2081816576 (1.939GiB)
      Error Correction support                        No
      Max memory allocation                          520454144 (496.3MiB)
      Unified memory for Host and Device              No
      Integrated memory (NV)                          No
      Minimum alignment for any data type            128 bytes
      Alignment of base address                      4096 bits (512 bytes)
      Global Memory cache type                        Read/Write
      Global Memory cache size                        32768 (32KiB)
      Global Memory cache line size                  128 bytes
      Image support                                  Yes
        Max number of samplers per kernel            16
        Max 2D image size                            16384x16384 pixels
        Max 3D image size                            2048x2048x2048 pixels
        Max number of read image args                128
        Max number of write image args                8
      Local memory type                              Local
      Local memory size                              49152 (48KiB)
      Registers per block (NV)                        32768
      Max number of constant args                    9
      Max constant buffer size                        65536 (64KiB)
      Max size of kernel argument                    4352 (4.25KiB)
      Queue properties
        Out-of-order execution                        Yes
        Profiling                                    Yes
      Profiling timer resolution                      1000ns
      Execution capabilities
        Run OpenCL kernels                            Yes
        Run native kernels                            No
        Kernel execution timeout (NV)                No
        Concurrent copy and kernel execution (NV)    Yes
          Number of async copy engines                1
      Device Extensions                              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_fp64 cl_khr_byte_addressable_store cl_khr_icd cl_khr_gl_sharing cl_nv_compiler_options cl_nv_device_attribute_query cl_nv_pragma_unroll cl_nv_copy_opts cl_nv_create_buffer

      Platform Name                                  Intel(R) OpenCL Graphics
    Number of devices                                1
      Device Name                                    Intel(R) HD Graphics 5500
      Device Vendor                                  Intel(R) Corporation
      Device Vendor ID                                0x8086
      Device Version                                  OpenCL 3.0 NEO
      Device UUID                                    86801616-0900-0000-0002-000000000000
      Driver UUID                                    32332e34-382e-3237-3931-320000000000
      Valid Device LUID                              No
      Device LUID                                    2059-5b1ffc7f0000
      Device Node Mask                                0
      Device Numeric Version                          0xc00000 (3.0.0)
      Driver Version                                  23.48.27912
      Device OpenCL C Version                        OpenCL C 1.2
      Device OpenCL C all versions                    OpenCL C                                                        0x400000 (1.0.0)
                                                      OpenCL C                                                        0x401000 (1.1.0)
                                                      OpenCL C                                                        0x402000 (1.2.0)
                                                      OpenCL C                                                        0xc00000 (3.0.0)
      Device OpenCL C features                        __opencl_c_int64                                                0xc00000 (3.0.0)
                                                      __opencl_c_3d_image_writes                                      0xc00000 (3.0.0)
                                                      __opencl_c_images                                                0xc00000 (3.0.0)
                                                      __opencl_c_read_write_images                                    0xc00000 (3.0.0)
                                                      __opencl_c_atomic_order_acq_rel                                  0xc00000 (3.0.0)
                                                      __opencl_c_atomic_order_seq_cst                                  0xc00000 (3.0.0)
                                                      __opencl_c_atomic_scope_all_devices                              0xc00000 (3.0.0)
                                                      __opencl_c_atomic_scope_device                                  0xc00000 (3.0.0)
                                                      __opencl_c_generic_address_space                                0xc00000 (3.0.0)
                                                      __opencl_c_program_scope_global_variables                        0xc00000 (3.0.0)
                                                      __opencl_c_work_group_collective_functions                      0xc00000 (3.0.0)
                                                      __opencl_c_subgroups                                            0xc00000 (3.0.0)
                                                      __opencl_c_pipes                                                0xc00000 (3.0.0)
                                                      __opencl_c_fp64                                                  0xc00000 (3.0.0)
      Latest conformance test passed                  v2023-05-16-00
      Device Type                                    GPU
      Device PCI bus info (KHR)                      PCI-E, 0000:00:02.0
      Device Profile                                  FULL_PROFILE
      Device Available                                Yes
      Compiler Available                              Yes
      Linker Available                                Yes
      Max compute units                              24
      Max clock frequency                            900MHz
      Device IP (Intel)                              0x2000000 (8.0.0)
      Device ID (Intel)                              5654
      Slices (Intel)                                  1
      Sub-slices per slice (Intel)                    3
      EUs per sub-slice (Intel)                      8
      Threads per EU (Intel)                          7
      Feature capabilities (Intel)                    (n/a)
      Device Partition                                (core)
        Max number of sub-devices                    0
        Supported partition types                    None
        Supported affinity domains                    (n/a)
      Max work item dimensions                        3
      Max work item sizes                            256x256x256
      Max work group size                            256
      Preferred work group size multiple (device)    32
      Preferred work group size multiple (kernel)    32
      Max sub-groups per work group                  32
      Sub-group sizes (Intel)                        8, 16, 32
      Preferred / native vector sizes
        char                                                16 / 16
        short                                                8 / 8
        int                                                  4 / 4
        long                                                1 / 1
        half                                                8 / 8        (cl_khr_fp16)
        float                                                1 / 1
        double                                              1 / 1        (cl_khr_fp64)
      Half-precision Floating-point support          (cl_khr_fp16)
        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
      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
      External memory handle types                    DMA buffer
      Global memory size                              7272312832 (6.773GiB)
      Error Correction support                        No
      Max memory allocation                          2147475456 (2GiB)
      Unified memory for Host and Device              Yes
      Shared Virtual Memory (SVM) capabilities        (core)
        Coarse-grained buffer sharing                Yes
        Fine-grained buffer sharing                  No
        Fine-grained system sharing                  No
        Atomics                                      No
      Unified Shared Memory (USM)                    (cl_intel_unified_shared_memory)
      Host USM capabilities (Intel)                  USM access, USM atomic access
      Device USM capabilities (Intel)                USM access, USM atomic access
      Single-Device USM caps (Intel)                  USM access, USM atomic access
      Cross-Device USM caps (Intel)                  (n/a)
      Shared System USM caps (Intel)                  (n/a)
      Minimum alignment for any data type            128 bytes
      Alignment of base address                      1024 bits (128 bytes)
      Preferred alignment for atomics
        SVM                                          64 bytes
        Global                                        64 bytes
        Local                                        64 bytes
      Atomic memory capabilities                      relaxed, acquire/release, sequentially-consistent, work-group scope, device scope, all-devices scope
      Atomic fence capabilities                      relaxed, acquire/release, sequentially-consistent, work-item scope, work-group scope, device scope, all-devices scope
      Max size for global variable                    65536 (64KiB)
      Preferred total size of global vars            2147475456 (2GiB)
      Global Memory cache type                        Read/Write
      Global Memory cache size                        393216 (384KiB)
      Global Memory cache line size                  64 bytes
      Image support                                  Yes
        Max number of samplers per kernel            16
        Max size for 1D images from buffer            134217216 pixels
        Max 1D or 2D image array size                2048 images
        Base address alignment for 2D image buffers  4 bytes
        Pitch alignment for 2D image buffers          4 pixels
        Max 2D image size                            16384x16384 pixels
        Max planar YUV image size                    16384x16352 pixels
        Max 3D image size                            2048x2048x2048 pixels
        Max number of read image args                128
        Max number of write image args                128
        Max number of read/write image args          128
      Pipe support                                    Yes
      Max number of pipe args                        16
      Max active pipe reservations                    1
      Max pipe packet size                            1024
      Local memory type                              Local
      Local memory size                              65536 (64KiB)
      Max number of constant args                    8
      Max constant buffer size                        2147475456 (2GiB)
      Generic address space support                  Yes
      Max size of kernel argument                    2048 (2KiB)
      Queue properties (on host)
        Out-of-order execution                        Yes
        Profiling                                    Yes
      Device enqueue capabilities                    (n/a)
      Queue properties (on device)
        Out-of-order execution                        No
        Profiling                                    No
        Preferred size                                0
        Max size                                      0
      Max queues on device                            0
      Max events on device                            0
      Device queue families                          rcs                                                              (1)
                                                                                                    Queue properties  Out-of-order execution, Profiling
                                                                                                        Capabilities  create single-queue events, create cross-queue events
      Prefer user sync for interop                    Yes
      Profiling timer resolution                      80ns
      Execution capabilities
        Run OpenCL kernels                            Yes
        Run native kernels                            No
        Non-uniform work-groups                      Yes
        Work-group collective functions              Yes
        Sub-group independent forward progress        Yes
        IL version                                    SPIR-V_1.2
        ILs with version                              SPIR-V                                                          0x402000 (1.2.0)
        SPIR versions                                1.2
      printf() buffer size                            4194304 (4MiB)
      Built-in kernels                                (n/a)
      Built-in kernels with version                  (n/a)
      Device Extensions                              cl_khr_byte_addressable_store cl_khr_device_uuid cl_khr_fp16 cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_icd cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_intel_command_queue_families cl_intel_subgroups cl_intel_required_subgroup_size cl_intel_subgroups_short cl_khr_spir cl_intel_accelerator cl_intel_driver_diagnostics cl_khr_priority_hints cl_khr_throttle_hints cl_khr_create_command_queue cl_intel_subgroups_char cl_intel_subgroups_long cl_khr_il_program cl_intel_mem_force_host_memory cl_khr_subgroup_extended_types cl_khr_subgroup_non_uniform_vote cl_khr_subgroup_ballot cl_khr_subgroup_non_uniform_arithmetic cl_khr_subgroup_shuffle cl_khr_subgroup_shuffle_relative cl_khr_subgroup_clustered_reduce cl_intel_device_attribute_query cl_khr_suggested_local_work_size cl_intel_split_work_group_barrier cl_khr_fp64 cl_khr_subgroups cl_intel_spirv_media_block_io cl_intel_spirv_subgroups cl_khr_spirv_linkonce_odr cl_khr_spirv_no_integer_wrap_decoration cl_intel_unified_shared_memory cl_khr_mipmap_image cl_khr_mipmap_image_writes cl_ext_float_atomics cl_khr_external_memory cl_intel_planar_yuv cl_intel_packed_yuv cl_khr_int64_base_atomics cl_khr_int64_extended_atomics cl_khr_image2d_from_buffer cl_khr_depth_images cl_khr_3d_image_writes cl_intel_media_block_io cl_khr_gl_sharing cl_khr_gl_depth_images cl_khr_gl_event cl_khr_gl_msaa_sharing cl_intel_va_api_media_sharing cl_intel_sharing_format_query cl_khr_pci_bus_info
      Device Extensions with Version                  cl_khr_byte_addressable_store                                    0x400000 (1.0.0)
                                                      cl_khr_device_uuid                                              0x400000 (1.0.0)
                                                      cl_khr_fp16                                                      0x400000 (1.0.0)
                                                      cl_khr_global_int32_base_atomics                                0x400000 (1.0.0)
                                                      cl_khr_global_int32_extended_atomics                            0x400000 (1.0.0)
                                                      cl_khr_icd                                                      0x400000 (1.0.0)
                                                      cl_khr_local_int32_base_atomics                                  0x400000 (1.0.0)
                                                      cl_khr_local_int32_extended_atomics                              0x400000 (1.0.0)
                                                      cl_intel_command_queue_families                                  0x400000 (1.0.0)
                                                      cl_intel_subgroups                                              0x400000 (1.0.0)
                                                      cl_intel_required_subgroup_size                                  0x400000 (1.0.0)
                                                      cl_intel_subgroups_short                                        0x400000 (1.0.0)
                                                      cl_khr_spir                                                      0x400000 (1.0.0)
                                                      cl_intel_accelerator                                            0x400000 (1.0.0)
                                                      cl_intel_driver_diagnostics                                      0x400000 (1.0.0)
                                                      cl_khr_priority_hints                                            0x400000 (1.0.0)
                                                      cl_khr_throttle_hints                                            0x400000 (1.0.0)
                                                      cl_khr_create_command_queue                                      0x400000 (1.0.0)
                                                      cl_intel_subgroups_char                                          0x400000 (1.0.0)
                                                      cl_intel_subgroups_long                                          0x400000 (1.0.0)
                                                      cl_khr_il_program                                                0x400000 (1.0.0)
                                                      cl_intel_mem_force_host_memory                                  0x400000 (1.0.0)
                                                      cl_khr_subgroup_extended_types                                  0x400000 (1.0.0)
                                                      cl_khr_subgroup_non_uniform_vote                                0x400000 (1.0.0)
                                                      cl_khr_subgroup_ballot                                          0x400000 (1.0.0)
                                                      cl_khr_subgroup_non_uniform_arithmetic                          0x400000 (1.0.0)
                                                      cl_khr_subgroup_shuffle                                          0x400000 (1.0.0)
                                                      cl_khr_subgroup_shuffle_relative                                0x400000 (1.0.0)
                                                      cl_khr_subgroup_clustered_reduce                                0x400000 (1.0.0)
                                                      cl_intel_device_attribute_query                                  0x400000 (1.0.0)
                                                      cl_khr_suggested_local_work_size                                0x400000 (1.0.0)
                                                      cl_intel_split_work_group_barrier                                0x400000 (1.0.0)
                                                      cl_khr_fp64                                                      0x400000 (1.0.0)
                                                      cl_khr_subgroups                                                0x400000 (1.0.0)
                                                      cl_intel_spirv_media_block_io                                    0x400000 (1.0.0)
                                                      cl_intel_spirv_subgroups                                        0x400000 (1.0.0)
                                                      cl_khr_spirv_linkonce_odr                                        0x400000 (1.0.0)
                                                      cl_khr_spirv_no_integer_wrap_decoration                          0x400000 (1.0.0)
                                                      cl_intel_unified_shared_memory                                  0x400000 (1.0.0)
                                                      cl_khr_mipmap_image                                              0x400000 (1.0.0)
                                                      cl_khr_mipmap_image_writes                                      0x400000 (1.0.0)
                                                      cl_ext_float_atomics                                            0x400000 (1.0.0)
                                                      cl_khr_external_memory                                            0x9001 (0.9.1)
                                                      cl_intel_planar_yuv                                              0x400000 (1.0.0)
                                                      cl_intel_packed_yuv                                              0x400000 (1.0.0)
                                                      cl_khr_int64_base_atomics                                        0x400000 (1.0.0)
                                                      cl_khr_int64_extended_atomics                                    0x400000 (1.0.0)
                                                      cl_khr_image2d_from_buffer                                      0x400000 (1.0.0)
                                                      cl_khr_depth_images                                              0x400000 (1.0.0)
                                                      cl_khr_3d_image_writes                                          0x400000 (1.0.0)
                                                      cl_intel_media_block_io                                          0x400000 (1.0.0)
                                                      cl_khr_gl_sharing                                                0x400000 (1.0.0)
                                                      cl_khr_gl_depth_images                                          0x400000 (1.0.0)
                                                      cl_khr_gl_event                                                  0x400000 (1.0.0)
                                                      cl_khr_gl_msaa_sharing                                          0x400000 (1.0.0)
                                                      cl_intel_va_api_media_sharing                                    0x400000 (1.0.0)
                                                      cl_intel_sharing_format_query                                    0x400000 (1.0.0)
                                                      cl_khr_pci_bus_info                                              0x400000 (1.0.0)


    NULL platform behavior
      clGetPlatformInfo(NULL, CL_PLATFORM_NAME, ...)  NVIDIA CUDA
      clGetDeviceIDs(NULL, CL_DEVICE_TYPE_ALL, ...)  Success [NV]
      clCreateContext(NULL, ...) [default]            Success [NV]
      clCreateContext(NULL, ...) [other]              Success [INTEL]
      clCreateContextFromType(NULL, CL_DEVICE_TYPE_DEFAULT)  No platform
      clCreateContextFromType(NULL, CL_DEVICE_TYPE_CPU)  No devices found in platform
      clCreateContextFromType(NULL, CL_DEVICE_TYPE_GPU)  No platform
      clCreateContextFromType(NULL, CL_DEVICE_TYPE_ACCELERATOR)  No devices found in platform
      clCreateContextFromType(NULL, CL_DEVICE_TYPE_CUSTOM)  Invalid device type for platform
      clCreateContextFromType(NULL, CL_DEVICE_TYPE_ALL)  No platform

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

    and my intel-compute-runtime version:
    Code:
    local/intel-compute-runtime 23.48.27912.11-2
        Intel(R) Graphics Compute Runtime for oneAPI Level Zero and OpenCL(TM) Driver

    Is there any way to make the docker container use my ffmpeg, iHD driver and intel-compute-runtime?
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode