Topic: Linux SVP OpenCL and the Steamdeck

Hello everyone,

I am attempting to run SVP4 in Linux with a steamdeck ( running SteamOS which is based in Arch Linux ) with GPU acceleration.

I have installed a set of packages that seem to have provided OpenCL but I am unsure if it worked. SVP says NOT SUPPORTED although clinfo reports FULL_PROFILE on both platform and device.

I am wondering if SVP4 can eventually run in steamdeck with the SteamOS and GPU acceleration with some modification.

Could anyone experienced look at the clinfo output and ./SVPManager output and please comment?


My clinfo output:

Number of platforms                               1
  Platform Name                                   Clover
  Platform Vendor                                 Mesa
  Platform Version                                OpenCL 1.1 Mesa 23.1.3 (git-87ebaf765d)
  Platform Profile                                FULL_PROFILE
  Platform Extensions                             cl_khr_icd
  Platform Extensions function suffix             MESA

  Platform Name                                   Clover
Number of devices                                 1
  Device Name                                     AMD Custom GPU 0405 (vangogh, LLVM 15.0.7, DRM 3.54, 6.1.52-valve16-1-neptune-61)
  Device Vendor                                   AMD
  Device Vendor ID                                0x1002
  Device Version                                  OpenCL 1.1 Mesa 23.1.3 (git-87ebaf765d)
  Device Numeric Version                          0x401000 (1.1.0)
  Driver Version                                  23.1.3
  Device OpenCL C Version                         OpenCL C 1.1
  Device Type                                     GPU
  Device Profile                                  FULL_PROFILE
  Device Available                                Yes
  Compiler Available                              Yes
  Max compute units                               8
  Max clock frequency                             0MHz
  Max work item dimensions                        3
  Max work item sizes                             256x256x256
  Max work group size                             256
  Preferred work group size multiple (kernel)     64
  Preferred / native vector sizes                 
    char                                                16 / 16     
    short                                                8 / 8       
    int                                                  4 / 4       
    long                                                 2 / 2       
    half                                                 0 / 0        (n/a)
    float                                                4 / 4       
    double                                               2 / 2        (cl_khr_fp64)
  Half-precision Floating-point support           (n/a)
  Single-precision Floating-point support         (core)
    Denormals                                     No
    Infinity and NANs                             Yes
    Round to nearest                              Yes
    Round to zero                                 No
    Round to infinity                             No
    IEEE754-2008 fused multiply-add               No
    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                              8522825728 (7.938GiB)
  Error Correction support                        No
  Max memory allocation                           2130706432 (1.984GiB)
  Unified memory for Host and Device              No
  Minimum alignment for any data type             128 bytes
  Alignment of base address                       32768 bits (4096 bytes)
  Global Memory cache type                        None
  Image support                                   No
  Local memory type                               Local
  Local memory size                               65536 (64KiB)
  Max number of constant args                     16
  Max constant buffer size                        67108864 (64MiB)
  Max size of kernel argument                     1024
  Queue properties                               
    Out-of-order execution                        No
    Profiling                                     Yes
  Profiling timer resolution                      0ns
  Execution capabilities                         
    Run OpenCL kernels                            Yes
    Run native kernels                            No
    ILs with version                              (n/a)
  Built-in kernels with version                   (n/a)
  Device Extensions                               cl_khr_byte_addressable_store 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_fp64 cl_khr_extended_versioning
  Device Extensions with Version                  cl_khr_byte_addressable_store                                    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_local_int32_base_atomics                                  0x400000 (1.0.0)
                                                  cl_khr_local_int32_extended_atomics                              0x400000 (1.0.0)
                                                  cl_khr_int64_base_atomics                                        0x400000 (1.0.0)
                                                  cl_khr_int64_extended_atomics                                    0x400000 (1.0.0)
                                                  cl_khr_fp64                                                      0x400000 (1.0.0)
                                                  cl_khr_extended_versioning                                       0x400000 (1.0.0)

NULL platform behavior
  clGetPlatformInfo(NULL, CL_PLATFORM_NAME, ...)  Clover
  clGetDeviceIDs(NULL, CL_DEVICE_TYPE_ALL, ...)   Success [MESA]
  clCreateContext(NULL, ...) [default]            Success [MESA]
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_DEFAULT)  Success (1)
    Platform Name                                 Clover
    Device Name                                   AMD Custom GPU 0405 (vangogh, LLVM 15.0.7, DRM 3.54, 6.1.52-valve16-1-neptune-61)
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_CPU)  No devices found in platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_GPU)  Success (1)
    Platform Name                                 Clover
    Device Name                                   AMD Custom GPU 0405 (vangogh, LLVM 15.0.7, DRM 3.54, 6.1.52-valve16-1-neptune-61)
  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                                 Clover
    Device Name                                   AMD Custom GPU 0405 (vangogh, LLVM 15.0.7, DRM 3.54, 6.1.52-valve16-1-neptune-61)

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



My SVPManager output:


00:43:56.747 : Main: starting up SVP 4 Linux [4.6.0.263]...
00:43:56.748 : Main: args: none
00:43:56.749 : Main: working dir is /home/deck/SVP4/
00:43:56.749 : Main: data dir set to /home/deck/.local/share/SVP4/
00:43:56.750 : Settings: loading reg.cfg OK
00:43:56.750 : Settings: loading main.cfg OK
00:43:56.751 : Settings: loading ui.cfg OK
00:43:56.751 : Settings: loading frc.cfg OK
00:43:56.752 : Settings: loading profiles.cfg OK
00:43:56.752 : Settings: loading lights.cfg OK
00:43:56.753 : Main: using Qt 5.15.9 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 13.1.1 20230429)
00:43:56.753 : Main: device scale is 1, user defined scale is 1
00:43:56.754 : Main: system locale is [en]
00:43:56.755 : Main: preferred language is [en-us]
00:43:56.758 : Main: setting language file to en.qm...
00:43:56.764 : Main: collecting system information...
00:43:56.765 : Main: module 'plugins/libsvpflow1.so': 4.5.0.205
00:43:56.765 : Main: module 'plugins/libsvpflow2.so': 4.6.0.267
00:43:56.767 : Main: VLC filter (64 bit): 1.0.0.182
00:43:56.772 : OS: Linux 6.1.52-valve16-1-neptune-61 #1 SMP PREEMPT_DYNAMIC Tue, 06 Feb 2024 00:51:49 +0000 x86_64
00:43:56.791 : Desktop environment: /usr/bin/sddm / plasma-steamos-oneshot / kde
00:43:56.795 : CPU: AMD Custom APU 0405 [base frequency 3500 MHz, 8 threads]
00:43:56.796 : Video: reading OpenCL info...
00:43:56.815 : Video: 1 GPU OpenCL device(s) on Clover [OpenCL 1.1 Mesa 23.1.3 (git-87ebaf765d)] (Mesa)
00:43:56.815 : Video 1: AMD Custom GPU 0405 (vangogh, LLVM 15.0.7, DRM 3.54, 6.1.52-valve16-1-neptune-61) (AMD, ver.23.1.3) [gpuID=11]: NOT SUPPORTED
00:43:56.817 : Memory:  14814  MB total,  11021 MB free
00:43:56.818 : System: finding network settings...
00:43:56.835 : Settings: loading custom.cfg OK
00:43:56.847 : Screens: updating information, 1 screen(s) found
00:43:56.847 : Screens: screen 0 (eDP) - 1280x800 @59.999 Hz, x1.0 [440 DPI]
00:43:56.847 : Screens: primary screen is 0
00:43:56.876 : Main: preparing video profiles...
00:43:56.920 : Main: preparing performance graphs...
00:43:56.971 : Main: preparing mpv...
00:43:56.983 : Main: preparing remote control...
00:43:56.984 : RemoteControl: started
00:43:56.984 : Main: preparing main menu...
00:43:57.012 : Main: loading extensions...
00:43:57.017 : Extensions: found svpcode 1.2.0.262 ...
00:43:57.020 : Settings: loading code.cfg OK
00:43:57.059 : Main: initialization completed in 296 ms
00:43:57.217 : Updates: checking now...
00:43:59.891 : Performance: quick estimation = 648 (previous value was 649)
00:44:10.327 : Main: normal exit
00:44:10.332 : Main: finished cleaning resources



It works great without GPU Acceleration but generally only for 1080p videos.

Thanks

Re: Linux SVP OpenCL and the Steamdeck

"Image support" must be "yes"

Re: Linux SVP OpenCL and the Steamdeck

Chainik wrote:

"Image support" must be "yes"

Thanks, I have installed opencl-amd from https://aur.archlinux.org/packages/opencl-amd and it seems to have progressed further.

Clinfo now reports Image suuport = yes, at least on one of the platforms.
However, SVPManager still returns "NOT SUPPORTED".

Below are my new clinfo / SVPManager outputs:

New clinfo output:

Number of platforms                               2
  Platform Name                                   AMD Accelerated Parallel Processing
  Platform Vendor                                 Advanced Micro Devices, Inc.
  Platform Version                                OpenCL 2.1 AMD-APP (3625.0)
  Platform Profile                                FULL_PROFILE
  Platform Extensions                             cl_khr_icd cl_amd_event_callback
  Platform Extensions function suffix             AMD
  Platform Host timer resolution                  1ns

  Platform Name                                   Clover
  Platform Vendor                                 Mesa
  Platform Version                                OpenCL 1.1 Mesa 23.1.3 (git-87ebaf765d)
  Platform Profile                                FULL_PROFILE
  Platform Extensions                             cl_khr_icd
  Platform Extensions function suffix             MESA

  Platform Name                                   AMD Accelerated Parallel Processing
Number of devices                                 1
  Device Name                                     gfx1033
  Device Vendor                                   Advanced Micro Devices, Inc.
  Device Vendor ID                                0x1002
  Device Version                                  OpenCL 2.0
  Driver Version                                  3625.0 (HSA1.1,LC)
  Device OpenCL C Version                         OpenCL C 2.0
  Device Type                                     GPU
  Device Board Name (AMD)                         AMD Custom GPU 0405
  Device PCI-e ID (AMD)                           0x163f
  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                               4
  SIMD per compute unit (AMD)                     4
  SIMD width (AMD)                                32
  SIMD instruction width (AMD)                    1
  Max clock frequency                             0MHz
  Graphics IP (AMD)                               10.3
  Device Partition                                (core)
    Max number of sub-devices                     4
    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)     32
  Wavefront width (AMD)                           32
  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                                     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
  Global memory size                              1073741824 (1024MiB)
  Global free memory (AMD)                        1001472 (978MiB) 1001472 (978MiB)
  Global memory channels (AMD)                    8
  Global memory banks per channel (AMD)           4
  Global memory bank width (AMD)                  256 bytes
  Error Correction support                        No
  Max memory allocation                           912680544 (870.4MiB)
  Unified memory for Host and Device              Yes
  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                    912680544 (870.4MiB)
  Preferred total size of global vars             1073741824 (1024MiB)
  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             16
    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                            912680544 (870.4MiB)
  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                        912680544 (870.4MiB)
  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 (Thu Jan  1 01:00:00 1970)
  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)             4
  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

  Platform Name                                   Clover
Number of devices                                 1
  Device Name                                     AMD Custom GPU 0405 (vangogh, LLVM 15.0.7, DRM 3.54, 6.1.52-valve16-1-neptune-61)
  Device Vendor                                   AMD
  Device Vendor ID                                0x1002
  Device Version                                  OpenCL 1.1 Mesa 23.1.3 (git-87ebaf765d)
  Device Numeric Version                          0x401000 (1.1.0)
  Driver Version                                  23.1.3
  Device OpenCL C Version                         OpenCL C 1.1
  Device Type                                     GPU
  Device Profile                                  FULL_PROFILE
  Device Available                                Yes
  Compiler Available                              Yes
  Max compute units                               8
  Max clock frequency                             0MHz
  Max work item dimensions                        3
  Max work item sizes                             256x256x256
  Max work group size                             256
  Preferred work group size multiple (kernel)     64
  Preferred / native vector sizes                 
    char                                                16 / 16     
    short                                                8 / 8       
    int                                                  4 / 4       
    long                                                 2 / 2       
    half                                                 0 / 0        (n/a)
    float                                                4 / 4       
    double                                               2 / 2        (cl_khr_fp64)
  Half-precision Floating-point support           (n/a)
  Single-precision Floating-point support         (core)
    Denormals                                     No
    Infinity and NANs                             Yes
    Round to nearest                              Yes
    Round to zero                                 No
    Round to infinity                             No
    IEEE754-2008 fused multiply-add               No
    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                              8522825728 (7.938GiB)
  Error Correction support                        No
  Max memory allocation                           2130706432 (1.984GiB)
  Unified memory for Host and Device              No
  Minimum alignment for any data type             128 bytes
  Alignment of base address                       32768 bits (4096 bytes)
  Global Memory cache type                        None
  Image support                                   No
  Local memory type                               Local
  Local memory size                               65536 (64KiB)
  Max number of constant args                     16
  Max constant buffer size                        67108864 (64MiB)
  Max size of kernel argument                     1024
  Queue properties                               
    Out-of-order execution                        No
    Profiling                                     Yes
  Profiling timer resolution                      0ns
  Execution capabilities                         
    Run OpenCL kernels                            Yes
    Run native kernels                            No
    ILs with version                              (n/a)
  Built-in kernels with version                   (n/a)
  Device Extensions                               cl_khr_byte_addressable_store 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_fp64 cl_khr_extended_versioning
  Device Extensions with Version                  cl_khr_byte_addressable_store                                    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_local_int32_base_atomics                                  0x400000 (1.0.0)
                                                  cl_khr_local_int32_extended_atomics                              0x400000 (1.0.0)
                                                  cl_khr_int64_base_atomics                                        0x400000 (1.0.0)
                                                  cl_khr_int64_extended_atomics                                    0x400000 (1.0.0)
                                                  cl_khr_fp64                                                      0x400000 (1.0.0)
                                                  cl_khr_extended_versioning                                       0x400000 (1.0.0)


NULL platform behavior
  clGetPlatformInfo(NULL, CL_PLATFORM_NAME, ...)  No platform
  clGetDeviceIDs(NULL, CL_DEVICE_TYPE_ALL, ...)   No platform
  clCreateContext(NULL, ...) [default]            No platform
  clCreateContext(NULL, ...) [other]              Success [AMD]
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_DEFAULT)  Success (1)
    Platform Name                                 AMD Accelerated Parallel Processing
    Device Name                                   gfx1033
  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                                   gfx1033
  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                                   gfx1033

ICD loader properties
  ICD loader Name                                 Khronos OpenCL ICD Loader
  ICD loader Vendor                               Khronos Group
  ICD loader Version                              3.0.6
  ICD loader Profile                              OpenCL 3.0

New SVPManager output:

15:51:34.353 : Main: starting up SVP 4 Linux [4.6.0.263]...
15:51:34.354 : Main: args: none
15:51:34.354 : Main: working dir is /home/deck/SVP4/
15:51:34.355 : Main: data dir set to /home/deck/.local/share/SVP4/
15:51:34.355 : Settings: loading reg.cfg OK
15:51:34.356 : Settings: loading main.cfg OK
15:51:34.356 : Settings: loading ui.cfg OK
15:51:34.357 : Settings: loading frc.cfg OK
15:51:34.357 : Settings: loading profiles.cfg OK
15:51:34.357 : Settings: loading lights.cfg OK
15:51:34.358 : Main: using Qt 5.15.9 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 13.1.1 20230429)
15:51:34.358 : Main: device scale is 1, user defined scale is 1
15:51:34.359 : Main: system locale is [en]
15:51:34.360 : Main: preferred language is [en-us]
15:51:34.363 : Main: setting language file to en.qm...
15:51:34.368 : Main: collecting system information...
15:51:34.369 : Main: module 'plugins/libsvpflow1.so': 4.5.0.205
15:51:34.369 : Main: module 'plugins/libsvpflow2.so': 4.6.0.267
15:51:34.371 : Main: VLC filter (64 bit): 1.0.0.182
15:51:34.377 : OS: Linux 6.1.52-valve16-1-neptune-61 #1 SMP PREEMPT_DYNAMIC Tue, 06 Feb 2024 00:51:49 +0000 x86_64
15:51:34.393 : Desktop environment: /usr/bin/sddm / plasma-steamos-oneshot / kde
15:51:34.397 : CPU: AMD Custom APU 0405 [base frequency 3499 MHz, 8 threads]
15:51:34.397 : Video: reading OpenCL info...
15:51:34.463 : Video: 0 GPU OpenCL device(s) on AMD Accelerated Parallel Processing [OpenCL 2.1 AMD-APP (3625.0)] (Advanced Micro Devices, Inc.)
15:51:34.463 : Video: 1 GPU OpenCL device(s) on Clover [OpenCL 1.1 Mesa 23.1.3 (git-87ebaf765d)] (Mesa)
15:51:34.463 : Video 1: AMD Custom GPU 0405 (vangogh, LLVM 15.0.7, DRM 3.54, 6.1.52-valve16-1-neptune-61) (AMD, ver.23.1.3) [gpuID=21]: NOT SUPPORTED
15:51:34.465 : Memory:  14814  MB total,  10494 MB free
15:51:34.466 : System: finding network settings...
15:51:34.485 : Settings: loading custom.cfg OK
15:51:34.497 : Screens: updating information, 2 screen(s) found
15:51:34.497 : Screens: screen 0 (DisplayPort-0) - 1920x1200 @59.950 Hz, x1.0 [88 DPI]
15:51:34.497 : Screens: screen 1 (eDP) - 1280x800 @59.999 Hz, x1.0 [440 DPI]
15:51:34.497 : Screens: primary screen is 0
15:51:34.527 : Main: preparing video profiles...
15:51:34.570 : Main: preparing performance graphs...
15:51:34.619 : Main: preparing mpv...
15:51:34.631 : Main: preparing remote control...
15:51:34.631 : RemoteControl: started
15:51:34.632 : Main: preparing main menu...
15:51:34.658 : Main: loading extensions...
15:51:34.663 : Extensions: found svpcode 1.2.0.262 ...
15:51:34.665 : Settings: loading code.cfg OK
15:51:34.703 : Main: initialization completed in 335 ms
15:51:34.864 : Updates: checking now...
15:51:37.445 : Performance: quick estimation = 644 (previous value was 609)


Is this progress and is there anything else I might try to allow OpenCL/GPU Acceleration on SVP4 to work on my steamdeck?

Appreciate further comments, when possible.
Thanks!

Re: Linux SVP OpenCL and the Steamdeck

hmm.... should work

if SVP prints "0 GPU OpenCL device(s) on AMD Accelerated Parallel Processing" then clGetDeviceIDs() returns zero number of GPU devices
no idea how this could happen if clinfo clearly prints "Device Type: GPU"