From 3500f37ef5b59972c52a21eb0f06b52c4b2c89ac Mon Sep 17 00:00:00 2001 From: "Vysochyn, Illia" Date: Mon, 20 Oct 2025 12:40:12 +0000 Subject: [PATCH] refactor: Bump zebin version Related-To: NEO-16142 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 4def0178fd..74ff381084 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, 59}; +inline constexpr NEO::Zebin::ZeInfo::Types::Version zeInfoDecoderVersion{1, 60}; using KernelExecutionEnvBaseT = Types::Kernel::ExecutionEnv::ExecutionEnvBaseT;