Skip to content

Commit bcc4c16

Browse files
petechouigcbot
authored andcommitted
Changes in code.
1 parent 62ab0f4 commit bcc4c16

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

IGC/ZEBinWriter/zebin/source/autogen/ZEInfo.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ struct zeInfoContainer
297297
KernelsCostInfoTy kernels_cost_info;
298298
};
299299
struct PreDefinedAttrGetter{
300-
static zeinfo_str_t getVersionNumber() { return "1.61"; }
300+
static zeinfo_str_t getVersionNumber() { return "1.62"; }
301301

302302
enum class ArgThreadSchedulingMode {
303303
age_based,

IGC/ZEBinWriter/zebin/spec/version.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SPDX-License-Identifier: MIT
77
============================= end_copyright_notice ==========================-->
88

99
# ZEBIN Version
10-
Version 1.61
10+
Version 1.62
1111
=======
1212

1313
## Versioning
@@ -16,6 +16,7 @@ Format: \<_Major number_\>.\<_Minor number_\>
1616
- Minor number: Increase when backward-compatible features are added. For example, add new attributes.
1717

1818
## Change Note
19+
- **Version 1.62**: Internal feature.
1920
- **Version 1.61**: Add execution env require_assert_buffer and require_sync_buffer.
2021
- **Version 1.60**: Internal feature.
2122
- **Version 1.59**: Add execution env has_printf_calls and has_indirect_calls.

IGC/ZEBinWriter/zebin/spec/zeinfo.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ All **literals** have one of the following types:
3232
- str: typedef std::string zeinfo_str_t
3333
- float: typedef float zeinfo_float_t
3434

35+
An **array of literals** type could be created by specifying `TypexN` as a type.
36+
For example, `int32x3` is used to describe `reqd_work_group_size`, and `int32xN`
37+
could be used to describe a dynamic sized int32 array.
38+
3539
# Container
3640
| Attribute | Type | Required/Optional | Description |
3741
| ----- | ----- | ----- | ----- |

0 commit comments

Comments
 (0)