File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ name: GetBinaryExp
2424decl : static
2525ordinal : " 0"
2626details :
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."
You can’t perform that action at this time.
0 commit comments