19.43.14583
JacekDanecki
released this
28 Oct 10:07
·
14456 commits
to master
since this release
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.43.14583
- intel/gmmlib@intel-gmmlib-19.3.2
- intel/intel-graphics-compiler@igc-1.0.2714.1
Additional components revisions used in build
- intel/libva@c9bb65b (compatible with va_api_major_version = 1)
- intel/llvm-patches@1c93162
- intel/opencl-clang@v9.0.0
- KhronosGroup/SPIRV-LLVM-Translator@v9.0.0-1
- llvm/llvm-project@llvmorg-9.0.0
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.43.14583/intel-gmmlib_19.3.2_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.43.14583/intel-igc-core_1.0.2714.1_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.43.14583/intel-igc-opencl_1.0.2714.1_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.43.14583/intel-opencl_19.43.14583_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.43.14583/intel-ocloc_19.43.14583_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/19.43.14583/ww43.sum
sha256sum -c ww43.sum
- Install all packages as root
Example:
sudo dpkg -i *.deb
sha256 sums for packages
c857b35af62da377d2656e6a9733abac8389c28774376f2221d28fdaab41f34b intel-gmmlib_19.3.2_amd64.deb
43129a5279eb451738c0514ab7964233d740edea0bf8934a01c316df7519b06a intel-igc-core_1.0.2714.1_amd64.deb
eb8b16a26ca094b8a832b93f7d2eb35db0985e729954c178b779fe17fee0eb67 intel-igc-opencl_1.0.2714.1_amd64.deb
9c959ae05e02803318d0b586474f0c0ccd96a93431e025489f7674eb391fa393 intel-ocloc_19.43.14583_amd64.deb
3ad770489a2a9652e2237cd71acfc88d2f8c2c33787c1a613e89862541e19e14 intel-opencl_19.43.14583_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 |
Tiger Lake | 2.1 | Early support |
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 Intel Graphics Compiler
- Updated SPIRV-LLVM-Translator
- Updated intel-opencl-clang