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

Intel OpenCl Runtime Installation on CentOS – Step-by-step

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

Setting Up

  1. 2. Updating System

    Now it’s recommended to Update System
    With backward compatibility:

    sudo dnf update

    Or for a stronger refresh:

    sudo dnf upgrade

    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 CentOS GNU/Linux

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

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

    sudo dnf 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 dnf in intel-basekit

    Possibly you can search the available ones with:

    dnf 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

    Last, to Check for OpenCL Support
    Run:

    clinfo -l

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

Contents


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