Skip to content

Commit

Permalink
ZEBinary: version update
Browse files Browse the repository at this point in the history
ZEBinary version update for internal changes.
  • Loading branch information
DianaChen authored and igcbot committed Sep 26, 2023
1 parent 33849b3 commit ef2bc1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion IGC/ZEBinWriter/zebin/source/autogen/ZEInfo.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ struct zeInfoContainer
KernelsMiscInfoTy kernels_misc_info;
};
struct PreDefinedAttrGetter{
static zeinfo_str_t getVersionNumber() { return "1.31"; }
static zeinfo_str_t getVersionNumber() { return "1.34"; }

enum class ArgThreadSchedulingMode {
age_based,
Expand Down
3 changes: 2 additions & 1 deletion IGC/ZEBinWriter/zebin/spec/version.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ SPDX-License-Identifier: MIT
============================= end_copyright_notice ==========================-->

# ZEBIN Version
Version 1.33
Version 1.34

## Versioning
Format: \<_Major number_\>.\<_Minor number_\>
- Major number: Increase when non-backward-compatible features are added. For example, rename attributes or remove attributes.
- Minor number: Increase when backward-compatible features are added. For example, add new attributes.

## Change Note
- **Version 1.34**: Internal changes.
- **Version 1.33**: Add new enum value NT_INTELGT_PRODUCT_CONFIG to .note.intelgt.compat section.
- **Version 1.32**: Add new enum value for VISA ABI to .note.intelgt.compat section.
- **Version 1.31**: Internal changes.
Expand Down

0 comments on commit ef2bc1d

Please sign in to comment.