Experimental Intel® CPU Runtime for OpenCL™ Applications with SYCL support
Pre-release
Pre-release
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.
- Extract binaries from that archive
mkdir -p /opt/intel
cd /opt/intel
tar zxvf oclcpuexp.tar.gz
- Create ICD file pointing to the new RT
echo /opt/intel/oclcpuexp/libintelocl.so > /etc/OpenCL/vendors/intel_expcpu.icd
- Configure library paths
echo /opt/intel/oclcpuexp > /etc/ld.so.conf.d/libintelopenclexp.conf
ldconfig -f /etc/ld.so.conf.d/libintelopenclexp.conf