From 6e277270903c8c85ff6431091642ca73c040b431 Mon Sep 17 00:00:00 2001 From: Mateusz Jablonski Date: Mon, 22 Jan 2024 11:06:39 +0000 Subject: [PATCH] fix: bump zeinfo decoder version to 1.38 Related-To: NEO-10041 Signed-off-by: Mateusz Jablonski --- shared/source/device_binary_format/zebin/zeinfo_decoder.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shared/source/device_binary_format/zebin/zeinfo_decoder.h b/shared/source/device_binary_format/zebin/zeinfo_decoder.h index 187ce11609..bc1a1e8e8d 100644 --- a/shared/source/device_binary_format/zebin/zeinfo_decoder.h +++ b/shared/source/device_binary_format/zebin/zeinfo_decoder.h @@ -17,7 +17,7 @@ struct KernelInfo; struct ProgramInfo; namespace Zebin::ZeInfo { -inline constexpr NEO::Zebin::ZeInfo::Types::Version zeInfoDecoderVersion{1, 34}; +inline constexpr NEO::Zebin::ZeInfo::Types::Version zeInfoDecoderVersion{1, 38}; template bool readEnumChecked(ConstStringRef enumString, T &outValue, ConstStringRef kernelName, std::string &outErrReason); @@ -132,4 +132,4 @@ void generateSSHWithBindingTable(KernelDescriptor &dst); void generateDSH(KernelDescriptor &dst); } // namespace Zebin::ZeInfo -} // namespace NEO \ No newline at end of file +} // namespace NEO