$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

Intel OpenCl Runtime Installation in openSUSE – Step-by-step

August 23, 2023 | By the+gnu+linux+evangelist.

Setting Up

  1. 2. Updating System

    Now it’s recommended to Update System
    Update DB with:

    sudo zypper ref

    And then the Packages:

    sudo zypper update

    And in case of a New Kernel setup then to Reboot:

    sudo reboot
  2. 3. Enabling Intel OpenCL Runtime Repo

    How to Install Intel OpenCL Runtime Repository in openSUSE GNU/Linux

    Enabling Intel OpenCL Runtime Repo openSUSE Repo
  3. 4. Installing Intel OpenCL Runtime

    Then to Set up Intel OpenCL Runtime on openSUSE
    Simply execute:

    sudo zypper in intel-oneapi-runtime-ccl intel-oneapi-runtime-compilers intel-oneapi-runtime-dal intel-oneapi-runtime-dnnl intel-oneapi-runtime-dpcpp-cpp intel-oneapi-runtime-dpcpp-library intel-oneapi-runtime-fortran intel-oneapi-runtime-ipp intel-oneapi-runtime-ipp-crypto intel-oneapi-runtime-libs intel-oneapi-runtime-mkl intel-oneapi-runtime-mpi intel-oneapi-runtime-opencl intel-oneapi-runtime-openmp intel-oneapi-runtime-tbb intel-oneapi-runtime-vpl intel-opencl

    Then Install at least the base Toolkit:

    sudo zypper in intel-basekit

    Possibly you can search the available ones with:

    zypper search intel- | grep kit

    For further Insight see the Intel oneAPI Runtime Official Documentation.
    And then Reboot:

    sudo reboot
  4. 5. Testing OpenCL Support

    Last, to Check for OpenCL Support
    Run:

    clinfo -l

    And in Output you should find Trace of your Intel Graphics Platform! :)

Contents


Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,