We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c582134 commit ea922c6Copy full SHA for ea922c6
1 file changed
scripts/core/kernelBinary.yml
@@ -29,12 +29,12 @@ details:
29
- "The application may call this function from simultaneous threads."
30
- "The implementation of this function must be thread-safe."
31
params:
32
- - type: "$x_kernel_handle_t"
+ - type: $x_kernel_handle_t
33
name: hKernel
34
- desc: "[in] Kernel handle"
35
- - type: "size_t*"
+ desc: "[in] Kernel handle."
+ - type: size_t*
36
name: pSize
37
- desc: "[in, out] pointer to variable with size of GEN ISA binary"
38
- - type: "char*"
+ desc: "[in, out] pointer to variable with size of GEN ISA binary."
+ - type: uint8_t*
39
name: pKernelBinary
40
- desc: [in,out] pointer to storage area for GEN ISA binary function
+ desc: "[in,out] pointer to storage area for GEN ISA binary function."
0 commit comments