Skip to content

Commit

Permalink
IGC: Udpate ZEBinary version
Browse files Browse the repository at this point in the history
For interanl changes.
  • Loading branch information
DianaChen authored and igcbot committed Sep 20, 2024
1 parent 43e3067 commit f9c920a
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 @@ -290,7 +290,7 @@ struct zeInfoContainer
KernelsCostInfoTy kernels_cost_info;
};
struct PreDefinedAttrGetter{
static zeinfo_str_t getVersionNumber() { return "1.49"; }
static zeinfo_str_t getVersionNumber() { return "1.48"; }

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.47
Version 1.48

## 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.48**: Internal changes.
- **Version 1.47**: Added kernel cost analysis.
- **Version 1.46**: Change cmake target directory from IGC/zebinlib to IGC/Libraries/zebinlib
- **Version 1.45**: Add .text section into ELF section content.
Expand Down

0 comments on commit f9c920a

Please sign in to comment.