Skip to content

Commit 94859b1

Browse files
authored
Fix zeKernelGetBinaryExp yml typo (#273)
Signed-off-by: Neil R. Spruit <[email protected]>
1 parent 1ec5df8 commit 94859b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/core/kernelBinary.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ name: GetBinaryExp
2424
decl: static
2525
ordinal: "0"
2626
details:
27-
- "A valid kernel handle must be created with zeKernelCreate."
27+
- "A valid kernel handle must be created with $xKernelCreate."
2828
- "Returns Intel Graphics Assembly (GEN ISA) format binary program data for kernel handle."
2929
- "The application may call this function from simultaneous threads."
3030
- "The implementation of this function must be thread-safe."
@@ -34,7 +34,7 @@ params:
3434
desc: "[in] Kernel handle."
3535
- type: size_t*
3636
name: pSize
37-
desc: "[in, out] pointer to variable with size of GEN ISA binary."
37+
desc: "[in,out] pointer to variable with size of GEN ISA binary."
3838
- type: uint8_t*
3939
name: pKernelBinary
4040
desc: "[in,out] pointer to storage area for GEN ISA binary function."

0 commit comments

Comments
 (0)