Skip to content

Commit

Permalink
Changes in code.
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidwi authored and igcbot committed Sep 23, 2024
1 parent c4e9857 commit 6753bf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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.48"; }
static zeinfo_str_t getVersionNumber() { return "1.49"; }

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

# ZEBIN Version
Version 1.48
Version 1.47

## 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 6753bf4

Please sign in to comment.