github intel/compute-runtime 2018ww19-010806

latest releases: 24.13.29138.25, 24.13.29138.22, 24.17.29377.8...
5 years ago

Components revisions included in the package:

Additional components revisions used in build:

QUALITY EXPECTATIONS

Platform OCL Quality Comments
Broadwell 2.1 Pre-Release
Skylake 2.1 Production
Kaby Lake 2.1 Production
Coffee Lake 2.1 Production
Apollo Lake 1.2 Production
Gemini Lake 1.2 Beta

Unless noted otherwise, the driver was validated on Ubuntu 16.04.4 LTS with stock kernel.

Quality levels:

  • Pre-Release - major issues or regressions; suitable for preliminary checkout
  • Beta - no known major issues or regressions; 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.
  • Broadwell - device enqueue not fully operational – you may experience slowness in kernel execution or GPU hang
  • In our weekly validation runs we have switched from Ubuntu 16.04.3 (default kernel 4.10) to Ubuntu 16.04.4 (default kernel 4.13). Functional delta:
    • GLK and CFL platforms are supported, we will no longer use vanilla kernel 4.14 LTS to validate these platforms. For CFL i915.alpha_support=1 kernel parameter is required.
    • One functional issue on GLK under debug – GLK downgraded to “Beta” quality
  • Since the last release, the driver was changed to create an asynchronous thread in DrmGemCloseWorker class which may cause segfaults when application or ICD doesn't link pthread library. It's known issue https://sourceware.org/bugzilla/show_bug.cgi?id=16628 when thread is created in library loaded by dlopen in application which is not linked with pthread library. We are implementing a solution to this.
    In the meantime, you can use one of the following workarounds:
    • compile application with flag "-pthread"
    • set environment variable LD_PRELOAD=<path/to/libthread>
    • use an ICD which links pthread library

Don't miss a new compute-runtime release

NewReleases is sending notifications on new releases.