From 9079fa54d37a639cc25de4be21ab1ae19f8b9a9c Mon Sep 17 00:00:00 2001 From: Mateusz Hoppe Date: Wed, 11 Jun 2025 15:05:39 +0000 Subject: [PATCH] fix: update zebin decoder version to 1.54 Related-To: NEO-14667 Signed-off-by: Mateusz Hoppe --- shared/source/device_binary_format/zebin/zeinfo_decoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/source/device_binary_format/zebin/zeinfo_decoder.h b/shared/source/device_binary_format/zebin/zeinfo_decoder.h index 842907dd1a..85e18469c9 100644 --- a/shared/source/device_binary_format/zebin/zeinfo_decoder.h +++ b/shared/source/device_binary_format/zebin/zeinfo_decoder.h @@ -19,7 +19,7 @@ struct KernelInfo; struct ProgramInfo; namespace Zebin::ZeInfo { -inline constexpr NEO::Zebin::ZeInfo::Types::Version zeInfoDecoderVersion{1, 53}; +inline constexpr NEO::Zebin::ZeInfo::Types::Version zeInfoDecoderVersion{1, 54}; using KernelExecutionEnvBaseT = Types::Kernel::ExecutionEnv::ExecutionEnvBaseT;