Skip to content

Commit

Permalink
fix: Add version structure for zeKernelGetBinaryExp (#294)
Browse files Browse the repository at this point in the history
Related-To: NEO-11651
  • Loading branch information
johntfalk authored Jan 6, 2025
1 parent 08bd367 commit 7b9cbee
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/core/EXT_Exp_KernelBinary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ from templates import helper as th
API
----

* Enumerations

* ${x}_kernel_get_binary_exp_version_t

* Functions

* ${x}KernelGetBinaryExp
Expand Down
9 changes: 9 additions & 0 deletions scripts/core/kernelBinary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ version: "1.11"
name: $X_GET_KERNEL_BINARY_EXP_NAME
value: '"$X_extension_kernel_binary_exp"'
--- #--------------------------------------------------------------------------
type: enum
desc: "Get Kernel Binary Extension Version(s)"
version: "1.11"
name: $x_kernel_get_binary_exp_version_t
etors:
- name: "1_0"
value: "$X_MAKE_VERSION( 1, 0 )"
desc: "version 1.0"
--- #--------------------------------------------------------------------------
type: function
desc: "Retrieves kernel binary program data (ISA GEN format)."
version: "1.11"
Expand Down

0 comments on commit 7b9cbee

Please sign in to comment.