From 6fa9416dcc1fd5110b4bbdc57fe049d55df82e3e Mon Sep 17 00:00:00 2001 From: "Neil R. Spruit" Date: Tue, 15 Oct 2024 10:48:54 -0700 Subject: [PATCH] Update Changelog and version to to v1.18.3 (#219) Signed-off-by: Neil R. Spruit --- CHANGELOG.md | 3 +++ CMakeLists.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fa4535b..173261c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Level zero loader changelog +## v1.18.3 +* Update loader headers to spec 1.11 with fixed ddi ordering +* Remove preload of all drivers given zeInitDrivers and update unit tests ## v1.18.2 * Fix code generation of EXP tables and EXP functions to remove invalid new ddi tables and apis. ## v1.18.1 diff --git a/CMakeLists.txt b/CMakeLists.txt index 07d512cd..37e77205 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ message(FATAL_ERROR "Visual Studio Compiler Version >= 1900 Required to build.") endif() # This project follows semantic versioning (https://semver.org/) -project(level-zero VERSION 1.18.2) +project(level-zero VERSION 1.18.3) include(GNUInstallDirs)