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

How to Add Intel OpenCL Runtime Rpm Repository

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

GNU/Linux Enabling Intel OpenCL Runtime Rpm Repo Guide

Hi! This Tutorial shows you Step-by-Step How to Add Intel OpenCL Runtime Dnf/Yum/Zypper Rpm Repository in GNU/Linux Rpm Based Systems.

And Intel Graphics Runtime for OpenCL for Linux execute OpenCL™ Applications on Intel® Core & Xeon Processors with Intel® Graphics Technology.

OpenCL is an Open-Source Programming Language for cross-platform Parallel Programming in modern heterogeneous Platforms.

Finally, this Setup is Valid also for All the Rpm based Distros like:

  • Fedora
  • CentOS
  • openSUSE
  • Mageia
  • Red Hat Enterprise Linux
  • Oracle Enterprise Linux
  • Nobara
  • Rocky Linux
  • AlmaLinux
  • Quebes OS
  • Ultramarine
  • risiOS
  • OpenMandriva
  • SLES
How to Add Intel OpenCL Runtime Rpm Repository - Featured
  1. 1. Terminal QuickStart

    How to QuickStart with Command Line on GNU/Linux:

    Bash Shell Easy QuickStart
    Possibly to get CPU Info:
    lscpu
    Terminal lscpu
  2. 2. Adding Repository

    Then to Add Intel OpenCL Runtime Rpm Repository
    For Fedora/RHEL/Mageia based simply run:

    tee > /tmp/oneAPI.repo << EOF
    [oneAPI]
    name=Intel® oneAPI repository
    baseurl=https://yum.repos.intel.com/oneapi/nenabled=1
    gpgcheck=1
    repo_gpgcheck=1
    gpgkey=https://yum.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
    EOF
    (The Setup is Not tested on Mageia)
    And:
    sudo mv /tmp/oneAPI.repo /etc/yum.repos.d

    Instead for SUSE based:

    sudo zypper addrepo https://yum.repos.intel.com/oneapi oneAPI
    And:
    rpm --import https://yum.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
    For further Insight see the Official Documentation.
  3. 3. Intel OpenCL Runtime Getting Started

    Finally, to Intel OpenCL Runtime Quick Start for Rpm Based

    Intel OpenCL Runtime Setup Guide