File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ struct zeInfoContainer
238
238
KernelsMiscInfoTy kernels_misc_info;
239
239
};
240
240
struct PreDefinedAttrGetter {
241
- static zeinfo_str_t getVersionNumber () { return " 1.31 " ; }
241
+ static zeinfo_str_t getVersionNumber () { return " 1.34 " ; }
242
242
243
243
enum class ArgThreadSchedulingMode {
244
244
age_based,
Original file line number Diff line number Diff line change @@ -7,14 +7,15 @@ SPDX-License-Identifier: MIT
7
7
============================= end_copyright_notice ==========================-->
8
8
9
9
# ZEBIN Version
10
- Version 1.33
10
+ Version 1.34
11
11
12
12
## Versioning
13
13
Format: \< _ Major number_ \> .\< _ Minor number_ \>
14
14
- Major number: Increase when non-backward-compatible features are added. For example, rename attributes or remove attributes.
15
15
- Minor number: Increase when backward-compatible features are added. For example, add new attributes.
16
16
17
17
## Change Note
18
+ - ** Version 1.34** : Internal changes.
18
19
- ** Version 1.33** : Add new enum value NT_INTELGT_PRODUCT_CONFIG to .note.intelgt.compat section.
19
20
- ** Version 1.32** : Add new enum value for VISA ABI to .note.intelgt.compat section.
20
21
- ** Version 1.31** : Internal changes.
You can’t perform that action at this time.
0 commit comments