Skip to content

Commit

Permalink
Update to 1.5.8 spec
Browse files Browse the repository at this point in the history
Signed-off-by: Brandon Yates <brandon.yates@intel.com>
  • Loading branch information
bmyates committed Jan 19, 2023
1 parent c00410e commit 4ed13f3
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Level zero loader changelog

## v1.9.3
## v1.9.4
* Add support for Level Zero spec v1.5
* Fix some compilation issues with windows non-vc compiler
* Fix building when included in another cmake project.
Expand Down
2 changes: 1 addition & 1 deletion include/ze.py
Expand Up @@ -4,7 +4,7 @@
SPDX-License-Identifier: MIT
@file ze.py
@version v1.5-r1.5.4
@version v1.5-r1.5.8
"""
import platform
Expand Down
2 changes: 1 addition & 1 deletion include/ze_api.h
Expand Up @@ -5,7 +5,7 @@
* SPDX-License-Identifier: MIT
*
* @file ze_api.h
* @version v1.5-r1.5.4
* @version v1.5-r1.5.8
*
*/
#ifndef _ZE_API_H
Expand Down
2 changes: 1 addition & 1 deletion include/ze_ddi.h
Expand Up @@ -5,7 +5,7 @@
* SPDX-License-Identifier: MIT
*
* @file ze_ddi.h
* @version v1.5-r1.5.4
* @version v1.5-r1.5.8
*
*/
#ifndef _ZE_DDI_H
Expand Down
2 changes: 1 addition & 1 deletion include/zes.py
Expand Up @@ -4,7 +4,7 @@
SPDX-License-Identifier: MIT
@file zes.py
@version v1.5-r1.5.4
@version v1.5-r1.5.8
"""
import platform
Expand Down
2 changes: 1 addition & 1 deletion include/zes_api.h
Expand Up @@ -5,7 +5,7 @@
* SPDX-License-Identifier: MIT
*
* @file zes_api.h
* @version v1.5-r1.5.4
* @version v1.5-r1.5.8
*
*/
#ifndef _ZES_API_H
Expand Down
2 changes: 1 addition & 1 deletion include/zes_ddi.h
Expand Up @@ -5,7 +5,7 @@
* SPDX-License-Identifier: MIT
*
* @file zes_ddi.h
* @version v1.5-r1.5.4
* @version v1.5-r1.5.8
*
*/
#ifndef _ZES_DDI_H
Expand Down
2 changes: 1 addition & 1 deletion include/zet.py
Expand Up @@ -4,7 +4,7 @@
SPDX-License-Identifier: MIT
@file zet.py
@version v1.5-r1.5.4
@version v1.5-r1.5.8
"""
import platform
Expand Down
2 changes: 1 addition & 1 deletion include/zet_api.h
Expand Up @@ -5,7 +5,7 @@
* SPDX-License-Identifier: MIT
*
* @file zet_api.h
* @version v1.5-r1.5.4
* @version v1.5-r1.5.8
*
*/
#ifndef _ZET_API_H
Expand Down
2 changes: 1 addition & 1 deletion include/zet_ddi.h
Expand Up @@ -5,7 +5,7 @@
* SPDX-License-Identifier: MIT
*
* @file zet_ddi.h
* @version v1.5-r1.5.4
* @version v1.5-r1.5.8
*
*/
#ifndef _ZET_DDI_H
Expand Down

0 comments on commit 4ed13f3

Please sign in to comment.