19.48.14977
JacekDanecki
released this
06 Dec 09:35
·
14273 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.48.14977
- intel/gmmlib@intel-gmmlib-19.3.4
- intel/intel-graphics-compiler@igc-1.0.2990
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.48.14977/intel-gmmlib_19.3.4_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.48.14977/intel-igc-core_1.0.2990_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.48.14977/intel-igc-opencl_1.0.2990_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.48.14977/intel-opencl_19.48.14977_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.48.14977/intel-ocloc_19.48.14977_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/19.48.14977/ww48.sum
sha256sum -c ww48.sum
- Install all packages as root
Example:
sudo dpkg -i *.deb
sha256 sums for packages
f41c163f90b7b92a34396ad5ab5f9c7972555e494e6f4f2e3b824872c6eef095 intel-gmmlib_19.3.4_amd64.deb
cb04e303ca36279b4976746ab80b5ea0f0c88a34f6472c4cd491ca4960f00b67 intel-igc-core_1.0.2990_amd64.deb
9484f06f8e8ae17785c8f47bd062e4f5cc35e3acb183dbf51fa383485f7471ad intel-igc-opencl_1.0.2990_amd64.deb
8002df0f85d644d4ed8a1a4f335089adc33d8ac0dacc7f4dd66ed038043a2530 intel-ocloc_19.48.14977_amd64.deb
4e084e390d07f1d9426a522e903bd74d4e071aa5d99320b6c0c80b78bf1353a1 intel-opencl_19.48.14977_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 7536bf946d840e2afaa028c281b7ecfcf333951e 2019-10-14_17-52-25 drm-tip: 2019y-10m-14d-17h-51m-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
- ICL certification issue rootcaused as test issue (timeout) – execution time increased after 64-bit atomics were enabled.
Important changes
- Updated Intel Graphics Compiler