Skip to content

Commit 4ed13f3

Browse files
committed
Update to 1.5.8 spec
Signed-off-by: Brandon Yates <[email protected]>
1 parent c00410e commit 4ed13f3

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Level zero loader changelog
22

3-
## v1.9.3
3+
## v1.9.4
44
* Add support for Level Zero spec v1.5
55
* Fix some compilation issues with windows non-vc compiler
66
* Fix building when included in another cmake project.

include/ze.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
SPDX-License-Identifier: MIT
55
66
@file ze.py
7-
@version v1.5-r1.5.4
7+
@version v1.5-r1.5.8
88
99
"""
1010
import platform

include/ze_api.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* SPDX-License-Identifier: MIT
66
*
77
* @file ze_api.h
8-
* @version v1.5-r1.5.4
8+
* @version v1.5-r1.5.8
99
*
1010
*/
1111
#ifndef _ZE_API_H

include/ze_ddi.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* SPDX-License-Identifier: MIT
66
*
77
* @file ze_ddi.h
8-
* @version v1.5-r1.5.4
8+
* @version v1.5-r1.5.8
99
*
1010
*/
1111
#ifndef _ZE_DDI_H

include/zes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
SPDX-License-Identifier: MIT
55
66
@file zes.py
7-
@version v1.5-r1.5.4
7+
@version v1.5-r1.5.8
88
99
"""
1010
import platform

include/zes_api.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* SPDX-License-Identifier: MIT
66
*
77
* @file zes_api.h
8-
* @version v1.5-r1.5.4
8+
* @version v1.5-r1.5.8
99
*
1010
*/
1111
#ifndef _ZES_API_H

include/zes_ddi.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* SPDX-License-Identifier: MIT
66
*
77
* @file zes_ddi.h
8-
* @version v1.5-r1.5.4
8+
* @version v1.5-r1.5.8
99
*
1010
*/
1111
#ifndef _ZES_DDI_H

include/zet.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
SPDX-License-Identifier: MIT
55
66
@file zet.py
7-
@version v1.5-r1.5.4
7+
@version v1.5-r1.5.8
88
99
"""
1010
import platform

include/zet_api.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* SPDX-License-Identifier: MIT
66
*
77
* @file zet_api.h
8-
* @version v1.5-r1.5.4
8+
* @version v1.5-r1.5.8
99
*
1010
*/
1111
#ifndef _ZET_API_H

include/zet_ddi.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* SPDX-License-Identifier: MIT
66
*
77
* @file zet_ddi.h
8-
* @version v1.5-r1.5.4
8+
* @version v1.5-r1.5.8
99
*
1010
*/
1111
#ifndef _ZET_DDI_H

0 commit comments

Comments
 (0)