summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer/recipes-core/levelzero/level-zero_1.2.3.bb
Commit message (Collapse)AuthorAgeFilesLines
* level-zero: upgrade 1.2.3 -> 1.4.1Anuj Mittal2021-08-251-31/+0
| | | | | | | | | | | | | | Release notes: https://github.com/oneapi-src/level-zero/releases Highlights: - Added support for Level Zero Specification v1.2 - Fixed a bug that resulted in zeInit failing when multiple drivers are discovered and one of them fails to load. - Note: API's introduced in v1.2 spec can only be traced with the new tracing layer implementation. Driver tracing APIs are deprecated. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* Convert to new override syntaxAnuj Mittal2021-07-311-6/+6
| | | | | | | Use the convert-overrides.py to convert to new syntax and manually fix some additional changes. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* level-zero: upgrade 1.1.0 -> 1.2.3Naveen Saini2021-03-241-0/+31
Release notes: https://github.com/oneapi-src/level-zero/releases/tag/v1.2.3 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>