level-zero: upgrade 1.2.3 -> 1.4.1

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>
This commit is contained in:
Anuj Mittal 2021-08-24 23:31:24 +08:00
parent f4522647f2
commit 93d108d10f

View File

@ -4,7 +4,7 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=8956dfdba7f8169c4005d1e9753ffddc"
SRC_URI = "git://github.com/oneapi-src/level-zero.git;protocol=https"
SRCREV = "0d30b1fa712253c68bfdfa3863d380df4301b8a4"
SRCREV = "551dd5810a3cea7a7e26ac4441da31878e804b53"
S = "${WORKDIR}/git"
inherit cmake