File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -297,7 +297,7 @@ struct zeInfoContainer
297297 KernelsCostInfoTy kernels_cost_info;
298298};
299299struct 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,
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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| ----- | ----- | ----- | ----- |
You can’t perform that action at this time.
0 commit comments