Packages included in the release
- intel-gmmlib (https://github.com/intel/gmmlib)
- intel-igc-core and intel-igc-opencl (https://github.com/intel/intel-graphics-compiler)
- intel-opencl (https://github.com/intel/compute-runtime)
Components revisions included in the release
- intel/compute-runtime@19.39.14278
- intel/gmmlib@intel-gmmlib-19.3.2
- intel/intel-graphics-compiler@b3ed5e5
Additional components revisions used in build
- intel/libva@c9bb65b (compatible with va_api_major_version = 1)
- intel/llvm-patches@1c93162
- intel/opencl-clang@6f8c329
- KhronosGroup/SPIRV-LLVM-Translator@beaa885
- llvm/llvm-project@e82a536
Installation procedure on Ubuntu 18.04
- Create temporary directory
Example:
mkdir neo
- Download all *.deb packages
Example:
cd neo
wget https://github.com/intel/compute-runtime/releases/download/19.39.14278/intel-gmmlib_19.3.2_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.39.14278/intel-igc-core_1.0.2597_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.39.14278/intel-igc-opencl_1.0.2597_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.39.14278/intel-opencl_19.39.14278_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.39.14278/intel-ocloc_19.39.14278_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/19.39.14278/ww39.sum
sha256sum -c ww39.sum
- Install all packages as root
Example:
sudo dpkg -i *.deb
sha256 sums for packages
30d619aaa32883d98e24f775701a66fe57f460b2ccc871964d310c695e1439bc intel-gmmlib_19.3.2_amd64.deb
2c84d21aae39f6aa62ebe54fe009537989599c10a815e80450078f4025bf0a69 intel-igc-core_1.0.2597_amd64.deb
76e15751e3a365662f010dbc272d6ea8da0876f30f882d44b0f223188bc034ea intel-igc-opencl_1.0.2597_amd64.deb
a01e50aa26ea687a206089a5bdd0e465a5c193de6e219931063114d7e1afba15 intel-ocloc_19.39.14278_amd64.deb
ba7f1040557d12c36afe2f3f37545350bc77cd199e91e3dd77ac9c3a863e2cf9 intel-opencl_19.39.14278_amd64.deb
Other installation procedures are described here.
Quality expectations
Platform | OCL | Quality |
---|---|---|
Broadwell | 2.1 | Production |
Skylake | 2.1 | Production |
Kaby Lake | 2.1 | Production |
Coffee Lake | 2.1 | Production |
Ice Lake* | 2.1 | Production |
Apollo Lake | 1.2 | Production |
Gemini Lake | 1.2 | Production |
Unless noted otherwise, the driver was validated on Ubuntu 18.04 LTS with stock kernel.
For ICL platform kernel from drm-tip repository was used at
commit ccd2c9cb3fd35f9654cdf6743bdecfb489fba70a 2019-09-19_19-07-08 drm-tip: 2019y-09m-19d-18h-52m-24s UTC integration manifest
Quality levels
- Experimental - no quality expectations
- Early support - platform may not be available on the market yet
- Beta - suitable for integration and broad testing
- Production - Beta + meets Khronos certification requirements; suitable for production
Issues & regressions of note
- Fine grained SVM is not supported in this release. Please see issue #34 for details.
- For ICL platform i915.alpha_support=1 kernel parameter is required for kernel before 5.2
Important changes
- Updated gmmlib to 19.3.2
- Updated Intel Graphic Compiler to 1.0.2597 (intel/intel-graphics-compiler@b3ed5e5)
- IGC and opencl-clang switched to llvm/clang 9