Skip to content

Commit 7b9cbee

Browse files
authored
fix: Add version structure for zeKernelGetBinaryExp (#294)
Related-To: NEO-11651
1 parent 08bd367 commit 7b9cbee

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

scripts/core/EXT_Exp_KernelBinary.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ from templates import helper as th
1717
API
1818
----
1919

20+
* Enumerations
21+
22+
* ${x}_kernel_get_binary_exp_version_t
23+
2024
* Functions
2125

2226
* ${x}KernelGetBinaryExp

scripts/core/kernelBinary.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ version: "1.11"
1616
name: $X_GET_KERNEL_BINARY_EXP_NAME
1717
value: '"$X_extension_kernel_binary_exp"'
1818
--- #--------------------------------------------------------------------------
19+
type: enum
20+
desc: "Get Kernel Binary Extension Version(s)"
21+
version: "1.11"
22+
name: $x_kernel_get_binary_exp_version_t
23+
etors:
24+
- name: "1_0"
25+
value: "$X_MAKE_VERSION( 1, 0 )"
26+
desc: "version 1.0"
27+
--- #--------------------------------------------------------------------------
1928
type: function
2029
desc: "Retrieves kernel binary program data (ISA GEN format)."
2130
version: "1.11"

0 commit comments

Comments
 (0)