File tree 10 files changed +10
-10
lines changed
10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
# Level zero loader changelog
2
2
3
- ## v1.9.3
3
+ ## v1.9.4
4
4
* Add support for Level Zero spec v1.5
5
5
* Fix some compilation issues with windows non-vc compiler
6
6
* Fix building when included in another cmake project.
Original file line number Diff line number Diff line change 4
4
SPDX-License-Identifier: MIT
5
5
6
6
@file ze.py
7
- @version v1.5-r1.5.4
7
+ @version v1.5-r1.5.8
8
8
9
9
"""
10
10
import platform
Original file line number Diff line number Diff line change 5
5
* SPDX-License-Identifier: MIT
6
6
*
7
7
* @file ze_api.h
8
- * @version v1.5-r1.5.4
8
+ * @version v1.5-r1.5.8
9
9
*
10
10
*/
11
11
#ifndef _ZE_API_H
Original file line number Diff line number Diff line change 5
5
* SPDX-License-Identifier: MIT
6
6
*
7
7
* @file ze_ddi.h
8
- * @version v1.5-r1.5.4
8
+ * @version v1.5-r1.5.8
9
9
*
10
10
*/
11
11
#ifndef _ZE_DDI_H
Original file line number Diff line number Diff line change 4
4
SPDX-License-Identifier: MIT
5
5
6
6
@file zes.py
7
- @version v1.5-r1.5.4
7
+ @version v1.5-r1.5.8
8
8
9
9
"""
10
10
import platform
Original file line number Diff line number Diff line change 5
5
* SPDX-License-Identifier: MIT
6
6
*
7
7
* @file zes_api.h
8
- * @version v1.5-r1.5.4
8
+ * @version v1.5-r1.5.8
9
9
*
10
10
*/
11
11
#ifndef _ZES_API_H
Original file line number Diff line number Diff line change 5
5
* SPDX-License-Identifier: MIT
6
6
*
7
7
* @file zes_ddi.h
8
- * @version v1.5-r1.5.4
8
+ * @version v1.5-r1.5.8
9
9
*
10
10
*/
11
11
#ifndef _ZES_DDI_H
Original file line number Diff line number Diff line change 4
4
SPDX-License-Identifier: MIT
5
5
6
6
@file zet.py
7
- @version v1.5-r1.5.4
7
+ @version v1.5-r1.5.8
8
8
9
9
"""
10
10
import platform
Original file line number Diff line number Diff line change 5
5
* SPDX-License-Identifier: MIT
6
6
*
7
7
* @file zet_api.h
8
- * @version v1.5-r1.5.4
8
+ * @version v1.5-r1.5.8
9
9
*
10
10
*/
11
11
#ifndef _ZET_API_H
Original file line number Diff line number Diff line change 5
5
* SPDX-License-Identifier: MIT
6
6
*
7
7
* @file zet_ddi.h
8
- * @version v1.5-r1.5.4
8
+ * @version v1.5-r1.5.8
9
9
*
10
10
*/
11
11
#ifndef _ZET_DDI_H
You can’t perform that action at this time.
0 commit comments