Experimental Intel® CPU Runtime for OpenCL™ Applications with SYCL support
Pre-release
Pre-release
·
268430 commits
to sycl
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/oclcpuexp
cd /opt/intel/oclcpuexp
tar zxvf oclcpuexp-2019.8.7.0.0725_rel.tar.gz- Create ICD file pointing to the new RT
echo /opt/intel/oclcpuexp/x64/libintelocl.so > /etc/OpenCL/vendors/intel_expcpu.icd- Configure library paths
echo /opt/intel/oclcpuexp/x64 > /etc/ld.so.conf.d/libintelopenclexp.conf
ldconfig -f /etc/ld.so.conf.d/libintelopenclexp.conf