From 2168c43a67be08cb63dc2b0182b9b42e24e5127f Mon Sep 17 00:00:00 2001 From: "Vysochyn, Illia" Date: Tue, 27 May 2025 00:56:35 +0000 Subject: [PATCH] feature(zebin): Update version Related-To: IGC-11358 Signed-off-by: Vysochyn, Illia --- 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 1b248bd14b..9a06d75759 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, 39}; +inline constexpr NEO::Zebin::ZeInfo::Types::Version zeInfoDecoderVersion{1, 51}; using KernelExecutionEnvBaseT = Types::Kernel::ExecutionEnv::ExecutionEnvBaseT;