File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ details:
2929 - " The application may call this function from simultaneous threads."
3030 - " The implementation of this function must be thread-safe."
3131params :
32- - type : " $x_kernel_handle_t"
32+ - type : $x_kernel_handle_t
3333 name : hKernel
34- desc : " [in] Kernel handle"
35- - type : " size_t*"
34+ desc : " [in] Kernel handle. "
35+ - type : size_t*
3636 name : pSize
37- desc : " [in, out] pointer to variable with size of GEN ISA binary"
38- - type : " char* "
37+ desc : " [in, out] pointer to variable with size of GEN ISA binary. "
38+ - type : uint8_t*
3939 name : pKernelBinary
40- desc : [in,out] pointer to storage area for GEN ISA binary function
40+ desc : " [in,out] pointer to storage area for GEN ISA binary function. "
You can’t perform that action at this time.
0 commit comments