Skip to content

Experimental Intel® CPU Runtime for OpenCL™ Applications with SYCL support

Pre-release
Pre-release
Compare
Choose a tag to compare
@vladimirlaz vladimirlaz released this 14 May 17:05
· 9415 commits to intel since this release

Description

This is experimental version of “Intel® CPU Runtime for OpenCL™ Applications" with SYCL support added.
This package is for Linux only.

Installation

Note: Experimental Intel® CPU Runtime for OpenCL™ Applications with SYCL support does not coexist with any other Intel® CPU Runtime for OpenCL™ Applications runtimes. You should remove them before installation.

  1. Extract binaries from that archive
mkdir -p /opt/intel
cd /opt/intel
tar zxvf oclcpuexp.tar.gz
  1. Create ICD file pointing to the new RT
  echo /opt/intel/oclcpuexp/libintelocl.so > /etc/OpenCL/vendors/intel_expcpu.icd
  1. Configure library paths
echo /opt/intel/oclcpuexp > /etc/ld.so.conf.d/libintelopenclexp.conf
ldconfig -f /etc/ld.so.conf.d/libintelopenclexp.conf